alsa-state: ccimx6ul: add basic asound.conf for imxmax98088

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-2352
This commit is contained in:
Hector Palacios 2016-11-24 10:35:39 +01:00
parent 0b3f878d54
commit 8d9033138d
1 changed files with 7 additions and 41 deletions

View File

@ -1,43 +1,9 @@
pcm.btheadset { pcm.imxmax98088 {
type plug type hw
slave { card 0
pcm {
type bluetooth
device 80:57:19:B2:A1:04
profile "auto"
} }
ctl.imxmax98088 {
type hw
card 0
} }
hint { ctl.!default imxmax98088
show on
description "BT Headset"
}
}
ctl.btheadset {
type bluetooth
}
pcm.btspeaker {
type plug
slave {
pcm {
type bluetooth
device A0:E9:DB:10:33:58
profile "auto"
}
}
hint {
show on
description "BT Speaker"
}
}
ctl.btspeaker {
type bluetooth
}
pcm.btspeaker_softvol
{
type softvol
slave.pcm "btspeaker"
control.name "Bluetooth"
control.card 0
}