mbp-ubuntu/files/audio/91-pulseaudio-custom.rules

8 lines
254 B
Plaintext
Raw Normal View History

2020-04-17 05:53:48 -04:00
SUBSYSTEM!="sound", GOTO="pulseaudio_end"
ACTION!="change", GOTO="pulseaudio_end"
KERNEL!="card*", GOTO="pulseaudio_end"
SUBSYSTEMS=="pci", ATTRS{vendor}=="0x106b", ATTRS{device}=="0x1803", ENV{PULSE_PROFILE_SET}="apple-t2.conf"
LABEL="pulseaudio_end"