aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-io.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-13 19:21:09 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-13 19:21:09 +0100
commit65fdd5c05a02b15bbfa5b0f4f050fdb25b9227f1 (patch)
treed2a22f1ac24d8b4269e9011db83e1d3b1318408d /sound/soc/soc-io.c
parentASoC: Don't use codec->control_data in bulk write (diff)
parentASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus (diff)
downloadlinux-dev-65fdd5c05a02b15bbfa5b0f4f050fdb25b9227f1.tar.xz
linux-dev-65fdd5c05a02b15bbfa5b0f4f050fdb25b9227f1.zip
Merge branch 'for-3.0' into for-3.1
Trival fixup for move of I/O code into separate file. Conflicts: sound/soc/soc-cache.c
Diffstat (limited to 'sound/soc/soc-io.c')
-rw-r--r--sound/soc/soc-io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-io.c b/sound/soc/soc-io.c
index df9338aa1a52..cca490c80589 100644
--- a/sound/soc/soc-io.c
+++ b/sound/soc/soc-io.c
@@ -367,9 +367,6 @@ int snd_soc_codec_set_cache_io(struct snd_soc_codec *codec,
codec->bulk_write_raw = snd_soc_hw_bulk_write_raw;
switch (control) {
- case SND_SOC_CUSTOM:
- break;
-
case SND_SOC_I2C:
#if defined(CONFIG_I2C) || (defined(CONFIG_I2C_MODULE) && defined(MODULE))
codec->hw_write = (hw_write_t)i2c_master_send;