]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix conflict of sticky PCM parameter in HDMI codecs
authorTakashi Iwai <tiwai@suse.de>
Fri, 20 Aug 2010 07:41:59 +0000 (09:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Aug 2010 07:49:18 +0000 (09:49 +0200)
commite157771a4501649d01baffa3c259726c54f69953
tree46caa74cf45cbb0635f2b3278b5bee78e5e791d8
parente4f9a540bf7f1f99a93146d4f67380d1c0110dfa
ALSA: hda - Fix conflict of sticky PCM parameter in HDMI codecs

Intel and Nvidia HDMI codec drivers have own implementations of
sticky PCM parameters.  Now HD-audio core part already has it,
thus both setups conflict.  The fix is simply remove the part in
patch_intelhdmi.c and patch_nvhdmi.c and simply call
snd_hda_codec_setup_stream() as usual.

Reported-and-tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_intelhdmi.c
sound/pci/hda/patch_nvhdmi.c