]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Detach from converter at closing in patch_hdmi.c
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Jul 2012 16:08:14 +0000 (18:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Jul 2012 16:08:14 +0000 (18:08 +0200)
commitd79904e4079d5bc728dcf1ea8d153c413f356319
treebdaa59cd157bef956b51ec95e236e769957b9cd1
parent19770b13f78bc8c48155129539585eb6fba02b32
ALSA: hda - Detach from converter at closing in patch_hdmi.c

The generic HDMI code detaches the converter from the stream when
unused, but it must be done rather in the close callback instead of
the cleanup callback.

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