ALSA: HDA: Add access description in __snd_hda_add_vmaster
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Fri, 9 Apr 2021 21:46:16 +0000 (14:46 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sat, 10 Apr 2021 06:46:03 +0000 (08:46 +0200)
commit618fad3d921a781fe500bdf8cbecbf2c4ec1f696
treea7928ac35edad8233da154fdedd880e6e5bfb0b3
parent57b138dde3504b79358cd0d95d989bf5eba8280b
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: e65bf99718b5 ("ALSA: HDA - remove the custom implementation for the audio LED trigger")
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20210409214616.1539685-1-ranjani.sridharan@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c