From 741a96f20bf163ae6e08d660a9cc52718b210c80 Mon Sep 17 00:00:00 2001 From: simple <991605149@qq.com> Date: Thu, 9 Dec 2021 06:39:17 +0000 Subject: [PATCH] alsa-mixer: Rename behringer-umc22.conf to texas-instruments-pcm2902.conf The USB ID that Behringer UMC22 uses actually belongs to Texas Instruments PCM2902, which is a generic chip used in multiple products. Part-of: --- src/modules/alsa/90-pulseaudio.rules | 2 +- .../{behringer-umc22.conf => texas-instruments-pcm2902.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/modules/alsa/mixer/profile-sets/{behringer-umc22.conf => texas-instruments-pcm2902.conf} (100%) diff --git a/src/modules/alsa/90-pulseaudio.rules b/src/modules/alsa/90-pulseaudio.rules index 6a8ef2ac3..20591528f 100644 --- a/src/modules/alsa/90-pulseaudio.rules +++ b/src/modules/alsa/90-pulseaudio.rules @@ -113,7 +113,7 @@ ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02bb", ENV{PULSE_PROFILE_SET}="kinec ATTRS{idVendor}=="041e", ATTRS{idProduct}=="322c", ENV{PULSE_PROFILE_SET}="sb-omni-surround-5.1.conf" ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="4014", ENV{PULSE_PROFILE_SET}="dell-dock-tb16-usb-audio.conf" ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="402e", ENV{PULSE_PROFILE_SET}="dell-dock-tb16-usb-audio.conf" -ATTRS{idVendor}=="08bb", ATTRS{idProduct}=="2902", ENV{PULSE_PROFILE_SET}="behringer-umc22.conf" +ATTRS{idVendor}=="08bb", ATTRS{idProduct}=="2902", ENV{PULSE_PROFILE_SET}="texas-instruments-pcm2902.conf" ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="0269", ENV{PULSE_PROFILE_SET}="hp-tbt-dock-120w-g2.conf" ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="0567", ENV{PULSE_PROFILE_SET}="hp-tbt-dock-audio-module.conf" diff --git a/src/modules/alsa/mixer/profile-sets/behringer-umc22.conf b/src/modules/alsa/mixer/profile-sets/texas-instruments-pcm2902.conf similarity index 100% rename from src/modules/alsa/mixer/profile-sets/behringer-umc22.conf rename to src/modules/alsa/mixer/profile-sets/texas-instruments-pcm2902.conf