match specifically on the sound chip

This commit is contained in:
Reno Reckling 2019-10-04 19:27:28 +02:00
parent 5932cef1b9
commit b60ea643a4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
KERNEL!="card*", GOTO="pulseaudio_end"
# Lenovo T490
ATTRS{subsystem_vendor}=="0x17aa", ATTRS{subsystem_device}=="0x2279", ENV{PULSE_PROFILE_SET}="${t490ProfileSet}"
ATTRS{vendor}=="0x8086" ATTRS{device}=="0x9dc8" ATTRS{subsystem_vendor}=="0x17aa", ATTRS{subsystem_device}=="0x2279", ENV{PULSE_PROFILE_SET}="${t490ProfileSet}"
LABEL="pulseaudio_end"
'';