From: Lars-Peter Clausen Date: Fri, 2 Jan 2015 11:24:42 +0000 (+0100) Subject: ASoC: sb16: Simplify snd_sb16dsp_pcm() X-Git-Tag: fixes-v4.0-rc1~146^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92533f188862fbefe357ada4e4af67b8e730e680;p=pandora-kernel.git ASoC: sb16: Simplify snd_sb16dsp_pcm() All callers of snd_sb16dsp_pcm() always pass the pcm field of the first parameter as the last parameter. Simplify the function by moving this inside the function itself. This makes the code a bit shorter and cleaner. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed