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>
This commit is contained in:
Mark Brown 2014-02-20 09:06:30 +09:00
parent 0e7cb14512
commit 56b2f34913
2 changed files with 0 additions and 8 deletions

View file

@ -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,
};