]> git.ipfire.org Git - people/ms/linux.git/commit
ALSA: hda - Fix missing CA initialization for HDMI/DP
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Feb 2011 16:25:49 +0000 (17:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:14:10 +0000 (15:14 -0800)
commita7108ebe58278ccd41f478b6e77bec2fc8c2525f
tree923bb67233f671f7b7bf4eada7c1d09fcc5e9c51
parentdeab83237341ae1a0fcf8dc399a76b7c4afced1b
ALSA: hda - Fix missing CA initialization for HDMI/DP

commit 11839aed21881d7edd65dd79f22a8eb18426f672 upstream.

The commit 53d7d69d8ffdfa60c5b66cc2e9ee0774aaaef5c0
    ALSA: hdmi - support infoframe for DisplayPort
dropped the initialization of CA field accidentally.
This resulted in only two-channel LPCM mode on Nvidia machines.

Reference: kernel bug 28592
https://bugzilla.kernel.org/show_bug.cgi?id=28592

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_hdmi.c