ALSA: hda - Fix SPDIF out regression on ALC889
authorTakashi Iwai <tiwai@suse.de>
Wed, 23 Mar 2011 21:54:32 +0000 (22:54 +0100)
committerBrad Figg <brad.figg@canonical.com>
Wed, 27 Apr 2011 18:40:22 +0000 (11:40 -0700)
commitd9aba67e6d82bc8490ecebc30ca608ae97c2c299
tree6b0ff9a422cf641f92bd5f5a2fe9c569d5823271
parente9d3923b0482e157ec831b1bfbbdfba6d57d8d74
ALSA: hda - Fix SPDIF out regression on ALC889

BugLink: http://bugs.launchpad.net/bugs/761134

commit 20b67dddcc5f29d3d0c900225d85e0ac655bc69d upstream.

The commit 5a8cfb4e8ae317d283f84122ed20faa069c5e0c4
    ALSA: hda - Use ALC_INIT_DEFAULT for really default initialization
changed to use the default initialization method for ALC889, but
this caused a regression on SPDIF output on some machines.
This seems due to the COEF setup included in the default init procedure.
For making SPDIF working again, the COEF-setup has to be avoided for
the id 0889.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=24342
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
sound/pci/hda/patch_realtek.c