]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - include/linux/platform_data/asoc-mx27vis.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / include / linux / platform_data / asoc-mx27vis.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PLATFORM_DATA_ASOC_MX27VIS_H
3 #define __PLATFORM_DATA_ASOC_MX27VIS_H
4
5 struct 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 */