commit | 44008f0896ae205b02b0882dbf807f0de149efc4 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Jul 25 03:03:38 2015 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jul 25 08:19:04 2015 +0200 |
tree | 12f2c76fdf1f820aa5be14dfae826d8867dbafbe | |
parent | 43cbf02e7ad51007af38f39c5b2abdc7a5d7f5aa [diff] |
ALSA: hda - fix cs4210_spdif_automute() Smatch complains that we have nested checks for "spdif_present". It turns out the current behavior isn't correct, we should remove the first check and keep the second. Fixes: 1077a024812d ('ALSA: hda - Use generic parser for Cirrus codec driver') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>