[pulseaudio-tickets] [Bug 90781] Microphone is visible by ALSA, but not recognized by PulseAudio
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 2 20:23:29 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90781
--- Comment #50 from Raymond <superquad.vortex2 at gmail.com> ---
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/usb/mixer.c
alternative workaround is to change PCM Capture Source" to "Capture Source" in
snd-usb-audio
- else if ((state->oterm.type & 0xff00) == 0x0100)
+ else if ((state->oterm.type & 0xff00) == 0x0100) {
append_ctl_name(kctl, " Capture Source");
+ if (strlcmp(kctl->name,"PCM Capture Source") == 0)
+ strlcpy(kctl->name,"Capture Source");
+ }
else
append_ctl_name(kctl, " Playback Source");
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150603/7929e9e6/attachment.html>
More information about the pulseaudio-bugs
mailing list