diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-13 19:05:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-13 19:17:55 +0100 |
commit | e9c039052be59753e6bcc7c8b59763899dc1161c (patch) | |
tree | 2f6d9fb15d12b39f9f5c3e056e21358c8b184280 /include/sound | |
parent | 33195500edf260e8c8809ab9dfc67f50e0ce031f (diff) | |
download | linux-e9c039052be59753e6bcc7c8b59763899dc1161c.tar.bz2 |
ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus
This will be removed in -next so let's drop it from mainline as soon as
we can in order to minimise surprises.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index f1de3e0c75bc..3a4bd3a3c68d 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -248,8 +248,7 @@ typedef int (*hw_write_t)(void *,const char* ,int); extern struct snd_ac97_bus_ops soc_ac97_ops; enum snd_soc_control_type { - SND_SOC_CUSTOM = 1, - SND_SOC_I2C, + SND_SOC_I2C = 1, SND_SOC_SPI, }; |