[pulseaudio-commits] src/modules
David Henningsson
diwic at kemper.freedesktop.org
Fri Sep 21 03:12:42 PDT 2012
src/modules/alsa/alsa-mixer.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6174c207d21c09017d4c584bf1a03b6d773447a3
Author: David Henningsson <david.henningsson at canonical.com>
Date: Fri Sep 21 12:06:56 2012 +0200
alsa-mixer: Add "iec958-stereo-input" to well known path names
Interestingly, the name is properly matched even though there
is no paths/iec958-stereo-input.conf file.
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 8072fbb..993aa8e 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -2347,6 +2347,7 @@ static int path_verify(pa_alsa_path *p) {
{ "analog-output-speaker", N_("Speakers") },
{ "hdmi-output", N_("HDMI / DisplayPort") },
{ "iec958-stereo-output", N_("Digital Output (S/PDIF)") },
+ { "iec958-stereo-input", N_("Digital Input (S/PDIF)") },
{ "iec958-passthrough-output", N_("Digital Passthrough (S/PDIF)") }
};
More information about the pulseaudio-commits
mailing list