[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] alsa-mixer: improve a comment in udev rules
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Sat Mar 2 17:49:44 UTC 2019
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
904dd380 by Tanu Kaskinen at 2019-03-02T17:46:22Z
alsa-mixer: improve a comment in udev rules
The word "identical" was being used in a weird way that could make the
comment a bit difficult to undertand.
- - - - -
1 changed file:
- src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules
Changes:
=====================================
src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules
=====================================
@@ -127,9 +127,10 @@ LABEL="pulseaudio_firewire_quirk"
# Focusrite Saffire Pro 10/26 i/o has a quirk to disappear from IEEE 1394 bus when losing connections.
# https://bugzilla.kernel.org/show_bug.cgi?id=199365
ENV{ID_VENDOR_ID}=="0x00130e", ENV{ID_MODEL_ID}=="0x000003", ENV{PULSE_IGNORE}="1"
-# Both of Saffire Pro 10 i/o and Liquid Saffire 56 has the same ID_MODEL_ID
-# (0x000006). Here, use the identical name in configuration ROM to distinguish
-# the former.
+# Both of Saffire Pro 10 i/o and Liquid Saffire 56 have the same ID_MODEL_ID
+# (0x000006), but Liquid Saffire 56 doesn't suffer from the problem, so we
+# can't use ID_MODEL_ID to identify the problematic card. ID_MODEL works
+# better here.
ENV{ID_VENDOR_ID}=="0x00130e", ENV{ID_MODEL}=="Pro10IO" ENV{PULSE_IGNORE}="1"
LABEL="pulseaudio_end"
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/904dd38003e99e384986478a2d110ff15e804c5b
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/904dd38003e99e384986478a2d110ff15e804c5b
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190302/29971013/attachment-0001.html>
More information about the pulseaudio-commits
mailing list