From: Takashi Iwai Date: Wed, 25 May 2011 07:11:37 +0000 (+0200) Subject: ALSA: hda - Reorganize controller quriks with bit flags X-Git-Tag: v3.0-rc1~51^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9477c58e3308f54a108a5d1eb9621830b329b0ca;p=pandora-kernel.git ALSA: hda - Reorganize controller quriks with bit flags Introduce bit-flags indicating the necessary controller quirks, and set them in pci driver_data field. This simplifies the checks in the driver code and avoids the pci-id lookup in different places. Also, this patch adds the PCI ID entry for AMD Hudson. AMD Hudson requires a similar workaround like ATI SB while other generic ATI and AMD controllers don't need but some ATI-HDMI quirks. So, we need a different entry for Hudson. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed