summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/alsa-state
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2016-05-09 16:52:59 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-16 17:06:51 -0300
commitedac813f7bad367f3c763d9077333dadd98e13fc (patch)
treec435bc376adf23c9469f76f9db1d02e4a62d7169 /recipes-bsp/alsa-state
parentbe7b0b6b4359c39b85f3470cebc0de13b0df668c (diff)
downloadmeta-freescale-edac813f7bad367f3c763d9077333dadd98e13fc.tar.gz
asound.conf: Update asound.conf to set default ctrl for kernel 4.1
The default ctrl is missing from /etc/asound.conf. If don't using “-Dhw:0”, the sound will rout from alsa to pulseaudio, then to the sound device. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/alsa-state')
-rw-r--r--recipes-bsp/alsa-state/alsa-state/imx/asound.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
index 3f4e0482..7f8eef17 100644
--- a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
+++ b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
@@ -251,6 +251,11 @@ route_policy "average"
251slave.pcm "asymed" 251slave.pcm "asymed"
252} 252}
253 253
254ctl.!default{
255type hw
256card 0
257}
258
254ctl.mixer0{ 259ctl.mixer0{
255type hw 260type hw
256card 0 261card 0