blob: 57b202ee97c39d5b88a4134aa3a02f6999146df8 [file] [log] [blame]
Stephen Warrenf221a9b2011-01-19 13:50:03 -07001/*
Stephen Warrenf221a9b2011-01-19 13:50:03 -07002 * Copyright 2011 NVIDIA, Inc.
3 *
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 */
14
Stephen Warren03f67432012-09-05 10:27:14 -060015#ifndef __SOUND_TEGRA_WM38903_H
16#define __SOUND_TEGRA_WM38903_H
17
Stephen Warren4651d552011-04-12 11:28:59 -060018struct tegra_wm8903_platform_data {
Stephen Warrenf221a9b2011-01-19 13:50:03 -070019 int gpio_spkr_en;
Stephen Warren47f5ae52011-01-31 15:37:15 -070020 int gpio_hp_det;
Stephen Warren61a6d072011-04-12 11:29:01 -060021 int gpio_hp_mute;
Stephen Warren47f5ae52011-01-31 15:37:15 -070022 int gpio_int_mic_en;
23 int gpio_ext_mic_en;
Stephen Warrenf221a9b2011-01-19 13:50:03 -070024};
Stephen Warren03f67432012-09-05 10:27:14 -060025
26#endif