Home
last modified time | relevance | path

Searched refs:snd_vxpocket (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pcmcia/vx/
H A Dvxp_mixer.c33 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_level_get()
41 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_level_put()
78 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_boost_get()
86 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_boost_put()
110 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_add_mic_controls()
H A Dvxpocket.c108 struct snd_vxpocket **chip_ret) in snd_vxpocket_new()
111 struct snd_vxpocket *vxp; in snd_vxpocket_new()
114 sizeof(struct snd_vxpocket) - sizeof(struct vx_core)); in snd_vxpocket_new()
152 struct snd_vxpocket *vxp = to_vxpocket(chip); in snd_vxpocket_assign_resources()
252 struct snd_vxpocket *vxp; in vxpocket_probe()
292 struct snd_vxpocket *vxp; in vxpocket_detach()
H A Dvxpocket.h16 struct snd_vxpocket { struct
33 #define to_vxpocket(x) container_of(x, struct snd_vxpocket, core) argument