From: Lars-Peter Clausen Date: Sat, 10 Aug 2013 19:33:10 +0000 (+0200) Subject: ASoC: Use snd_soc_info_enum_double() for SOC_ENUM_EXT controls X-Git-Tag: v3.12-rc1~150^2~9^2~48^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a953e6f27fd280a2af5719b77394fbb228c5b46;p=pandora-kernel.git ASoC: Use snd_soc_info_enum_double() for SOC_ENUM_EXT controls snd_soc_info_enum_ext() and snd_soc_info_enum_double() are almost identical. The only difference is that snd_soc_info_enum_double() is also able to handle stereo controls. Using snd_soc_info_enum double() instead of snd_soc_info_enum_ext() for the SOC_ENUM_EXT control's info callback allows us to remove snd_soc_info_enum_ext(). Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed