Searched refs:follower (Results 1 – 5 of 5) sorted by relevance
/sound/core/ |
D | vmaster.c | 54 struct snd_kcontrol follower; /* the copy of original control entry */ member 57 static int follower_update(struct link_follower *follower) in follower_update() argument 65 uctl->id = follower->follower.id; in follower_update() 66 err = follower->follower.get(&follower->follower, uctl); in follower_update() 69 for (ch = 0; ch < follower->info.count; ch++) in follower_update() 70 follower->vals[ch] = uctl->value.integer.value[ch]; in follower_update() 77 static int follower_init(struct link_follower *follower) in follower_init() argument 82 if (follower->info.count) { in follower_init() 84 if (follower->flags & SND_CTL_FOLLOWER_NEED_UPDATE) in follower_init() 85 return follower_update(follower); in follower_init() [all …]
|
/sound/pci/ice1712/ |
D | juli.c | 426 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local 428 if (follower) { in add_followers() 430 snd_ctl_add_follower(master, follower); in add_followers()
|
D | quartet.c | 783 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local 784 if (follower) in add_followers() 785 snd_ctl_add_follower(master, follower); in add_followers()
|
/sound/pci/ca0106/ |
D | ca0106_mixer.c | 768 struct snd_kcontrol *follower = ctl_find(card, *list); in add_followers() local 769 if (follower) in add_followers() 770 snd_ctl_add_follower(master, follower); in add_followers()
|
/sound/pci/hda/ |
D | hda_codec.c | 1918 static int init_follower_0dB(struct snd_kcontrol *follower, in init_follower_0dB() argument 1957 put_kctl_with_value(follower, val); in init_follower_0dB() 1965 static int init_follower_unmute(struct snd_kcontrol *follower, in init_follower_unmute() argument 1969 return put_kctl_with_value(follower, 1); in init_follower_unmute() 1973 void *data, struct snd_kcontrol *follower) in add_follower() argument 1975 return snd_ctl_add_follower(data, follower); in add_follower()
|