From 6174c207d21c09017d4c584bf1a03b6d773447a3 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Fri, 21 Sep 2012 12:06:56 +0200 Subject: [PATCH] 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 --- src/modules/alsa/alsa-mixer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c index 8072fbb4..993aa8e2 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)") } }; -- 2.39.2