alsa-state: change audio card name
This commit changes the audio card name for the asound configuration and state of the following platforms: * CCiMX8X * CCiMX8M * CCiMX6UL https://onedigi.atlassian.net/browse/DEL-9005 Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
401e99d3f0
commit
5f3a9fd7da
|
|
@ -1,9 +1,9 @@
|
|||
pcm.imxmax98088 {
|
||||
pcm.max98088audio {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
ctl.imxmax98088 {
|
||||
ctl.max98088audio {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
ctl.!default imxmax98088
|
||||
ctl.!default max98088audio
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,9 +1,9 @@
|
|||
pcm.imxmax98088 {
|
||||
pcm.max98088audio {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
ctl.imxmax98088 {
|
||||
ctl.max98088audio {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
ctl.!default imxmax98088
|
||||
ctl.!default max98088audio
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,9 +1,9 @@
|
|||
pcm.imxmax98088 {
|
||||
pcm.max98088audio {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
ctl.imxmax98088 {
|
||||
ctl.max98088audio {
|
||||
type hw
|
||||
card 0
|
||||
}
|
||||
ctl.!default imxmax98088
|
||||
ctl.!default max98088audio
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue