diff options
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r-- | sound/soc/codecs/wm8753.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 6f9e6beabb14..dc6042c6424f 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
@@ -1451,30 +1451,35 @@ static void wm8753_set_dai_mode(struct snd_soc_codec *codec, unsigned int mode) | |||
1451 | if (mode < 4) { | 1451 | if (mode < 4) { |
1452 | int playback_active, capture_active, codec_active, pop_wait; | 1452 | int playback_active, capture_active, codec_active, pop_wait; |
1453 | void *private_data; | 1453 | void *private_data; |
1454 | struct list_head list; | ||
1454 | 1455 | ||
1455 | playback_active = wm8753_dai[0].playback.active; | 1456 | playback_active = wm8753_dai[0].playback.active; |
1456 | capture_active = wm8753_dai[0].capture.active; | 1457 | capture_active = wm8753_dai[0].capture.active; |
1457 | codec_active = wm8753_dai[0].active; | 1458 | codec_active = wm8753_dai[0].active; |
1458 | private_data = wm8753_dai[0].private_data; | 1459 | private_data = wm8753_dai[0].private_data; |
1459 | pop_wait = wm8753_dai[0].pop_wait; | 1460 | pop_wait = wm8753_dai[0].pop_wait; |
1461 | list = wm8753_dai[0].list; | ||
1460 | wm8753_dai[0] = wm8753_all_dai[mode << 1]; | 1462 | wm8753_dai[0] = wm8753_all_dai[mode << 1]; |
1461 | wm8753_dai[0].playback.active = playback_active; | 1463 | wm8753_dai[0].playback.active = playback_active; |
1462 | wm8753_dai[0].capture.active = capture_active; | 1464 | wm8753_dai[0].capture.active = capture_active; |
1463 | wm8753_dai[0].active = codec_active; | 1465 | wm8753_dai[0].active = codec_active; |
1464 | wm8753_dai[0].private_data = private_data; | 1466 | wm8753_dai[0].private_data = private_data; |
1465 | wm8753_dai[0].pop_wait = pop_wait; | 1467 | wm8753_dai[0].pop_wait = pop_wait; |
1468 | wm8753_dai[0].list = list; | ||
1466 | 1469 | ||
1467 | playback_active = wm8753_dai[1].playback.active; | 1470 | playback_active = wm8753_dai[1].playback.active; |
1468 | capture_active = wm8753_dai[1].capture.active; | 1471 | capture_active = wm8753_dai[1].capture.active; |
1469 | codec_active = wm8753_dai[1].active; | 1472 | codec_active = wm8753_dai[1].active; |
1470 | private_data = wm8753_dai[1].private_data; | 1473 | private_data = wm8753_dai[1].private_data; |
1471 | pop_wait = wm8753_dai[1].pop_wait; | 1474 | pop_wait = wm8753_dai[1].pop_wait; |
1475 | list = wm8753_dai[1].list; | ||
1472 | wm8753_dai[1] = wm8753_all_dai[(mode << 1) + 1]; | 1476 | wm8753_dai[1] = wm8753_all_dai[(mode << 1) + 1]; |
1473 | wm8753_dai[1].playback.active = playback_active; | 1477 | wm8753_dai[1].playback.active = playback_active; |
1474 | wm8753_dai[1].capture.active = capture_active; | 1478 | wm8753_dai[1].capture.active = capture_active; |
1475 | wm8753_dai[1].active = codec_active; | 1479 | wm8753_dai[1].active = codec_active; |
1476 | wm8753_dai[1].private_data = private_data; | 1480 | wm8753_dai[1].private_data = private_data; |
1477 | wm8753_dai[1].pop_wait = pop_wait; | 1481 | wm8753_dai[1].pop_wait = pop_wait; |
1482 | wm8753_dai[1].list = list; | ||
1478 | } | 1483 | } |
1479 | wm8753_dai[0].codec = codec; | 1484 | wm8753_dai[0].codec = codec; |
1480 | wm8753_dai[1].codec = codec; | 1485 | wm8753_dai[1].codec = codec; |