diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-24 14:36:25 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-24 14:36:25 +0400 |
commit | e0938118576954ac4deafbdb9950cebd34f726c6 (patch) | |
tree | 87000bd3ce37651b4b559489e7f1f6dbd4385e0c /sound/soc/soc-cache.c | |
parent | 16866741bda5d16f3d30d1656ce941faf5dad34c (diff) | |
parent | 53dea36c70c1857149a8c447224e3936eb8b5339 (diff) | |
download | linux-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.c | 3 |
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; |