From: David Henningsson Date: Fri, 24 Oct 2014 08:00:38 +0000 (+0200) Subject: ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro X-Git-Tag: fixes-against-v3.18-rc2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb54a645b2739fb196446ffbbbe3f3589d117b55;p=pandora-kernel.git 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: stable@vger.kernel.org Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed