summaryrefslogtreecommitdiffstats
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
parent0e7cb145122f294aafc8bb1fa7c0d3544216d2cf (diff)
downloadop-kernel-dev-56b2f349137bfdd23e498f12a97fe3d6139c097b.zip
op-kernel-dev-56b2f349137bfdd23e498f12a97fe3d6139c097b.tar.gz
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 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,
};
OpenPOWER on IntegriCloud