• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/

Lines Matching refs:sonicvibes

198 struct sonicvibes {
267 static inline void snd_sonicvibes_setdmaa(struct sonicvibes * sonic,
277 static inline void snd_sonicvibes_setdmac(struct sonicvibes * sonic,
289 static inline unsigned int snd_sonicvibes_getdmaa(struct sonicvibes * sonic)
294 static inline unsigned int snd_sonicvibes_getdmac(struct sonicvibes * sonic)
300 static void snd_sonicvibes_out1(struct sonicvibes * sonic,
310 static void snd_sonicvibes_out(struct sonicvibes * sonic,
324 static unsigned char snd_sonicvibes_in1(struct sonicvibes * sonic, unsigned char reg)
335 static unsigned char snd_sonicvibes_in(struct sonicvibes * sonic, unsigned char reg)
350 static void snd_sonicvibes_setfmt(struct sonicvibes * sonic,
402 static void snd_sonicvibes_setpll(struct sonicvibes * sonic,
418 static void snd_sonicvibes_set_adc_rate(struct sonicvibes * sonic, unsigned int rate)
464 static void snd_sonicvibes_set_dac_rate(struct sonicvibes * sonic, unsigned int rate)
478 static int snd_sonicvibes_trigger(struct sonicvibes * sonic, int what, int cmd)
502 struct sonicvibes *sonic = dev_id;
568 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
575 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
592 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
616 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
641 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
652 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
700 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
712 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
725 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
734 struct sonicvibes *sonic = snd_pcm_substream_chip(substream);
763 static int __devinit snd_sonicvibes_pcm(struct sonicvibes * sonic, int device, struct snd_pcm ** rpcm)
815 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
826 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
866 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
882 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
922 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
943 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
999 struct sonicvibes *sonic = snd_kcontrol_chip(kcontrol);
1004 static int __devinit snd_sonicvibes_mixer(struct sonicvibes * sonic)
1034 struct sonicvibes *sonic = entry->private_data;
1061 static void __devinit snd_sonicvibes_proc_init(struct sonicvibes * sonic)
1065 if (! snd_card_proc_new(sonic->card, "sonicvibes", &entry))
1077 static int __devinit snd_sonicvibes_create_gameport(struct sonicvibes *sonic)
1083 printk(KERN_ERR "sonicvibes: cannot allocate memory for gameport\n");
1099 static void snd_sonicvibes_free_gameport(struct sonicvibes *sonic)
1107 static inline int snd_sonicvibes_create_gameport(struct sonicvibes *sonic) { return -ENOSYS; }
1108 static inline void snd_sonicvibes_free_gameport(struct sonicvibes *sonic) { }
1111 static int snd_sonicvibes_free(struct sonicvibes *sonic)
1128 struct sonicvibes *sonic = device->device_data;
1136 struct sonicvibes ** rsonic)
1138 struct sonicvibes *sonic;
1290 struct sonicvibes *sonic = mpu->private_data;
1297 struct sonicvibes *sonic = mpu->private_data;
1301 static int __devinit snd_sonicvibes_midi(struct sonicvibes * sonic,
1325 struct sonicvibes *sonic;