diff options
| author | Takashi Iwai <tiwai@suse.de> | 2012-09-22 12:31:08 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2012-09-22 12:31:08 -0400 |
| commit | 3d98c21d064bfbb8c6fddc659471acb4950320fa (patch) | |
| tree | a506fbe4cca3616f328cdf761a45d0a09ce38237 /include/linux/platform_data/asoc-mx27vis.h | |
| parent | 99df18b31db389ec6abc8ad5415c14e7bb752b58 (diff) | |
| parent | ddfb43f3881edb47aa0083651ad31983cdc42c33 (diff) | |
Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Updates for v3.7
Lots and lots of driver specific cleanups and enhancements but the only
substantial framework feature this time round is the compressed API
binding:
- Addition of ASoC bindings for the compressed API, used by the mid-x86
drivers.
- Lots of cleanups and API refreshes for CODEC drivers and DaVinci.
- Conversion of OMAP to dmaengine.
- New machine driver for Wolfson Microelectronics Bells.
- New CODEC driver for Wolfson Microelectronics WM0010.
Diffstat (limited to 'include/linux/platform_data/asoc-mx27vis.h')
| -rw-r--r-- | include/linux/platform_data/asoc-mx27vis.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/platform_data/asoc-mx27vis.h b/include/linux/platform_data/asoc-mx27vis.h new file mode 100644 index 000000000000..409adcd04d04 --- /dev/null +++ b/include/linux/platform_data/asoc-mx27vis.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef __PLATFORM_DATA_ASOC_MX27VIS_H | ||
| 2 | #define __PLATFORM_DATA_ASOC_MX27VIS_H | ||
| 3 | |||
| 4 | struct snd_mx27vis_platform_data { | ||
| 5 | int amp_gain0_gpio; | ||
| 6 | int amp_gain1_gpio; | ||
| 7 | int amp_mutel_gpio; | ||
| 8 | int amp_muter_gpio; | ||
| 9 | }; | ||
| 10 | |||
| 11 | #endif /* __PLATFORM_DATA_ASOC_MX27VIS_H */ | ||
