alsa-mixer: Add "iec958-stereo-input" to well known path names
authorDavid Henningsson <david.henningsson@canonical.com>
Fri, 21 Sep 2012 10:06:56 +0000 (12:06 +0200)
committerDavid Henningsson <david.henningsson@canonical.com>
Fri, 21 Sep 2012 10:06:56 +0000 (12:06 +0200)
Interestingly, the name is properly matched even though there
is no paths/iec958-stereo-input.conf file.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
src/modules/alsa/alsa-mixer.c

index 8072fbb..993aa8e 100644 (file)
@@ -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)") }
     };