]> Git Repo - linux.git/blob - include/linux/platform_data/asoc-mx27vis.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[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 */
This page took 0.033838 seconds and 4 git commands to generate.