blob: 2107d0d992dd8754ca92d539b4688d443d4b75f3 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Shawn Guod41789b2012-09-17 13:34:31 +08002#ifndef __PLATFORM_DATA_ASOC_MX27VIS_H
3#define __PLATFORM_DATA_ASOC_MX27VIS_H
4
5struct snd_mx27vis_platform_data {
6 int amp_gain0_gpio;
7 int amp_gain1_gpio;
8 int amp_mutel_gpio;
9 int amp_muter_gpio;
10};
11
12#endif /* __PLATFORM_DATA_ASOC_MX27VIS_H */