summaryrefslogtreecommitdiff
path: root/sound/soc/soc-cache.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-06-24 14:36:25 +0400
committerTakashi Iwai <tiwai@suse.de>2011-06-24 14:36:25 +0400
commite0938118576954ac4deafbdb9950cebd34f726c6 (patch)
tree87000bd3ce37651b4b559489e7f1f6dbd4385e0c /sound/soc/soc-cache.c
parent16866741bda5d16f3d30d1656ce941faf5dad34c (diff)
parent53dea36c70c1857149a8c447224e3936eb8b5339 (diff)
downloadlinux-e0938118576954ac4deafbdb9950cebd34f726c6.tar.xz
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/soc-cache.c')
-rw-r--r--sound/soc/soc-cache.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c
index c005ceb70c9d..039b9532b270 100644
--- a/sound/soc/soc-cache.c
+++ b/sound/soc/soc-cache.c
@@ -409,9 +409,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;