Skip to content

Instantly share code, notes, and snippets.

@jarkkojs
Last active April 13, 2021 19:45
Show Gist options
  • Save jarkkojs/e1f6614b3497bbb945d6136c5e44d9c5 to your computer and use it in GitHub Desktop.
Save jarkkojs/e1f6614b3497bbb945d6136c5e44d9c5 to your computer and use it in GitHub Desktop.
/etc/udev/rules.d/89-pulseaudio.rules
# Audient EVO4
ATTRS{idVendor}=="2708", ATTRS{idProduct}=="0006", ENV{PULSE_IGNORE}="1"
# Intel Corporation Comet Lake PCH cAVS
ATTRS{vendor}=="0x8086", ATTRS{device}=="0x06c8", ENV{PULSE_IGNORE}="1"
# NVIDIA Corporation TU106 High Definition Audio Controller
ATTRS{vendor}=="0x10de", ATTRS{device}=="0x10f9", ENV{PULSE_IGNORE}="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment