sound: max98088: update card name
Starting at kernel 6.1, the maxim98088 driver has been migrated from the old imx-max98088.c driver to NXP’s new audio framework fsl-asoc-card.c. Update the sound stuff to match the new audio card and some of the new controls. https://onedigi.atlassian.net/browse/DEL-8596 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
151636c404
commit
3bfcc31563
|
|
@ -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,2 +1,3 @@
|
|||
# Digi ConnectCore MAX98089 sound card
|
||||
ATTRS{id}=="imxmax98088", ENV{PULSE_PROFILE_SET}="dey-audio-max98089.conf"
|
||||
ATTRS{id}=="max98088audio", ENV{PULSE_PROFILE_SET}="dey-audio-max98089.conf"
|
||||
|
|
|
|||
Loading…
Reference in New Issue