2011-01-19 21:50:03 +01:00
|
|
|
/*
|
|
|
|
* Copyright 2011 NVIDIA, Inc.
|
|
|
|
*
|
|
|
|
* This software is licensed under the terms of the GNU General Public
|
|
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
|
|
* may be copied, distributed, and modified under those terms.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2012-09-05 18:27:14 +02:00
|
|
|
#ifndef __SOUND_TEGRA_WM38903_H
|
|
|
|
#define __SOUND_TEGRA_WM38903_H
|
|
|
|
|
2011-04-12 19:28:59 +02:00
|
|
|
struct tegra_wm8903_platform_data {
|
2011-01-19 21:50:03 +01:00
|
|
|
int gpio_spkr_en;
|
2011-01-31 23:37:15 +01:00
|
|
|
int gpio_hp_det;
|
2011-04-12 19:29:01 +02:00
|
|
|
int gpio_hp_mute;
|
2011-01-31 23:37:15 +01:00
|
|
|
int gpio_int_mic_en;
|
|
|
|
int gpio_ext_mic_en;
|
2011-01-19 21:50:03 +01:00
|
|
|
};
|
2012-09-05 18:27:14 +02:00
|
|
|
|
|
|
|
#endif
|