Lines Matching refs:snd_amd7930

314 struct snd_amd7930 {  struct
340 struct snd_amd7930 *next; argument
343 static struct snd_amd7930 *amd7930_list;
346 static __inline__ void amd7930_idle(struct snd_amd7930 *amd) in amd7930_idle()
357 static __inline__ void amd7930_enable_ints(struct snd_amd7930 *amd) in amd7930_enable_ints()
368 static __inline__ void amd7930_disable_ints(struct snd_amd7930 *amd) in amd7930_disable_ints()
381 static void __amd7930_write_map(struct snd_amd7930 *amd) in __amd7930_write_map()
475 static void __amd7930_update_map(struct snd_amd7930 *amd) in __amd7930_update_map()
495 struct snd_amd7930 *amd = dev_id; in snd_amd7930_interrupt()
536 static int snd_amd7930_trigger(struct snd_amd7930 *amd, unsigned int flag, int cmd) in snd_amd7930_trigger()
569 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_trigger()
576 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_trigger()
582 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_prepare()
614 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_prepare()
646 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_pointer()
657 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_pointer()
690 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_open()
700 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_open()
710 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_playback_close()
718 struct snd_amd7930 *amd = snd_pcm_substream_chip(substream); in snd_amd7930_capture_close()
740 static int snd_amd7930_pcm(struct snd_amd7930 *amd) in snd_amd7930_pcm()
782 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_get_volume()
806 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_put_volume()
868 static int snd_amd7930_mixer(struct snd_amd7930 *amd) in snd_amd7930_mixer()
888 static int snd_amd7930_free(struct snd_amd7930 *amd) in snd_amd7930_free()
908 struct snd_amd7930 *amd = device->device_data; in snd_amd7930_dev_free()
920 struct snd_amd7930 **ramd) in snd_amd7930_create()
922 struct snd_amd7930 *amd; in snd_amd7930_create()
993 struct snd_amd7930 *amd; in amd7930_sbus_probe()
1069 struct snd_amd7930 *p = amd7930_list; in amd7930_exit()
1072 struct snd_amd7930 *next = p->next; in amd7930_exit()