Commit 65fdd5c05a02b15bbfa5b0f4f050fdb25b9227f1
Exists in
master
and in
6 other branches
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
Showing 2 changed files Side-by-side Diff
include/sound/soc.h
sound/soc/soc-io.c
... | ... | @@ -367,9 +367,6 @@ |
367 | 367 | codec->bulk_write_raw = snd_soc_hw_bulk_write_raw; |
368 | 368 | |
369 | 369 | switch (control) { |
370 | - case SND_SOC_CUSTOM: | |
371 | - break; | |
372 | - | |
373 | 370 | case SND_SOC_I2C: |
374 | 371 | #if defined(CONFIG_I2C) || (defined(CONFIG_I2C_MODULE) && defined(MODULE)) |
375 | 372 | codec->hw_write = (hw_write_t)i2c_master_send; |