Lines Matching defs:sonic

62 #define SV_REG(sonic, x) ((sonic)->enh_port + SV_REG_##x)  argument
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()
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() local
673 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_trigger() local
680 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_trigger() local
686 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_prepare() local
710 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_prepare() local
735 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_pointer() local
746 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_pointer() local
794 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_open() local
806 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_open() local
819 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_playback_close() local
828 struct sonicvibes *sonic = snd_pcm_substream_chip(substream); in snd_sonicvibes_capture_close() local
851 static int snd_sonicvibes_pcm(struct sonicvibes *sonic, int device) in snd_sonicvibes_pcm()
895 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_mux() local
906 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_mux() local
946 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_single() local
962 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_single() local
1002 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_get_double() local
1023 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_put_double() local
1079 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol); in snd_sonicvibes_master_free() local
1084 static int snd_sonicvibes_mixer(struct sonicvibes *sonic) in snd_sonicvibes_mixer()
1114 struct sonicvibes *sonic = entry->private_data; in snd_sonicvibes_proc_read() local
1141 static void snd_sonicvibes_proc_init(struct sonicvibes *sonic) in snd_sonicvibes_proc_init()
1155 static int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) in snd_sonicvibes_create_gameport()
1182 static void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) in snd_sonicvibes_free_gameport()
1190 static inline int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) { return -ENOSYS; } in snd_sonicvibes_create_gameport()
1191 static inline void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) { } in snd_sonicvibes_free_gameport()
1194 static int snd_sonicvibes_free(struct sonicvibes *sonic) in snd_sonicvibes_free()
1211 struct sonicvibes *sonic = device->device_data; in snd_sonicvibes_dev_free() local
1221 struct sonicvibes *sonic; in snd_sonicvibes_create() local
1388 struct sonicvibes *sonic = mpu->private_data; in snd_sonicvibes_midi_input_open() local
1395 struct sonicvibes *sonic = mpu->private_data; in snd_sonicvibes_midi_input_close() local
1399 static int snd_sonicvibes_midi(struct sonicvibes *sonic, in snd_sonicvibes_midi()
1421 struct sonicvibes *sonic; in snd_sonic_probe() local