commit | 4f34760787c3751a3146f0eecdc79c3e97b94962 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Aug 20 09:41:59 2010 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Aug 20 09:49:18 2010 +0200 |
tree | 46caa74cf45cbb0635f2b3278b5bee78e5e791d8 | |
parent | 274714f55c023c683a6b2deedfb2209a9457f4ec [diff] |
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>