Lines Matching refs:snd_card

45 	struct snd_card *card;  in snd_ctl_open()
113 struct snd_card *card; in snd_ctl_release()
149 void snd_ctl_notify(struct snd_card *card, unsigned int mask, in snd_ctl_notify()
201 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one()
335 static bool snd_ctl_remove_numid_conflict(struct snd_card *card, in snd_ctl_remove_numid_conflict()
354 static int snd_ctl_find_hole(struct snd_card *card, unsigned int count) in snd_ctl_find_hole()
402 static void add_hash_entries(struct snd_card *card, in add_hash_entries()
425 static void remove_hash_entries(struct snd_card *card, in remove_hash_entries()
445 static inline void add_hash_entries(struct snd_card *card, in add_hash_entries()
449 static inline void remove_hash_entries(struct snd_card *card, in remove_hash_entries()
460 static int __snd_ctl_add_replace(struct snd_card *card, in __snd_ctl_add_replace()
507 static int snd_ctl_add_replace(struct snd_card *card, in snd_ctl_add_replace()
544 int snd_ctl_add(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_add()
564 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, in snd_ctl_replace()
572 static int __snd_ctl_remove(struct snd_card *card, in __snd_ctl_remove()
603 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove()
619 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id()
649 struct snd_card *card = file->card; in snd_ctl_remove_user_ctl()
686 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, in snd_ctl_activate_id()
735 int snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, in snd_ctl_rename_id()
766 void snd_ctl_rename(struct snd_card *card, struct snd_kcontrol *kctl, in snd_ctl_rename()
781 snd_ctl_find_numid_slow(struct snd_card *card, unsigned int numid) in snd_ctl_find_numid_slow()
806 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card *card, unsigned int numid) in snd_ctl_find_numid()
831 struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, in snd_ctl_find_id()
856 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info()
881 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list()
920 static int snd_ctl_elem_list_user(struct snd_card *card, in snd_ctl_elem_list_user()
938 static int snd_ctl_check_elem_info(struct snd_card *card, in snd_ctl_check_elem_info()
1006 static int sanity_check_int_value(struct snd_card *card, in sanity_check_int_value()
1068 static int sanity_check_input_values(struct snd_card *card, in sanity_check_input_values()
1095 static int sanity_check_elem_value(struct snd_card *card, in sanity_check_elem_value()
1123 static int __snd_ctl_elem_info(struct snd_card *card, in __snd_ctl_elem_info()
1163 struct snd_card *card = ctl->card; in snd_ctl_elem_info()
1196 static int snd_ctl_elem_read(struct snd_card *card, in snd_ctl_elem_read()
1254 static int snd_ctl_elem_read_user(struct snd_card *card, in snd_ctl_elem_read_user()
1275 static int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, in snd_ctl_elem_write()
1334 struct snd_card *card; in snd_ctl_elem_write_user()
1356 struct snd_card *card = file->card; in snd_ctl_elem_lock()
1384 struct snd_card *card = file->card; in snd_ctl_elem_unlock()
1413 struct snd_card *card;
1422 static bool check_user_elem_overflow(struct snd_card *card, ssize_t add) in check_user_elem_overflow()
1631 struct snd_card *card = file->card; in snd_ctl_elem_add()
1921 struct snd_card *card; in snd_ctl_ioctl()
2173 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type) in snd_ctl_get_preferred_subdevice()
2237 struct snd_card *card; in snd_ctl_register_layer()
2305 struct snd_card *card = device->device_data; in snd_ctl_dev_register()
2327 struct snd_card *card = device->device_data; in snd_ctl_dev_disconnect()
2354 struct snd_card *card = device->device_data; in snd_ctl_dev_free()
2376 int snd_ctl_create(struct snd_card *card) in snd_ctl_create()