From: Jarkko Nikula Date: Tue, 27 May 2014 10:54:18 +0000 (+0300) Subject: ASoC: jack: Clarify GPIO descriptor lookup in struct snd_soc_jack_gpio doc X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~24^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ad152d03b594b6a3fb9f3d313622b491cd6168;p=pandora-kernel.git ASoC: jack: Clarify GPIO descriptor lookup in struct snd_soc_jack_gpio doc Clarify struct snd_soc_jack_gpio documentation for the idx and name fields. Because name is passed as connection ID to gpiod_get_index() when using GPIO descriptor defined jack pins it is not only used as a label in debugfs but also as function name lookup in systems that support functions names for GPIOs. Clarify also idx since the index is within the function of the GPIO consumer device and not within the device itself only. Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed