[ALSA] hda-codec - Disable shared stream on AD1986A
authorTakashi Iwai <tiwai@suse.de>
Fri, 26 Oct 2007 10:35:56 +0000 (12:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 19 Nov 2007 17:38:32 +0000 (18:38 +0100)
commitd29240ce57d96db7300360d1e6f18357810a5c2b
tree5e095bde9f0180962481bbf330fd5a7de0bb8fd5
parent2ffbb8377c7a0713baf6644e285adc27a5654582
[ALSA] hda-codec - Disable shared stream on AD1986A

AD1986A has a hardware problem that it cannot share a stream with
multiple pins properly.  The problem occurs e.g. when a volume is changed
during playback.
So far, hda-intel driver unconditionally assigns the stream to multiple
output pins in copy-front mode, and this should be avoided for AD1986A
codec.
The original fix patch was by zhejiang <zhe.jiang@intel.com>.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_local.h
sound/pci/hda/patch_analog.c