[meta-freescale] [PATCH v2 26/43] alsa-state: Fix buffer size issue

Tom Hochstein tom.hochstein at nxp.com
Mon Aug 6 13:04:03 PDT 2018


Fix incorrect buffer size by removing buffer_time from dmix
configuration settings.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-bsp/alsa-state/alsa-state/imx/asound.conf | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
index 7f8eef1..37cb76f 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
 }
-- 
2.7.4



More information about the meta-freescale mailing list