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:
parent
0b3f878d54
commit
8d9033138d
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
hint {
|
|
||||||
show on
|
|
||||||
description "BT Headset"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
ctl.btheadset {
|
ctl.imxmax98088 {
|
||||||
type bluetooth
|
type hw
|
||||||
}
|
card 0
|
||||||
|
|
||||||
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
|
|
||||||
}
|
}
|
||||||
|
ctl.!default imxmax98088
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue