From: Mark Brown Date: Thu, 30 Oct 2008 12:37:08 +0000 (+0000) Subject: ALSA: ASoC: Fix mono controls after conversion to support full int masks X-Git-Tag: v2.6.28-rc3~49^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762b8df748d83c14070afbf0c6f8c0f4a91a13bf;p=pandora-kernel.git ALSA: ASoC: Fix mono controls after conversion to support full int masks When ASoC was converted to support full int width masks SOC_SINGLE_VALUE() omitted the assignment of rshift, causing the control operatins to report some mono controls as stereo. This happened to work some of the time due to a confusion between shift and min in snd_soc_info_volsw(). Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed