Lines Matching defs:followers
1859 static int map_followers(struct hda_codec *codec, const char * const *followers,
1871 for (s = followers; *s; s++) {
1977 * __snd_hda_add_vmaster - create a virtual master control and add followers
1981 * @followers: follower control names (optional)
1983 * @init_follower_vol: initialize followers to unmute/0dB
1990 * @followers is a NULL-terminated array of strings, each of which is a
1997 unsigned int *tlv, const char * const *followers,
2007 err = map_followers(codec, followers, suffix, check_follower_present, NULL);
2020 err = map_followers(codec, followers, suffix, add_follower, kctl);
2278 /* set digital convert verbs both for the given NID and its followers */