diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-16 03:04:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-16 03:05:33 +0100 |
commit | 7b80300e749c2865fbfc23870d3b8f3186956fc0 (patch) | |
tree | 893e9b253982b189abec36190a50d357910ae776 /include/sound | |
parent | Linus 3.14-rc1 (diff) | |
download | linux-7b80300e749c2865fbfc23870d3b8f3186956fc0.tar.xz linux-7b80300e749c2865fbfc23870d3b8f3186956fc0.zip |
ASoC: io: Remove SPI support
All ASoC CODEC drivers that use SPI have now been converted to use regmap
so we can delete SND_SOC_SPI, preventing any new users being added.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 9a001472b96a..6197ba0642cc 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -342,7 +342,6 @@ extern struct snd_ac97_bus_ops *soc_ac97_ops; enum snd_soc_control_type { SND_SOC_I2C = 1, - SND_SOC_SPI, SND_SOC_REGMAP, }; |