248:feaf2a7bd655
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 02:41:55 +0400
.vimrc: one day vimscript will let us have spaces around operators everywhere Today we prepare for that day, for it will come. I might've looked at https://favadi.com/update-your-vimrc-to-vim9-script/

previous change 227:2e969170ea12

etc/udev/rules.d/99-acp.rules

Permissions: -rw-r--r--

Other formats: Feeds:
SUBSYSTEM!="sound", GOTO="acp_end"
# Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
ATTRS{vendor}=="0x1002", ATTRS{device}=="0xaaf0", ENV{ACP_IGNORE}="1"
# Starship/Matisse HD Audio Controller
ATTRS{vendor}=="0x1022", ATTRS{device}=="0x1487", ENV{ACP_IGNORE}="1"
# Sunrise Point-LP HD Audio
ATTRS{vendor}=="0x8086", ATTRS{device}=="0x9d71", ENV{ACP_IGNORE}="1"
LABEL="acp_end"