ALSA: hda - Treat zero connection as non-error
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Oct 2013 15:56:25 +0000 (17:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Oct 2013 17:21:52 +0000 (19:21 +0200)
commit4758fed912d7cd0ba53d2694e89b884114de6580
tree689f3298d1fbdd1208ce9f052d7090798ea85329
parent08cf680ccafd5df9885fbcd0cab85221df00b44b
ALSA: hda - Treat zero connection as non-error

The zero-length connection list happens so often on Haswell HDMI, and
it results in warning messages like
    ALSA: hda_codec: invalid CONNECT_LIST verb 5[1]:0
at each time the codec resumes from the power-save, which is fairly
annoying.

Since this is no real error, make it shown only in the verbose debug
mode.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c