Lines Matching refs:sonicvibes

183 struct sonicvibes {  struct
252 static inline void snd_sonicvibes_setdmaa(struct sonicvibes * sonic, in snd_sonicvibes_setdmaa()
266 static inline void snd_sonicvibes_setdmac(struct sonicvibes * sonic, in snd_sonicvibes_setdmac()
282 static inline unsigned int snd_sonicvibes_getdmaa(struct sonicvibes * sonic) in snd_sonicvibes_getdmaa()
287 static inline unsigned int snd_sonicvibes_getdmac(struct sonicvibes * sonic) in snd_sonicvibes_getdmac()
293 static void snd_sonicvibes_out1(struct sonicvibes * sonic, in snd_sonicvibes_out1()
303 static void snd_sonicvibes_out(struct sonicvibes * sonic, in snd_sonicvibes_out()
317 static unsigned char snd_sonicvibes_in1(struct sonicvibes * sonic, unsigned char reg) in snd_sonicvibes_in1()
328 static unsigned char snd_sonicvibes_in(struct sonicvibes * sonic, unsigned char reg) in snd_sonicvibes_in()
343 static void snd_sonicvibes_debug(struct sonicvibes * sonic)
448 static void snd_sonicvibes_setfmt(struct sonicvibes * sonic, in snd_sonicvibes_setfmt()
506 static void snd_sonicvibes_setpll(struct sonicvibes * sonic, in snd_sonicvibes_setpll()
522 static void snd_sonicvibes_set_adc_rate(struct sonicvibes * sonic, unsigned int rate) in snd_sonicvibes_set_adc_rate()
568 static void snd_sonicvibes_set_dac_rate(struct sonicvibes * sonic, unsigned int rate) in snd_sonicvibes_set_dac_rate()
582 static int snd_sonicvibes_trigger(struct sonicvibes * sonic, int what, int cmd) in snd_sonicvibes_trigger()
606 struct sonicvibes *sonic = dev_id; in snd_sonicvibes_interrupt()
673 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_trigger()
680 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_trigger()
697 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_prepare()
721 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_prepare()
746 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_pointer()
757 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_pointer()
805 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_open()
817 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_open()
830 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_close()
839 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_close()
868 static int snd_sonicvibes_pcm(struct sonicvibes *sonic, int device) in snd_sonicvibes_pcm()
912 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_mux()
923 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_mux()
963 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_single()
979 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_single()
1019 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_double()
1040 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_double()
1096 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_master_free()
1101 static int snd_sonicvibes_mixer(struct sonicvibes *sonic) in snd_sonicvibes_mixer()
1131 struct sonicvibes *sonic = entry->private_data; in snd_sonicvibes_proc_read()
1158 static void snd_sonicvibes_proc_init(struct sonicvibes *sonic) in snd_sonicvibes_proc_init()
1172 static int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) in snd_sonicvibes_create_gameport()
1199 static void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) in snd_sonicvibes_free_gameport()
1207 static inline int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) { return -ENOSYS; } in snd_sonicvibes_create_gameport()
1208 static inline void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) { } in snd_sonicvibes_free_gameport()
1211 static int snd_sonicvibes_free(struct sonicvibes *sonic) in snd_sonicvibes_free()
1228 struct sonicvibes *sonic = device->device_data; in snd_sonicvibes_dev_free()
1236 struct sonicvibes **rsonic) in snd_sonicvibes_create()
1238 struct sonicvibes *sonic; in snd_sonicvibes_create()
1404 struct sonicvibes *sonic = mpu->private_data; in snd_sonicvibes_midi_input_open()
1411 struct sonicvibes *sonic = mpu->private_data; in snd_sonicvibes_midi_input_close()
1415 static int snd_sonicvibes_midi(struct sonicvibes *sonic, in snd_sonicvibes_midi()
1437 struct sonicvibes *sonic; in snd_sonic_probe()