diff options
Diffstat (limited to 'sound/pcmcia/vx/vxpocket.h')
-rw-r--r-- | sound/pcmcia/vx/vxpocket.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/pcmcia/vx/vxpocket.h b/sound/pcmcia/vx/vxpocket.h index 70754aa3dd11..67efae3f6c8d 100644 --- a/sound/pcmcia/vx/vxpocket.h +++ b/sound/pcmcia/vx/vxpocket.h | |||
@@ -30,7 +30,7 @@ | |||
30 | 30 | ||
31 | struct snd_vxpocket { | 31 | struct snd_vxpocket { |
32 | 32 | ||
33 | vx_core_t core; | 33 | struct vx_core core; |
34 | 34 | ||
35 | unsigned long port; | 35 | unsigned long port; |
36 | 36 | ||
@@ -48,10 +48,10 @@ struct snd_vxpocket { | |||
48 | 48 | ||
49 | extern struct snd_vx_ops snd_vxpocket_ops; | 49 | extern struct snd_vx_ops snd_vxpocket_ops; |
50 | 50 | ||
51 | void vx_set_mic_boost(vx_core_t *chip, int boost); | 51 | void vx_set_mic_boost(struct vx_core *chip, int boost); |
52 | void vx_set_mic_level(vx_core_t *chip, int level); | 52 | void vx_set_mic_level(struct vx_core *chip, int level); |
53 | 53 | ||
54 | int vxp_add_mic_controls(vx_core_t *chip); | 54 | int vxp_add_mic_controls(struct vx_core *chip); |
55 | 55 | ||
56 | /* Constants used to access the CDSP register (0x08). */ | 56 | /* Constants used to access the CDSP register (0x08). */ |
57 | #define CDSP_MAGIC 0xA7 /* magic value (for read) */ | 57 | #define CDSP_MAGIC 0xA7 /* magic value (for read) */ |