meta-digi-arm: fix soundcard name for ccimx53js
https://jira.digi.com/browse/DEL-331 While on it, fix whitespace problems (mixed tabs + spaces) in the bitbake recipe. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
bb06677e47
commit
229dad5e1b
|
|
@ -3,17 +3,20 @@
|
||||||
PRINC := "${@int(PRINC) + 1}"
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
PR_append = "+${DISTRO}"
|
PR_append = "+${DISTRO}"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}/:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}:"
|
||||||
|
|
||||||
SRC_URI_append_ccardimx28js = " file://asound.inline_play.state \
|
SRC_URI_append_ccardimx28js = " \
|
||||||
file://asound.inline.state \
|
file://asound.inline_play.state \
|
||||||
file://asound.micro_play.state \
|
file://asound.inline.state \
|
||||||
file://asound.micro.state \
|
file://asound.micro_play.state \
|
||||||
file://asound.play.state"
|
file://asound.micro.state \
|
||||||
|
file://asound.play.state \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI_append_mx5 = " \
|
||||||
SRC_URI_append_mx5 = " file://asound.inline_play.state \
|
file://asound.inline_play.state \
|
||||||
file://asound.inline.state \
|
file://asound.inline.state \
|
||||||
file://asound.micro_play.state \
|
file://asound.micro_play.state \
|
||||||
file://asound.micro.state \
|
file://asound.micro.state \
|
||||||
file://asound.play.state"
|
file://asound.play.state \
|
||||||
|
"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
state.imx-ccimx53 {
|
state.imxccimx53 {
|
||||||
control.1 {
|
control.1 {
|
||||||
comment.access 'read write'
|
comment.access 'read write'
|
||||||
comment.type ENUMERATED
|
comment.type ENUMERATED
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
state.imx-ccimx53 {
|
state.imxccimx53 {
|
||||||
control.1 {
|
control.1 {
|
||||||
comment.access 'read write'
|
comment.access 'read write'
|
||||||
comment.type ENUMERATED
|
comment.type ENUMERATED
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
state.imx-ccimx53 {
|
state.imxccimx53 {
|
||||||
control.1 {
|
control.1 {
|
||||||
comment.access 'read write'
|
comment.access 'read write'
|
||||||
comment.type ENUMERATED
|
comment.type ENUMERATED
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
state.imx-ccximx53 {
|
state.imxccimx53 {
|
||||||
control.1 {
|
control.1 {
|
||||||
comment.access 'read write'
|
comment.access 'read write'
|
||||||
comment.type ENUMERATED
|
comment.type ENUMERATED
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
state.imx-ccimx53 {
|
state.imxccimx53 {
|
||||||
control.1 {
|
control.1 {
|
||||||
comment.access 'read write'
|
comment.access 'read write'
|
||||||
comment.type ENUMERATED
|
comment.type ENUMERATED
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue