Home
last modified time | relevance | path

Searched refs:ctl_ret (Results 1 – 2 of 2) sorted by relevance

/linux/sound/hda/common/
H A Dcodec.c1937 * @ctl_ret: store the vmaster kcontrol in return
1951 unsigned int access, struct snd_kcontrol **ctl_ret)
1956 if (ctl_ret) in __snd_hda_add_vmaster()
1957 *ctl_ret = NULL; in __snd_hda_add_vmaster()
1988 if (ctl_ret) in __snd_hda_add_vmaster()
1989 *ctl_ret = kctl; in __snd_hda_add_vmaster()
1959 __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
H A Dhda_local.h136 unsigned int access, struct snd_kcontrol **ctl_ret);