From: Lars-Peter Clausen Date: Fri, 2 Jan 2015 11:24:53 +0000 (+0100) Subject: ALSA: sonicvibes: Remove always NULL parameter X-Git-Tag: fixes-v4.0-rc1~146^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f33991dd2811cb5458b1a2bc19c6aa6ff64c00b;p=pandora-kernel.git ALSA: sonicvibes: Remove always NULL parameter snd_sonicvibes_pcm() take a pointer to a pointer of a PCM where if this parameter is provided the newly allocated PCM is stored. All callers pass NULL though, so remove the parameter. This makes the code a bit cleaner and shorter. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed