Lines Matching defs:followers
1819 static int map_followers(struct hda_codec *codec, const char * const *followers,
1831 for (s = followers; *s; s++) {
1937 * __snd_hda_add_vmaster - create a virtual master control and add followers
1941 * @followers: follower control names (optional)
1943 * @init_follower_vol: initialize followers to unmute/0dB
1949 * @followers is a NULL-terminated array of strings, each of which is a
1956 unsigned int *tlv, const char * const *followers,
1966 err = map_followers(codec, followers, suffix, check_follower_present, NULL);
1978 err = map_followers(codec, followers, suffix, add_follower, kctl);
2294 /* set digital convert verbs both for the given NID and its followers */