We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf3bd5 commit 753081cCopy full SHA for 753081c
alsactl/90-alsa-restore.rules.in
@@ -8,7 +8,7 @@ LABEL="alsa_restore_go"
8
ENV{ALSA_CARD_NUMBER}="$attr{device/number}"
9
10
# mark HDA analog card; HDMI/DP card does not have capture devices
11
-DRIVERS=="snd_hda_intel", TEST=="device/pcmC$env{ALSA_CARD_NUMBER}D0p", RUN+="/bin/sh -c 'echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} >> /run/udev/alsa-hda-analog-card'"
+DRIVERS=="snd_hda_intel", TEST=="device/pcmC$env{ALSA_CARD_NUMBER}D0c", RUN+="/bin/sh -c 'echo ALSA_CARD_HDA_ANALOG=$env{ALSA_CARD_NUMBER} >> /run/udev/alsa-hda-analog-card'"
12
13
# check for ACP hardware
14
TEST=="device/device/acp3x-dmic-capture", GOTO="alsa_hda_analog"
0 commit comments