From: Hsin-Yu Chao Date: Wed, 19 Feb 2014 06:27:07 +0000 (+0800) Subject: ALSA: hda/ca0132 - setup/cleanup streams X-Git-Tag: v3.14-rc4~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fba95087a7f3d107a3a6728aef7dbfaf3fd782;p=pandora-kernel.git ALSA: hda/ca0132 - setup/cleanup streams When a HDMI stream is opened with the same stream tag as a following opened stream to ca0132, audio will be heard from two ports simultaneously. Fix this issue by change to use snd_hda_codec_setup_stream and snd_hda_codec_cleanup_stream instead, so that an inactive stream can be marked as 'dirty' when found with a conflict stream tag, and then get purified. Signed-off-by: Hsin-Yu Chao Reviewed-by: Chih-Chung Chang Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed