From: Richard Fitzgerald Date: Mon, 7 Jul 2014 12:16:54 +0000 (+0100) Subject: ASoC: add SOC_VALUE_ENUM_EXT X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e4c0d7c9a2b44e18fe9e93712672741f70e36da;p=pandora-kernel.git ASoC: add SOC_VALUE_ENUM_EXT Adds an equivalent of SOC_ENUM_EXT for value enums Strictly speaking SOC_ENUM_EXT can also be used to define a value enum since the only difference is the get and set functions. But this doesn't look good in code because it is inconsistent with the normal control definitions. Adding a specific SOC_VALUE_ENUM_EXT is better for code clarity. Signed-off-by: Richard Fitzgerald Signed-off-by: Mark Brown --- Reading git-diff-tree failed