diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-20 00:06:30 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-23 04:20:42 (GMT) |
commit | 56b2f349137bfdd23e498f12a97fe3d6139c097b (patch) | |
tree | 94f0632a5826aab8444f24a0d2a9c7ea00672dfa /include/sound | |
parent | 0e7cb145122f294aafc8bb1fa7c0d3544216d2cf (diff) | |
download | linux-56b2f349137bfdd23e498f12a97fe3d6139c097b.tar.xz |
ASoC: io: Remove SND_SOC_I2C
Now that all users have been converted to regmap we can eliminate the ASoC
level wrapper for I2C I/O reducing the amount of duplicated functionality.
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 6197ba0..6d0b6cb 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -341,7 +341,6 @@ 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_I2C = 1, SND_SOC_REGMAP, }; |