Skip to content

Commit 618fad3

Browse files
ranj063tiwai
authored andcommitted
ALSA: HDA: Add access description in __snd_hda_add_vmaster
Add description for access parameter in __snd_hda_add_vmaster() to prevent the compilation warning: warning: Function parameter or member 'access' not described in '__snd_hda_add_vmaster' Fixes: e65bf99 ("ALSA: HDA - remove the custom implementation for the audio LED trigger") Signed-off-by: Ranjani Sridharan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 57b138d commit 618fad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/hda_codec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,6 +1938,7 @@ static int add_follower(struct hda_codec *codec,
19381938
* @followers: follower control names (optional)
19391939
* @suffix: suffix string to each follower name (optional)
19401940
* @init_follower_vol: initialize followers to unmute/0dB
1941+
* @access: kcontrol access rights
19411942
* @ctl_ret: store the vmaster kcontrol in return
19421943
*
19431944
* Create a virtual master control with the given name. The TLV data

0 commit comments

Comments
 (0)