aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-02-20 09:06:30 +0900
committerMark Brown <broonie@linaro.org>2014-02-23 13:20:42 +0900
commit56b2f349137bfdd23e498f12a97fe3d6139c097b (patch)
tree94f0632a5826aab8444f24a0d2a9c7ea00672dfa /include/sound
parentMerge remote-tracking branches 'asoc/topic/ak4671', 'asoc/topic/cs42l51' and 'asoc/topic/alc5623' into asoc-io (diff)
downloadlinux-dev-56b2f349137bfdd23e498f12a97fe3d6139c097b.tar.xz
linux-dev-56b2f349137bfdd23e498f12a97fe3d6139c097b.zip
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 6197ba0642cc..6d0b6cb9c484 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,
};