]> git.karo-electronics.de Git - mv-sheeva.git/commit
ALSA: hda - Store PCM parameters properly in HDMI open callback
authorTakashi Iwai <tiwai@suse.de>
Fri, 14 Jan 2011 09:30:46 +0000 (10:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Jan 2011 09:30:46 +0000 (10:30 +0100)
commit639cef0eb6df05d5516520aa89b0c9fe62ee2d3b
treed0d902b1b75a58d0b1c0bf6cab83bf9118735133
parent361fe6e90888af83d5bfdfc152d737018cbede43
ALSA: hda - Store PCM parameters properly in HDMI open callback

In hdmi_pcm_open(), the evaluated PCM hw parameters are stored in
hinfo, but these aren't properly set back to the current runtime
record since these have been set beforehand in azx_pcm_open().
This patch fixes the behavior.

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