Lines Matching refs:snd_card
106 struct snd_card *card;
118 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
122 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
126 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
127 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
128 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
129 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
130 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_i…
131 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id,
133 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
134 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
136 int snd_ctl_create(struct snd_card *card);
148 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
264 snd_kctl_jack_new(const char *name, struct snd_card *card);
265 void snd_kctl_jack_report(struct snd_card *card,