[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #17 from Raman Gupta rocketra...@gmail.com --- Specifically, this is what seems to work perfectly with my setup in order to have audio on either the speakers or the headphones, but not both: Switch to speakers: #!/bin/sh amixer -c 1

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-11-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #14 from Tanu Kaskinen ta...@iki.fi --- If I have understood correctly, there are two problems: 1. The headphone jack detection isn't working properly (it's showing up as unavailable even when the headphones are plugged in). 2.

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #13 from Raman Gupta rocketra...@gmail.com --- Created attachment 89550 -- https://bugs.freedesktop.org/attachment.cgi?id=89550action=edit Output of `pactl list` I have attached the output of `pactl list` as requested. -- You are

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #12 from Raymond superquad.vort...@gmail.com --- [4.077762] ALSA sound/pci/hda/hda_intel.c:3742 :00:1b.0: Applying patch firmware 'hda-jack-retask.fw' [4.03] snd_hda_intel: probe of :01:00.1 failed with error -2 [

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #10 from Raman Gupta rocketra...@gmail.com --- Raymond, I'm sorry I don't understand comment #9. All the applications I use, such as KDE, Chrome and Skype simply send audio to PulseAudio. There are no device selections in any of these

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #9 from Raymond superquad.vort...@gmail.com --- if the application use snd_device_name_hint and snd_device_name_get_hint to obtain the device name http://www.alsa-project.org/alsa-doc/alsa-lib/group___control.html it is possible to

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #6 from Raman Gupta rocketra...@gmail.com --- I added indep_hp=true. I don't see any difference. I don't see any device 2 control, but to be honest I don't really understand what to do. Here is the output of aplay -l and aplay -L

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #7 from Raymond superquad.vort...@gmail.com --- how did you add the hint ? use early patching or hda_generic.c int snd_hda_gen_parse_auto_config(struct hda_codec *codec, struct auto_pin_cfg *cfg) { struct

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #4 from Raymond superquad.vort...@gmail.com --- in addition to disable automute , you need is change pulseaudio do not mute front, surround, center and lfe in

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #2 from Raymond superquad.vort...@gmail.com --- : [pulseaudio] module-alsa-card.c: Found 4 jacks. I: [pulseaudio] alsa-util.c: Successfully attached to mixer 'hw:0' D: [pulseaudio] module-alsa-card.c: Jack 'Front Headphone Jack' is

[pulseaudio-tickets] [Bug 68286] Support toggling speaker and headphone port output, whilst keeping headphones plugged in

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68286 --- Comment #3 from Raman Gupta rocketra...@gmail.com --- (In reply to comment #1) http://www.intel.com/support/motherboards/desktop/sb/CS-034206.htm to enable multi streaming, you have to use hints indep_hp=true Ah interesting. Raymond, do