From: Peter Ujfalusi Date: Mon, 5 Jan 2009 07:54:57 +0000 (+0200) Subject: ASoC: New enum type: value_enum X-Git-Tag: v2.6.29-rc1~227^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e72f8e3716bc3bbf4c9b5b987fb5ab3223f60bf;p=pandora-kernel.git ASoC: New enum type: value_enum This patch introduces a new enum type. In this enum type each enumerated items referred with a value. This new enum type can handle enums encoded in bitfield, or any other weird ways. twl4030 codec has several mux selection register, where the input/output mux is coded in a bitfield. With the normal enum type this type of mux can not be handled in a clean way. Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- Reading git-diff-tree failed