mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
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:
parent
f72a32151c
commit
6174c207d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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)") }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue