src/modules/alsa/mixer/paths/analog-output.conf | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit d614cba04e6b61a12879f3f3e5d514da99f63f7a Author: David Henningsson <david.hennings...@canonical.com> Date: Thu May 16 10:56:21 2013 +0200 alsa-mixer: Add "Line Out Jack" to analog-output.conf A stationary computer usually has headphone jack(s) and line out jacks. In some cases analog-output.conf will be a subset of analog-output-headphones.conf, causing line outs to be unusable (because headphones are unplugged). This late in the cycle, this was the safest way I could think of to try to fix this for a particular computer. In later versions of PulseAudio we could consider making a dedicated line out path instead, and have proper jack detection there. Signed-off-by: David Henningsson <david.hennings...@canonical.com> diff --git a/src/modules/alsa/mixer/paths/analog-output.conf b/src/modules/alsa/mixer/paths/analog-output.conf index 1b7482c..3a552c9 100644 --- a/src/modules/alsa/mixer/paths/analog-output.conf +++ b/src/modules/alsa/mixer/paths/analog-output.conf @@ -22,6 +22,14 @@ [General] priority = 99 +[Jack Line Out] +state.plugged = unknown +state.unplugged = unknown + +[Jack Line Out Phantom] +state.plugged = unknown +state.unplugged = unknown + [Element Hardware Master] switch = mute volume = merge _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits