summaryrefslogtreecommitdiff
path: root/src/modules/alsa/alsa-mixer.c
diff options
context:
space:
mode:
authorscootergrisen <scootergrisen@gmail.com>2019-02-15 15:08:10 +0000
committerGeorg Chini <georg@chini.tk>2019-02-16 11:03:45 +0000
commitdee7674c7f8906e2266d7fb75615694e436b703e (patch)
tree11a1bd1d735946e736685401a77b9c0c6e80a48d /src/modules/alsa/alsa-mixer.c
parent8b6006c0c64b0dd35ef4cce5461082cf61c31202 (diff)
Remove space in "Digital Passthrough (IEC958)"
Diffstat (limited to 'src/modules/alsa/alsa-mixer.c')
-rw-r--r--src/modules/alsa/alsa-mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c
index 91dfc66ee..5cb99c8fd 100644
--- a/src/modules/alsa/alsa-mixer.c
+++ b/src/modules/alsa/alsa-mixer.c
@@ -4085,7 +4085,7 @@ 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-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)") },