Lines Matching refs:snd_card
101 struct snd_card *card;
113 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
117 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
121 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
122 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
123 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
124 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
125 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_i…
126 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id,
128 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
129 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
131 int snd_ctl_create(struct snd_card *card);
143 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
260 snd_kctl_jack_new(const char *name, struct snd_card *card);
261 void snd_kctl_jack_report(struct snd_card *card,