Lines Matching refs:snd_amd7930
316 struct snd_amd7930 { struct
342 struct snd_amd7930 *next; argument
345 static struct snd_amd7930 *amd7930_list;
348 static __inline__ void amd7930_idle(struct snd_amd7930 *amd) in amd7930_idle()
359 static __inline__ void amd7930_enable_ints(struct snd_amd7930 *amd) in amd7930_enable_ints()
370 static __inline__ void amd7930_disable_ints(struct snd_amd7930 *amd) in amd7930_disable_ints()
383 static void __amd7930_write_map(struct snd_amd7930 *amd) in __amd7930_write_map()
477 static void __amd7930_update_map(struct snd_amd7930 *amd) in __amd7930_update_map()
497 struct snd_amd7930 *amd = dev_id; in snd_amd7930_interrupt()
538 static int snd_amd7930_trigger(struct snd_amd7930 *amd, unsigned int flag, int cmd) in snd_amd7930_trigger()
571 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_trigger()
578 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_trigger()
584 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_prepare()
616 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_prepare()
648 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_pointer()
659 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_pointer()
692 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_open()
702 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_open()
712 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_close()
720 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_close()
742 static int snd_amd7930_pcm(struct snd_amd7930 *amd) in snd_amd7930_pcm()
784 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_get_volume()
808 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_put_volume()
870 static int snd_amd7930_mixer(struct snd_amd7930 *amd) in snd_amd7930_mixer()
890 static int snd_amd7930_free(struct snd_amd7930 *amd) in snd_amd7930_free()
910 struct snd_amd7930 *amd = device->device_data; in snd_amd7930_dev_free()
922 struct snd_amd7930 **ramd) in snd_amd7930_create()
924 struct snd_amd7930 *amd; in snd_amd7930_create()
994 struct snd_amd7930 *amd; in amd7930_sbus_probe()
1067 struct snd_amd7930 *p = amd7930_list; in amd7930_exit()
1070 struct snd_amd7930 *next = p->next; in amd7930_exit()