ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro
authorDavid Henningsson <[email protected]>
Fri, 24 Oct 2014 08:00:38 +0000 (10:00 +0200)
committerTakashi Iwai <[email protected]>
Fri, 24 Oct 2014 08:04:29 +0000 (10:04 +0200)
commitfb54a645b2739fb196446ffbbbe3f3589d117b55
treeedd5142702d8f578edf09be33a14b7ae69212911
parentdde1c652d7b1e69a3f1959697f039ad6dfaeb5dd
ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro

Without this terminating entry, the pin matching would continue
across random memory until a zero or a non-matching entry was found.

The result being that in some cases, the pin quirk would not be
applied correctly.

Cc: [email protected]
Signed-off-by: David Henningsson <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/hda_local.h