This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit c612a6276d8ac92390f083a27a2bfea64bda08e9 Author: Felipe Sateler <[email protected]> Date: Tue Apr 15 10:45:45 2014 -0300 Add udev rule for Asus P5K-SE motherboard. Closes: #744831 --- debian/changelog | 1 + debian/patches/asus-P5K-SE-udev-rules.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index c739622..98ad016 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium * Drop workaround for ARM < v6, upstream now conditionally compiles it. + * Add udev rule for Asus P5K-SE motherboard. Closes: #744831 -- Felipe Sateler <[email protected]> Mon, 14 Apr 2014 10:02:36 -0300 diff --git a/debian/patches/asus-P5K-SE-udev-rules.patch b/debian/patches/asus-P5K-SE-udev-rules.patch new file mode 100644 index 0000000..d2d4ab4 --- /dev/null +++ b/debian/patches/asus-P5K-SE-udev-rules.patch @@ -0,0 +1,15 @@ +Description: Add support for Asus P5K-SE motherboard +Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744831#5 +Bug-Debian: http://bugs.debian.org/744831 +Forwarded: https://bugs.freedesktop.org/show_bug.cgi?id=77487 +--- a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules ++++ b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules +@@ -75,6 +75,8 @@ ATTRS{subsystem_vendor}=="0x1028", ATTRS + ATTRS{subsystem_vendor}=="0x1043", ATTRS{subsystem_device}=="0x831a", ENV{PULSE_PROFILE_SET}="force-speaker-and-int-mic.conf" + # Asus T101MT + ATTRS{subsystem_vendor}=="0x1043", ATTRS{subsystem_device}=="0x83ce", ENV{PULSE_PROFILE_SET}="force-speaker-and-int-mic.conf" ++# Asus P5K-SE ++ATTRS{subsystem_vendor}=="0x1043", ATTRS{subsystem_device}=="0x829f", ENV{PULSE_PROFILE_SET}="force-speaker-and-int-mic.conf" + # Sony Vaio VGN-SR21M + ATTRS{subsystem_vendor}=="0x104d", ATTRS{subsystem_device}=="0x9033", ENV{PULSE_PROFILE_SET}="force-speaker-and-int-mic.conf" + # Sony Vaio VPC-W115XG diff --git a/debian/patches/series b/debian/patches/series index 3499d3d..c110538 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 0002-Use-the-fixed-point-speex-resampler-on-ARM.patch 0003-exit-with-X-session.patch kfreebsd_no_lock_and_threads_synchro.patch +asus-P5K-SE-udev-rules.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

