linuxOS_AP05/debian/binary/usr/lib/udev/rules.d/89-alsa-ucm.rules

9 lines
256 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
SUBSYSTEM!="sound", GOTO="ucm_end"
ACTION!="change", GOTO="ucm_end"
KERNEL!="card*", GOTO="ucm_end"
ATTRS{id}=="PAZ00", RUN+="/usr/bin/alsaucm -c PAZ00 set _verb HiFi"
ATTRS{id}=="PAZ00", RUN+="/usr/bin/alsaucm -c PAZ00 set _verb Record"
LABEL="ucm_end"