Lines Matching defs:snd_amd7930

315 struct snd_amd7930 {
341 struct snd_amd7930 *next;
344 static struct snd_amd7930 *amd7930_list;
347 static __inline__ void amd7930_idle(struct snd_amd7930 *amd)
355 static __inline__ void amd7930_enable_ints(struct snd_amd7930 *amd)
363 static __inline__ void amd7930_disable_ints(struct snd_amd7930 *amd)
373 static void __amd7930_write_map(struct snd_amd7930 *amd)
467 static void __amd7930_update_map(struct snd_amd7930 *amd)
487 struct snd_amd7930 *amd = dev_id;
527 static int snd_amd7930_trigger(struct snd_amd7930 *amd, unsigned int flag, int cmd)
558 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
565 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
571 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
600 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
629 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
640 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
673 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
683 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
693 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
701 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream);
723 static int snd_amd7930_pcm(struct snd_amd7930 *amd)
765 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl);
789 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl);
848 static int snd_amd7930_mixer(struct snd_amd7930 *amd)
868 static int snd_amd7930_free(struct snd_amd7930 *amd)
888 struct snd_amd7930 *amd = device->device_data;
900 struct snd_amd7930 **ramd)
902 struct snd_amd7930 *amd;
970 struct snd_amd7930 *amd;
1046 struct snd_amd7930 *p = amd7930_list;
1049 struct snd_amd7930 *next = p->next;