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.c1942 * @ctl_ret: store the vmaster kcontrol in return
1956 unsigned int access, struct snd_kcontrol **ctl_ret) in __snd_hda_add_vmaster()
1961 if (ctl_ret) in __snd_hda_add_vmaster()
1962 *ctl_ret = NULL; in __snd_hda_add_vmaster()
1993 if (ctl_ret) in __snd_hda_add_vmaster()
1994 *ctl_ret = kctl; in __snd_hda_add_vmaster()
1957 __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);