<p><br>
>>><br>
>>> These two control names are currently being added to the HDA driver,<br>
>>> so let's support them in PulseAudio as well.<br>
>>><br>
>>> Signed-off-by: David Henningsson <<a href="mailto:david.henningsson@canonical.com">david.henningsson@canonical.com</a>><br>
>>> ---<br>
>>><br>
>>> v2: Addressed comments by Tanu<br>
>>><br>
>>>   src/modules/alsa/mixer/paths/analog-output-headphones-2.conf |  8 ++++++++<br>
>>>   src/modules/alsa/mixer/paths/analog-output-headphones.conf   | 11 +++++++++++<br>
>>>   src/modules/alsa/mixer/paths/analog-output-lineout.conf      | 12 ++++++++++++<br>
>>>   src/modules/alsa/mixer/paths/analog-output-mono.conf         | 10 ++++++++++<br>
>>>   .../alsa/mixer/paths/analog-output-speaker-always.conf       | 10 ++++++++++<br>
>>>   src/modules/alsa/mixer/paths/analog-output-speaker.conf      | 11 +++++++++++<br>
>>>   6 files changed, 62 insertions(+)<br>
>>><br>
>>> diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf b/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf<br>
>>> index 74c467a..e29331b 100644<br>
>>> --- a/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf<br>
>>> +++ b/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf<br>
>>> @@ -48,6 +48,14 @@ volume = off<br>
>>>   switch = mute<br>
>>>   volume = zero<br>
>>><br>
>>> +[Element Headphone+LO]<br>
>>> +switch = mute<br>
>>> +volume = zero<br>
>><br>
>><br>
>> I think these should be "off". Why would you want to set the headphone<br>
>> and lineout output to maximum when you start to use the headphones 2<br>
>> jack? If both jacks are connected to speakers, things are going to get<br>
>> loud...<br>
><br>
><br>
> AFAIK, I don't think the hda driver ever creates a "Headphone 2" volume control. And the hda driver is the only one who ever creates a "Headphone+LO" volume control.<br>
><br>
> So this is all very theoretical and is very unlikely to ever exist.<br>
> But if it did, chances are that a "Headphone+LO" volume control would also control the "headphone 2" path. And that all Line Outs would be automuted.<br>
></p>
<p>why do pulseaudio have headphone2.conf if there is no driver use headphone2 playback volume? </p>
<p>Only those 3stack motherboard with 10 channel hda codec alc892 can retask the front panel mic as another headphone </p>
<p><a href="http://voices.canonical.com/david.henningsson/2011/11/29/turn-your-mic-jack-into-a-headphone-jack/">http://voices.canonical.com/david.henningsson/2011/11/29/turn-your-mic-jack-into-a-headphone-jack/</a></p>