From: Krzysztof Helt Date: Wed, 4 Feb 2009 16:41:32 +0000 (+0100) Subject: ALSA: sscape: drop redundant fields from soundscape struct X-Git-Tag: v2.6.30-rc1~676^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453e37b37521b613f0927fcf53ccd93ad3a8b3ae;p=pandora-kernel.git ALSA: sscape: drop redundant fields from soundscape struct The wss_base is disuised parameter for one function. It is converted to function parameter. The code_type is only set but never read. It is removed. The midi_vol is set only to 0 so it does not work as detection of change in midi volume. It is fixed. The xport variable is alias to the port[dev]. Use the port[dev] directly to increase readability. Signed-off-by: Krzysztof Helt Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed