summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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-11 11:34:34 -0300
commitb56c0e7253993555983f0ec06730b27bc0b1c4be (patch)
treeaa74f6c601ee6cdaf78c6800e4926b3de5c07d3e /recipes-bsp
parent93bf30f5c56d03d7648a2581b06850be073661d2 (diff)
downloadmeta-fsl-arm-b56c0e7253993555983f0ec06730b27bc0b1c4be.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')
-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 3f4e048..7f8eef1 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