From: lars Date: Mon, 22 Mar 2010 15:22:26 +0000 (+0000) Subject: [xburst] sound jz4740_pcm: Don't request dma channel mor then once. X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=124c6d16d7692446d6ff6bbae6f10f32eafcc66e;hp=124c6d16d7692446d6ff6bbae6f10f32eafcc66e;p=openwrt-10.03%2F.git [xburst] sound jz4740_pcm: Don't request dma channel mor then once. It is possible that the hw_params callback is called multiple times when using the oss emulation layer. Thus we need to check whether the dma channel has already been requested otherwise we'll end up with all dma channels being requested by sound driver. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20369 3c298f89-4303-0410-b956-a3cf2f4a3e73 ---