2011-01-19 20:50:03 +00: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 16:27:14 +00:00
|
|
|
#ifndef __SOUND_TEGRA_WM38903_H
|
|
|
|
#define __SOUND_TEGRA_WM38903_H
|
|
|
|
|
2011-04-12 17:28:59 +00:00
|
|
|
struct tegra_wm8903_platform_data {
|
2011-01-19 20:50:03 +00:00
|
|
|
int gpio_spkr_en;
|
2011-01-31 22:37:15 +00:00
|
|
|
int gpio_hp_det;
|
2011-04-12 17:29:01 +00:00
|
|
|
int gpio_hp_mute;
|
2011-01-31 22:37:15 +00:00
|
|
|
int gpio_int_mic_en;
|
|
|
|
int gpio_ext_mic_en;
|
2011-01-19 20:50:03 +00:00
|
|
|
};
|
2012-09-05 16:27:14 +00:00
|
|
|
|
|
|
|
#endif
|