Lines Matching defs:sonicvibes

183 struct sonicvibes {
252 static inline void snd_sonicvibes_setdmaa(struct sonicvibes * sonic,
266 static inline void snd_sonicvibes_setdmac(struct sonicvibes * sonic,
282 static inline unsigned int snd_sonicvibes_getdmaa(struct sonicvibes * sonic)
287 static inline unsigned int snd_sonicvibes_getdmac(struct sonicvibes * sonic)
293 static void snd_sonicvibes_out1(struct sonicvibes * sonic,
303 static void snd_sonicvibes_out(struct sonicvibes * sonic,
317 static unsigned char snd_sonicvibes_in1(struct sonicvibes * sonic, unsigned char reg)
328 static unsigned char snd_sonicvibes_in(struct sonicvibes * sonic, unsigned char reg)
343 static void snd_sonicvibes_debug(struct sonicvibes * sonic)
448 static void snd_sonicvibes_setfmt(struct sonicvibes * sonic,
506 static void snd_sonicvibes_setpll(struct sonicvibes * sonic,
522 static void snd_sonicvibes_set_adc_rate(struct sonicvibes * sonic, unsigned int rate)
568 static void snd_sonicvibes_set_dac_rate(struct sonicvibes * sonic, unsigned int rate)
582 static int snd_sonicvibes_trigger(struct sonicvibes * sonic, int what, int cmd)
606 struct sonicvibes *sonic = dev_id;
673 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
680 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
686 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
710 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
735 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
746 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
794 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
806 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
819 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
828 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
851 static int snd_sonicvibes_pcm(struct sonicvibes *sonic, int device)
895 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
906 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
946 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
962 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
1002 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
1023 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
1079 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
1084 static int snd_sonicvibes_mixer(struct sonicvibes *sonic)
1114 struct sonicvibes *sonic = entry->private_data;
1141 static void snd_sonicvibes_proc_init(struct sonicvibes *sonic)
1143 snd_card_ro_proc_new(sonic->card, "sonicvibes", sonic,
1155 static int snd_sonicvibes_create_gameport(struct sonicvibes *sonic)
1163 "sonicvibes: cannot allocate memory for gameport\n");
1182 static void snd_sonicvibes_free_gameport(struct sonicvibes *sonic)
1190 static inline int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) { return -ENOSYS; }
1191 static inline void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) { }
1194 static int snd_sonicvibes_free(struct sonicvibes *sonic)
1211 struct sonicvibes *sonic = device->device_data;
1219 struct sonicvibes **rsonic)
1221 struct sonicvibes *sonic;
1388 struct sonicvibes *sonic = mpu->private_data;
1395 struct sonicvibes *sonic = mpu->private_data;
1399 static int snd_sonicvibes_midi(struct sonicvibes *sonic,
1421 struct sonicvibes *sonic;