]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ALSA: hda - Reduce pci id list for Intel with class id
authorTakashi Iwai <tiwai@suse.de>
Wed, 15 Sep 2010 08:17:26 +0000 (10:17 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 16 Jan 2013 21:44:54 +0000 (16:44 -0500)
commitf6c427256e950ab3bb80970b45a65650553684a3
tree432ab5a2a688aafeb593ee58165c1183b5657676
parentb667b4d20ef739ab2331cf04eac0a501ff81a15d
ALSA: hda - Reduce pci id list for Intel with class id

commit b686453543fd56332e8730a2abd7bf5bca756149 upstream.

Most of Intel controllers work as generic HD-audio without quirks,
and it'll be hopefully so in future.  Let's mark pci id with the
PCI_CLASS_MULTIMEDIA_HD_AUDIO for Intel so that the driver will work
with any new control chips in future.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/pci/hda/hda_intel.c