diff options
author | Tomasz Kontusz <tomasz.kontusz@gmail.com> | 2020-07-20 17:55:18 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2020-07-26 04:39:40 +0000 |
commit | 9696e1079123b47eb2fbfd55a078ca73e8f9c608 (patch) | |
tree | 3ffaf7d73db254895a28e50d78545e048e6ea8f7 /src/modules | |
parent | 680d7bb976f1ea5ecbec40413bef2f4b863c6ded (diff) | |
download | pulseaudio-9696e1079123b47eb2fbfd55a078ca73e8f9c608.tar.gz |
alsa-mixer: Remove unused iec958-passthrough* descriptions
They were unused since 20f1fa17bebe086cb9cff09a5157dc7ca009ba61.
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/alsa/alsa-mixer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c index 5805ffd4d..ae2a93f2f 100644 --- a/src/modules/alsa/alsa-mixer.c +++ b/src/modules/alsa/alsa-mixer.c @@ -2725,7 +2725,6 @@ static int path_verify(pa_alsa_path *p) { { "hdmi-output", N_("HDMI / DisplayPort"), PA_DEVICE_PORT_TYPE_HDMI }, { "iec958-stereo-output", N_("Digital Output (S/PDIF)"), PA_DEVICE_PORT_TYPE_SPDIF }, { "iec958-stereo-input", N_("Digital Input (S/PDIF)"), PA_DEVICE_PORT_TYPE_SPDIF }, - { "iec958-passthrough-output", N_("Digital Passthrough (S/PDIF)"), PA_DEVICE_PORT_TYPE_SPDIF }, { "multichannel-input", N_("Multichannel Input"), PA_DEVICE_PORT_TYPE_LINE }, { "multichannel-output", N_("Multichannel Output"), PA_DEVICE_PORT_TYPE_LINE }, { "steelseries-arctis-output-game-common", N_("Game Output"), PA_DEVICE_PORT_TYPE_HEADSET }, @@ -4377,7 +4376,6 @@ static int mapping_verify(pa_alsa_mapping *m, const pa_channel_map *bonus) { { "analog-surround-70", N_("Analog Surround 7.0") }, { "analog-surround-71", N_("Analog Surround 7.1") }, { "iec958-stereo", N_("Digital Stereo (IEC958)") }, - { "iec958-passthrough", N_("Digital Passthrough (IEC958)") }, { "iec958-ac3-surround-40", N_("Digital Surround 4.0 (IEC958/AC3)") }, { "iec958-ac3-surround-51", N_("Digital Surround 5.1 (IEC958/AC3)") }, { "iec958-dts-surround-51", N_("Digital Surround 5.1 (IEC958/DTS)") }, |