[alsa-devel] [PATCH]Add support for more the 8 streams
Hi, Takashi When I develop the hdmi audio driver on my new chipset, I found a bug in the hda_intel.c It use azx_readb/azx_writeb to read/write SIE, so it just support 8 streams. The new HAD controller has more than 8 streams, so I think it should use azx_readl/azx_writel.
I attached the patch file, please check it.
Thanks Wei.
----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -----------------------------------------------------------------------------------
At Tue, 26 Jan 2010 17:32:08 +0800, Wei Ni wrote:
Hi, Takashi When I develop the hdmi audio driver on my new chipset, I found a bug in the hda_intel.c It use azx_readb/azx_writeb to read/write SIE, so it just support 8 streams. The new HAD controller has more than 8 streams, so I think it should use azx_readl/azx_writel.
I attached the patch file, please check it.
Looks ok. I applied it now.
Thanks.
Takashi
participants (2)
-
Takashi Iwai
-
Wei Ni