Home
last modified time | relevance | path

Searched defs:follower (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/sound/core/
Dvmaster.c54 struct snd_kcontrol follower; /* the copy of original control entry */ member
57 static int follower_update(struct link_follower *follower) in follower_update()
77 static int follower_init(struct link_follower *follower) in follower_init()
117 struct link_follower *follower; in master_init() local
137 static int follower_get_val(struct link_follower *follower, in follower_get_val()
150 static int follower_put_val(struct link_follower *follower, in follower_put_val()
187 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_info() local
194 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_get() local
201 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_put() local
225 struct link_follower *follower = snd_kcontrol_chip(kcontrol); in follower_tlv_cmd() local
[all …]
/Linux-v5.10/include/sound/
Dcontrol.h217 snd_ctl_add_follower(struct snd_kcontrol *master, struct snd_kcontrol *follower) in snd_ctl_add_follower()
240 struct snd_kcontrol *follower) in snd_ctl_add_follower_uncached()
/Linux-v5.10/drivers/net/wireless/intersil/p54/
Dp54usb.h68 __le16 follower; /* ? */ member
/Linux-v5.10/sound/pci/ice1712/
Djuli.c426 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local
Dquartet.c783 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local
/Linux-v5.10/sound/pci/ca0106/
Dca0106_mixer.c768 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local
/Linux-v5.10/sound/pci/hda/
Dhda_codec.c1873 static int init_follower_0dB(struct snd_kcontrol *follower, in init_follower_0dB()
1920 static int init_follower_unmute(struct snd_kcontrol *follower, in init_follower_unmute()
1928 void *data, struct snd_kcontrol *follower) in add_follower()