Commit 13d36a923da6a1e0584e07d91320373c790c01c3

Authored by Sekhar Nori
Committed by Kevin Hilman
1 parent b8241aef7e

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>

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

arch/arm/mach-davinci/board-dm365-evm.c
... ... @@ -175,7 +175,9 @@
175 175 .context = (void *)0x7f00,
176 176 };
177 177  
178   -static struct snd_platform_data dm365_evm_snd_data;
  178 +static struct snd_platform_data dm365_evm_snd_data = {
  179 + .asp_chan_q = EVENTQ_3,
  180 +};
179 181  
180 182 static struct i2c_board_info i2c_info[] = {
181 183 {