]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Fix ALC272X codec detection
authorTakashi Iwai <tiwai@suse.de>
Thu, 21 Jun 2012 13:49:33 +0000 (15:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 21 Jun 2012 13:52:57 +0000 (15:52 +0200)
commit8e5a050901a16a62a7d2d4d4ef285eec8ae7203e
treed8e9954abb6eb12c18086251dd99a5c4503e7445
parentb64a1ba9d3111a7b3eb3bef96efb84dde15e6eac
ALSA: hda - Fix ALC272X codec detection

The codec ALC272X is a special codec for some Dell machines, and its
detection got broken in the recent kernel because SSID check (required
by ALC272X check) was moved to the later point.  Now we need to move
this codec check to the right place, too.

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