1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-26 06:28:32 +02:00

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

View File

@ -22,7 +22,7 @@
KERNEL!="card*", GOTO="pulseaudio_end" KERNEL!="card*", GOTO="pulseaudio_end"
# Lenovo T490 # 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" LABEL="pulseaudio_end"
''; '';