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:
Isaac Hermida 2023-08-08 09:01:24 +02:00
parent 151636c404
commit 3bfcc31563
3 changed files with 674 additions and 662 deletions

View File

@ -1,9 +1,9 @@
pcm.imxmax98088 { pcm.max98088audio {
type hw type hw
card 0 card 0
} }
ctl.imxmax98088 { ctl.max98088audio {
type hw type hw
card 0 card 0
} }
ctl.!default imxmax98088 ctl.!default max98088audio

View File

@ -1,2 +1,3 @@
# Digi ConnectCore MAX98089 sound card # Digi ConnectCore MAX98089 sound card
ATTRS{id}=="imxmax98088", ENV{PULSE_PROFILE_SET}="dey-audio-max98089.conf" ATTRS{id}=="imxmax98088", ENV{PULSE_PROFILE_SET}="dey-audio-max98089.conf"
ATTRS{id}=="max98088audio", ENV{PULSE_PROFILE_SET}="dey-audio-max98089.conf"