Skip to content

Commit

Permalink
alsactl: 90-alsa-restore.rules - fix AMD acp-pdm-mach link
Browse files Browse the repository at this point in the history
The link name of AMD ACP digital microphones driver acp-pdm-mach
is acp-dmic-codec. Fix it to make UCM initialize it again.

Closes: #281
Fixes: 8116639 ("alsactl: 90-alsa-restore.rules - add support for AMD ACP digital microphone")
Signed-off-by: Aaron Ma <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
pyma1 authored and perexg committed Nov 20, 2024
1 parent f90124c commit 6f7ce73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alsactl/90-alsa-restore.rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DRIVERS=="snd_hda_intel", TEST=="device/pcmC$env{ALSA_CARD_NUMBER}D0p", RUN+="/b
TEST=="device/device/acp3x-dmic-capture", GOTO="alsa_hda_analog"
TEST=="device/device/acp6x-dmic-capture", GOTO="alsa_hda_analog"
TEST=="device/device/acp63-dmic-capture", GOTO="alsa_hda_analog"
TEST=="device/device/acp-pdm-dmic", GOTO="alsa_hda_analog"
TEST=="device/device/acp-dmic-codec", GOTO="alsa_hda_analog"
GOTO="alsa_restore_std"

LABEL="alsa_hda_analog"
Expand Down

0 comments on commit 6f7ce73

Please sign in to comment.