aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctatc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi/ctatc.c')
-rw-r--r--sound/pci/ctxfi/ctatc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c
index e14ed714721b..675dd4c8eaec 100644
--- a/sound/pci/ctxfi/ctatc.c
+++ b/sound/pci/ctxfi/ctatc.c
@@ -72,15 +72,15 @@ static struct {
72 [FRONT] = { .create = ct_alsa_pcm_create, 72 [FRONT] = { .create = ct_alsa_pcm_create,
73 .destroy = NULL, 73 .destroy = NULL,
74 .public_name = "Front/WaveIn"}, 74 .public_name = "Front/WaveIn"},
75 [REAR] = { .create = ct_alsa_pcm_create, 75 [SURROUND] = { .create = ct_alsa_pcm_create,
76 .destroy = NULL, 76 .destroy = NULL,
77 .public_name = "Rear"}, 77 .public_name = "Surround"},
78 [CLFE] = { .create = ct_alsa_pcm_create, 78 [CLFE] = { .create = ct_alsa_pcm_create,
79 .destroy = NULL, 79 .destroy = NULL,
80 .public_name = "Center/LFE"}, 80 .public_name = "Center/LFE"},
81 [SURROUND] = { .create = ct_alsa_pcm_create, 81 [SIDE] = { .create = ct_alsa_pcm_create,
82 .destroy = NULL, 82 .destroy = NULL,
83 .public_name = "Surround"}, 83 .public_name = "Side"},
84 [IEC958] = { .create = ct_alsa_pcm_create, 84 [IEC958] = { .create = ct_alsa_pcm_create,
85 .destroy = NULL, 85 .destroy = NULL,
86 .public_name = "IEC958 Non-audio"}, 86 .public_name = "IEC958 Non-audio"},