From: Tom Hochstein Date: Thu, 26 Jul 2018 19:01:46 +0000 (-0500) Subject: alsa-state: Fix buffer size issue X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6663bd8abd8407d3a9cd7272b429fed72aea6a95;p=meta-freescale.git alsa-state: Fix buffer size issue Fix incorrect buffer size by removing buffer_time from dmix configuration settings. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf index 7f8eef17..37cb76f8 100644 --- a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf +++ b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf @@ -7,7 +7,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 320000 format S16_LE rate 48000 } @@ -20,7 +19,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 44100 } @@ -33,7 +31,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 32000 } @@ -46,7 +43,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 24000 } @@ -59,7 +55,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 22050 } @@ -72,7 +67,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 16000 } @@ -85,7 +79,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 240000 format S16_LE rate 12000 } @@ -98,7 +91,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 240000 format S16_LE rate 11025 } @@ -111,7 +103,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 8000 } @@ -124,7 +115,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 320000 format S16_LE rate 48000 } @@ -137,7 +127,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 44100 } @@ -150,7 +139,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 32000 } @@ -163,7 +151,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 24000 } @@ -176,7 +163,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 22050 } @@ -189,7 +175,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 16000 } @@ -202,7 +187,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 240000 format S16_LE rate 12000 } @@ -215,7 +199,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 240000 format S16_LE rate 11025 } @@ -228,7 +211,6 @@ ipc_key_add_uid yes slave{ pcm "hw:0,0" period_time 40000 -buffer_time 360000 format S16_LE rate 8000 }