[ALSA] hda - Avoid unexpected breakage with ALC889A hack
authorTakashi Iwai <tiwai@suse.de>
Wed, 16 Apr 2008 15:29:09 +0000 (17:29 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:37 +0000 (12:00 +0200)
commit7943a8aba93ab439bdfbd9b92221720a4a4d8153
tree41300c9f6b1980b7ea7a78892f65ea9c7f37467d
parentcb308f97aee2c816834240c8d5f7c98dd8aff157
[ALSA] hda - Avoid unexpected breakage with ALC889A hack

The last ALC889A hack may break on some devices with certain model presets
since patch_alc*() have different model tables.  So, now it's handled in
the original patch_alc882() but fly to patch_alc883() in model=auto
appropriately.

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