From: Takashi Iwai Date: Fri, 31 Oct 2014 10:24:32 +0000 (+0100) Subject: ALSA: usb-audio: Pass direct struct pointer instead of list_head X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~21^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6cece9d81990e729c1f9da2a5bff2d29f7df649;p=pandora-kernel.git ALSA: usb-audio: Pass direct struct pointer instead of list_head Some functions in mixer.c and endpoint.c receive list_head instead of the object itself. This is not obvious and rather error-prone. Let's pass the proper object directly instead. The functions in midi.c still receive list_head and this can't be changed since the object definition isn't exposed to the outside of midi.c, so left as is. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed