Lines Matching refs:snd_card
104 struct snd_card *card;
116 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
120 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
124 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
125 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
126 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
127 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
128 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_i…
129 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id,
131 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
132 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
134 int snd_ctl_create(struct snd_card *card);
146 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
255 snd_kctl_jack_new(const char *name, struct snd_card *card);
256 void snd_kctl_jack_report(struct snd_card *card,