aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctatc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi/ctatc.h')
-rw-r--r--sound/pci/ctxfi/ctatc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/ctatc.h b/sound/pci/ctxfi/ctatc.h
index a7b0ec24cd75..b86d12cd4a19 100644
--- a/sound/pci/ctxfi/ctatc.h
+++ b/sound/pci/ctxfi/ctatc.h
@@ -29,9 +29,9 @@
29 29
30enum CTALSADEVS { /* Types of alsa devices */ 30enum CTALSADEVS { /* Types of alsa devices */
31 FRONT, 31 FRONT,
32 REAR,
33 CLFE,
34 SURROUND, 32 SURROUND,
33 CLFE,
34 SIDE,
35 IEC958, 35 IEC958,
36 MIXER, 36 MIXER,
37 NUM_CTALSADEVS /* This should always be the last */ 37 NUM_CTALSADEVS /* This should always be the last */