Lines Matching refs:snd_card
91 struct snd_card *card;
103 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
107 void snd_ctl_notify(struct snd_card * card, unsigned int mask, struct snd_ctl_elem_id * id);
111 int snd_ctl_add(struct snd_card * card, struct snd_kcontrol * kcontrol);
112 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
113 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
114 int snd_ctl_remove_id(struct snd_card * card, struct snd_ctl_elem_id *id);
115 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_i…
116 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id,
118 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card * card, unsigned int numid);
119 struct snd_kcontrol *snd_ctl_find_id(struct snd_card * card, struct snd_ctl_elem_id *id);
121 int snd_ctl_create(struct snd_card *card);
133 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
249 snd_kctl_jack_new(const char *name, struct snd_card *card);
250 void snd_kctl_jack_report(struct snd_card *card,