Lines Matching defs:snd_dummy
126 struct snd_dummy {
540 struct snd_dummy *dummy = snd_pcm_substream_chip(substream);
664 static int snd_card_dummy_pcm(struct snd_dummy *dummy, int device,
720 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol);
732 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol);
767 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol);
778 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol);
803 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol);
812 struct snd_dummy *dummy = snd_kcontrol_chip(kcontrol);
863 static int snd_card_dummy_new_mixer(struct snd_dummy *dummy)
892 static void print_formats(struct snd_dummy *dummy,
903 static void print_rates(struct snd_dummy *dummy,
955 struct snd_dummy *dummy = entry->private_data;
977 struct snd_dummy *dummy = entry->private_data;
1003 static void dummy_proc_init(struct snd_dummy *chip)
1015 struct snd_dummy *dummy;
1021 sizeof(struct snd_dummy), &card);
1110 #define SND_DUMMY_DRIVER "snd_dummy"