Lines Matching defs:sonic
77 #define SV_REG(sonic, x) ((sonic)->enh_port + SV_REG_##x) argument
267 static inline void snd_sonicvibes_setdmaa(struct sonicvibes * sonic, in snd_sonicvibes_setdmaa()
281 static inline void snd_sonicvibes_setdmac(struct sonicvibes * sonic, in snd_sonicvibes_setdmac()
297 static inline unsigned int snd_sonicvibes_getdmaa(struct sonicvibes * sonic) in snd_sonicvibes_getdmaa()
302 static inline unsigned int snd_sonicvibes_getdmac(struct sonicvibes * sonic) in snd_sonicvibes_getdmac()
308 static void snd_sonicvibes_out1(struct sonicvibes * sonic, in snd_sonicvibes_out1()
318 static void snd_sonicvibes_out(struct sonicvibes * sonic, in snd_sonicvibes_out()
332 static unsigned char snd_sonicvibes_in1(struct sonicvibes * sonic, unsigned char reg) in snd_sonicvibes_in1()
343 static unsigned char snd_sonicvibes_in(struct sonicvibes * sonic, unsigned char reg) in snd_sonicvibes_in()
463 static void snd_sonicvibes_setfmt(struct sonicvibes * sonic, in snd_sonicvibes_setfmt()
519 static void snd_sonicvibes_setpll(struct sonicvibes * sonic, in snd_sonicvibes_setpll()
535 static void snd_sonicvibes_set_adc_rate(struct sonicvibes * sonic, unsigned int rate) in snd_sonicvibes_set_adc_rate()
581 static void snd_sonicvibes_set_dac_rate(struct sonicvibes * sonic, unsigned int rate) in snd_sonicvibes_set_dac_rate()
595 static int snd_sonicvibes_trigger(struct sonicvibes * sonic, int what, int cmd) in snd_sonicvibes_trigger()
619 struct sonicvibes *sonic = dev_id; in snd_sonicvibes_interrupt() local
685 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_trigger() local
692 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_trigger() local
709 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_prepare() local
733 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_prepare() local
758 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_pointer() local
769 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_pointer() local
817 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_open() local
829 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_open() local
842 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_close() local
851 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_close() local
880 static int __devinit snd_sonicvibes_pcm(struct sonicvibes * sonic, int device, struct snd_pcm ** rp… in snd_sonicvibes_pcm()
932 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_mux() local
943 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_mux() local
983 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_single() local
999 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_single() local
1039 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_double() local
1060 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_double() local
1116 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_master_free() local
1121 static int __devinit snd_sonicvibes_mixer(struct sonicvibes * sonic) in snd_sonicvibes_mixer()
1151 struct sonicvibes *sonic = entry->private_data; in snd_sonicvibes_proc_read() local
1178 static void __devinit snd_sonicvibes_proc_init(struct sonicvibes * sonic) in snd_sonicvibes_proc_init()
1194 static int __devinit snd_sonicvibes_create_gameport(struct sonicvibes *sonic) in snd_sonicvibes_create_gameport()
1216 static void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) in snd_sonicvibes_free_gameport()
1224 static inline int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) { return -ENOSYS; } in snd_sonicvibes_create_gameport()
1225 static inline void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) { } in snd_sonicvibes_free_gameport()
1228 static int snd_sonicvibes_free(struct sonicvibes *sonic) in snd_sonicvibes_free()
1245 struct sonicvibes *sonic = device->device_data; in snd_sonicvibes_dev_free() local
1255 struct sonicvibes *sonic; in snd_sonicvibes_create() local
1414 struct sonicvibes *sonic = mpu->private_data; in snd_sonicvibes_midi_input_open() local
1421 struct sonicvibes *sonic = mpu->private_data; in snd_sonicvibes_midi_input_close() local
1425 static int __devinit snd_sonicvibes_midi(struct sonicvibes * sonic, in snd_sonicvibes_midi()
1449 struct sonicvibes *sonic; in snd_sonic_probe() local