alsa-state: add configuration for ccimx93
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2dd829fb1d
commit
5ba05c91e0
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2013-2022 Digi International.
|
# Copyright (C) 2013-2023 Digi International.
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
|
|
@ -13,6 +13,7 @@ SRC_URI:append:ccimx6 = " \
|
||||||
SRC_URI:append:ccimx6ul = " file://asound.state"
|
SRC_URI:append:ccimx6ul = " file://asound.state"
|
||||||
SRC_URI:append:ccimx8x = " file://asound.state"
|
SRC_URI:append:ccimx8x = " file://asound.state"
|
||||||
SRC_URI:append:ccimx8m = " file://asound.state"
|
SRC_URI:append:ccimx8m = " file://asound.state"
|
||||||
|
SRC_URI:append:ccimx93 = " file://asound.state"
|
||||||
SRC_URI:append:ccmp1 = " file://asound.state"
|
SRC_URI:append:ccmp1 = " file://asound.state"
|
||||||
|
|
||||||
do_install:append:ccimx6() {
|
do_install:append:ccimx6() {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
pcm.imxmax98088 {
|
||||||
|
type hw
|
||||||
|
card 0
|
||||||
|
}
|
||||||
|
ctl.imxmax98088 {
|
||||||
|
type hw
|
||||||
|
card 0
|
||||||
|
}
|
||||||
|
ctl.!default imxmax98088
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue