forked from pool/pulseaudio
3e82242fc9
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=a41c182c62abf2480b0be2b95493c211
50 lines
1.3 KiB
Diff
50 lines
1.3 KiB
Diff
From 7d6bab0d003386baba3ff3fad4cc3caa5839b361 Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Mon, 15 Feb 2010 23:39:12 +0100
|
|
Subject: [PATCH] alsa: cover 'Shared Mic/Line in', 'Analog Source'
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=558638
|
|
---
|
|
.../alsa/mixer/paths/analog-input.conf.common | 25 ++++++++++++++++++++
|
|
1 files changed, 25 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/src/modules/alsa/mixer/paths/analog-input.conf.common b/src/modules/alsa/mixer/paths/analog-input.conf.common
|
|
index fbdc8fb..66c3dda 100644
|
|
--- a/src/modules/alsa/mixer/paths/analog-input.conf.common
|
|
+++ b/src/modules/alsa/mixer/paths/analog-input.conf.common
|
|
@@ -277,6 +277,31 @@ name = input-microphone
|
|
[Option Digital Input Source:Digital Mic 2]
|
|
name = input-microphone
|
|
|
|
+;;; 'Analog Source'
|
|
+
|
|
+[Element Analog Source]
|
|
+enumeration = select
|
|
+
|
|
+[Option Analog Source:Mic]
|
|
+name = input-microphone
|
|
+
|
|
+[Option Analog Source:Line in]
|
|
+name = input-linein
|
|
+
|
|
+[Option Analog Source:Aux]
|
|
+name = input
|
|
+
|
|
+;;; 'Shared Mic/Line in'
|
|
+
|
|
+[Element Shared Mic/Line in]
|
|
+enumeration = select
|
|
+
|
|
+[Option Shared Mic/Line in:Mic in]
|
|
+name = input-microphone
|
|
+
|
|
+[Option Shared Mic/Line in:Line in]
|
|
+name = input-linein
|
|
+
|
|
;;; Various Boosts
|
|
|
|
[Element Capture Boost]
|
|
--
|
|
1.6.0.2
|
|
|