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@canonical.com>
This commit is contained in:
David Henningsson 2012-09-21 12:06:56 +02:00
parent f72a32151c
commit 6174c207d2

View file

@ -2347,6 +2347,7 @@ static int path_verify(pa_alsa_path *p) {
{ "analog-output-speaker", N_("Speakers") }, { "analog-output-speaker", N_("Speakers") },
{ "hdmi-output", N_("HDMI / DisplayPort") }, { "hdmi-output", N_("HDMI / DisplayPort") },
{ "iec958-stereo-output", N_("Digital Output (S/PDIF)") }, { "iec958-stereo-output", N_("Digital Output (S/PDIF)") },
{ "iec958-stereo-input", N_("Digital Input (S/PDIF)") },
{ "iec958-passthrough-output", N_("Digital Passthrough (S/PDIF)") } { "iec958-passthrough-output", N_("Digital Passthrough (S/PDIF)") }
}; };