Searched refs:followers (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/core/ |
| H A D | vmaster.c | 32 struct list_head followers; member 116 list_for_each_entry(follower, &master->followers, list) { in master_init() 277 list_add_tail(&srec->list, &master_link->followers); in _snd_ctl_add_follower() 348 list_for_each_entry(follower, &master->followers, list) { in sync_followers() 390 list_for_each_entry_safe(follower, n, &master->followers, list) { in master_free() 435 INIT_LIST_HEAD(&master->followers); in snd_ctl_make_virtual_master() 542 list_for_each_entry(follower, &master->followers, list) { in snd_ctl_apply_vmaster_followers()
|
| /linux/sound/hda/common/ |
| H A D | hda_local.h | 134 unsigned int *tlv, const char * const *followers, 137 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \ argument 138 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
|
| H A D | codec.c | 1816 static int map_followers(struct hda_codec *codec, const char * const *followers, 1828 for (s = followers; *s; s++) { in map_followers() 1934 * __snd_hda_add_vmaster - create a virtual master control and add followers 1938 * @followers: follower control names (optional) 1940 * @init_follower_vol: initialize followers to unmute/0dB 1947 * @followers is a NULL-terminated array of strings, each of which is a 1954 unsigned int *tlv, const char * const *followers, in __snd_hda_add_vmaster() 1964 err = map_followers(codec, followers, suffix, check_follower_present, NULL); in __snd_hda_add_vmaster() 1977 err = map_followers(codec, followers, suffix, add_follower, kctl); in __snd_hda_add_vmaster() 2239 /* set digital convert verbs both for the given NID and its followers */ 1817 map_followers(struct hda_codec * codec,const char * const * followers,const char * suffix,map_follower_func_t func,void * data) map_followers() argument 1955 __snd_hda_add_vmaster(struct hda_codec * codec,char * name,unsigned int * tlv,const char * const * followers,const char * suffix,bool init_follower_vol,unsigned int access,struct snd_kcontrol ** ctl_ret) __snd_hda_add_vmaster() argument [all...] |
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-receive.rst | 217 flag is set, then the reply is also sent to all followers, if any. If the
|