瀏覽代碼

davinci: dm365 evm: use EDMAQ_3 as the audio DMA queue

By default the audio driver uses EDMAQ_0 as the DMA queue,
but on DM365 this queue is specially designed for video
transfers with a large fifo size. Having both audio and
video transfers on the same queue leads to noise on the
audio side.

This patch changes the audio queue number for DM365 to
EDMAQ_3.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Sekhar Nori 15 年之前
父節點
當前提交
13d36a923d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      arch/arm/mach-davinci/board-dm365-evm.c

+ 3 - 1
arch/arm/mach-davinci/board-dm365-evm.c

@@ -175,7 +175,9 @@ static struct at24_platform_data eeprom_info = {
 	.context	= (void *)0x7f00,
 	.context	= (void *)0x7f00,
 };
 };
 
 
-static struct snd_platform_data dm365_evm_snd_data;
+static struct snd_platform_data dm365_evm_snd_data = {
+	.asp_chan_q = EVENTQ_3,
+};
 
 
 static struct i2c_board_info i2c_info[] = {
 static struct i2c_board_info i2c_info[] = {
 	{
 	{