[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2011-08-24 Thread Tobin Davis
Closing the karmic bug to Won't fix as karmic is no longer supported.
Bug was fixed in Lucid.

** Changed in: alsa-utils (Ubuntu Karmic)
   Status: New = Won't Fix

** Changed in: pulseaudio (Ubuntu Karmic)
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/451635

Title:
  defaults need adjustment on dove X0 for audible audio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/451635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2011-01-31 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/alsa-utils

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/451635

Title:
  defaults need adjustment on dove X0 for audible audio

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/pulseaudio

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Tobin Davis
Ok, this is a bug in pulseaudio.   Here is the scenario:

Sound-Applet-Preferences Output tab currently lists two connectors:
Analog Output and Analog Headphones.  Making the following changes has
these effects:

Adding the following:
 [Element Line HP Swap]
 required = any
 switch = on
 override-map.1 = all
 override-map.2 = all-left,all-right
to /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf will 
toggle the switch on when selecting Analog Headphones connector, however 
adding:
 [Element Line HP Swap]
 required = any
 switch = off
 override-map.1 = all
 override-map.2 = all-left,all-right
to /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf has no effect when 
selecting Analog Output.

Adding:
;;; 'Headphone Switch'

 [Element Line HP Swap]
 required = any
 switch = select
 override-map.1 = all
 override-map.2 = all-left,all-right

 [Option Line HP Swap:on]
 name = output-headphones
 priority = 10

 [Option Line HP Swap:off]
 name = output-speakers
 priority = 0
to the headphones.conf only changes the connectors list to Analog Output | 
Analog Headphones/output-headphones | Analog Headphones/output-speakers.

Adding the same lines to analog-output.conf only creates a similar list
with Analog Headphones | Analog Output/output-headphones | Analog Output
/output-speakers.

Ideally, a user should be able to select Analog Headphones and get the
HP jack to work (similar to front panel HP jack on Intel boards).
Selecting Analog Output should disable the switch, sending audio to the
rear connectors (RCA jacks on dove board).

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Daniel T Chen
Just to confirm, using only the switch lines (no required or override*
lines) in analog-output-headphones and analog-output also fails?

** Changed in: pulseaudio (Ubuntu Lucid)
   Status: Fix Released = Confirmed

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Tobin Davis
Correct.  Changing both files to only include the following lines has no effect 
in analog-output.conf (note - I tried both on and off): 
 [Element Line HP Swap]
  switch = on|off

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Daniel T Chen
Index: 
pulseaudio-0.9.22~0.9.21+stable-queue-32-g8478/src/modules/alsa/mixer/paths/analog-output-headphones.conf
===
--- 
pulseaudio-0.9.22~0.9.21+stable-queue-32-g8478.orig/src/modules/alsa/mixer/paths/analog-output-headphones.conf
  2010-03-26 12:51:15.0 -0700
+++ 
pulseaudio-0.9.22~0.9.21+stable-queue-32-g8478/src/modules/alsa/mixer/paths/analog-output-headphones.conf
   2010-03-26 13:22:26.0 -0700
@@ -51,6 +51,9 @@
 override-map.1 = all
 override-map.2 = all-left,all-right
 
+[Element Line HP Swap]
+switch = on
+
 ; This profile path is intended to control the first headphones, not
 ; the second headphones. But it should not hurt if we leave the second
 ; headphone jack enabled nonetheless.
Index: 
pulseaudio-0.9.22~0.9.21+stable-queue-32-g8478/src/modules/alsa/mixer/paths/analog-output.conf
===
--- 
pulseaudio-0.9.22~0.9.21+stable-queue-32-g8478.orig/src/modules/alsa/mixer/paths/analog-output.conf
 2010-03-26 12:51:15.0 -0700
+++ 
pulseaudio-0.9.22~0.9.21+stable-queue-32-g8478/src/modules/alsa/mixer/paths/analog-output.conf
  2010-03-26 14:08:57.0 -0700
@@ -44,6 +44,9 @@
 switch = off
 volume = off
 
+[Element Line HP Swap]
+switch = off
+
 ; This profile path is intended to control the default output, not the
 ; headphones. But it should not hurt if we leave the headphone jack
 ; enabled nonetheless.

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Tobin Davis
Got it working.  Here's the required patch for the conf files.  This
supercedes all other patches in this bug report (including asound.state
changes earlier).  It can also be sru'd to karmic if desired.  Tested on
Dove X0 with Lucid and Dove Y1 with Karmic.


** Patch added: lp451635-handle-dove-line-hp.patch
   http://launchpadlibrarian.net/42112168/lp451635-handle-dove-line-hp.patch

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Tobin Davis
Nevermind.  Both patches are similar.  Mine was from a different trunk.

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package pulseaudio - 1:0.9.22~0.9.21+stable-
queue-32-g8478-0ubuntu14

---
pulseaudio (1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14) lucid; urgency=low

  * 0096-lp451635-handle-dove-x0-line-hp-swap.patch: Make the connector
work as intended: if 'Analog Output' is selected in the dropdown,
then 'Line HP Swap' is muted; if 'Analog Headphones' is selected,
then 'Line HP Swap' is unmuted. This better fits existing speaker
semantics and actually works. Many thanks to Tobin Davis for
helping chase this one. Really closes (LP: #451635)
 -- Daniel T Chen crim...@ubuntu.com   Fri, 26 Mar 2010 15:18:35 -0700

** Changed in: pulseaudio (Ubuntu Lucid)
   Status: Confirmed = Fix Released

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~crimsun/pulseaudio/ubuntu.2a

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451635] Re: defaults need adjustment on dove X0 for audible audio

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package pulseaudio - 1:0.9.22~0.9.21+stable-
queue-32-g8478-0ubuntu13

---
pulseaudio (1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu13) lucid; urgency=low

  [ Daniel T Chen ]
  * 0093-backport-fixes-stable-queue-head.patch: Backport the following
changesets from the stable-queue branch:
+ a7c1778 (don't pick monitor sources automatically for role-based
   device selection).
+ e8b83fa (handle asyncns failure when IPv6 is not supported in the
   kernel).
  * 0096-lp453966-handle-digmic-pt2.patch: Raise the priority of the
'Digital Mic 1' digital input source for newer Dell laptops.
(LP: #453966)
  * 0096-lp451635-handle-dove-x0-line-hp-swap.patch: Add 'Line HP Swap'
to the Headphone profile. (LP: #451635)
  * debian/control: Update Vcs-Bzr to point to new branch that uses pack
repo format 2a.
 -- Daniel T Chen crim...@ubuntu.com   Thu, 25 Mar 2010 21:58:46 -0700

** Changed in: pulseaudio (Ubuntu Lucid)
   Status: New = Fix Released

-- 
defaults need adjustment on dove X0 for audible audio
https://bugs.launchpad.net/bugs/451635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs