diff options
Diffstat (limited to 'sound/pci/ctxfi/ctatc.h')
-rw-r--r-- | sound/pci/ctxfi/ctatc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/pci/ctxfi/ctatc.h b/sound/pci/ctxfi/ctatc.h index 286c993d461a..b86d12cd4a19 100644 --- a/sound/pci/ctxfi/ctatc.h +++ b/sound/pci/ctxfi/ctatc.h | |||
@@ -29,9 +29,9 @@ | |||
29 | 29 | ||
30 | enum CTALSADEVS { /* Types of alsa devices */ | 30 | enum 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 */ |
@@ -101,7 +101,6 @@ struct ct_atc { | |||
101 | unsigned long (*get_ptp_phys)(struct ct_atc *atc, int index); | 101 | unsigned long (*get_ptp_phys)(struct ct_atc *atc, int index); |
102 | 102 | ||
103 | spinlock_t atc_lock; | 103 | spinlock_t atc_lock; |
104 | spinlock_t vm_lock; | ||
105 | 104 | ||
106 | int (*pcm_playback_prepare)(struct ct_atc *atc, | 105 | int (*pcm_playback_prepare)(struct ct_atc *atc, |
107 | struct ct_atc_pcm *apcm); | 106 | struct ct_atc_pcm *apcm); |