[alsa-devel] [PATCH v2 01/11] ASoC: Remove unused 'reg2' field from soc_enum struct

Lars-Peter Clausen lars at metafoo.de
Fri Feb 28 08:31:02 CET 2014


Signed-off-by: Lars-Peter Clausen <lars at metafoo.de>
---
No changes since v1
---
 include/sound/soc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/sound/soc.h b/include/sound/soc.h
index ecfb334..389ba73 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1100,7 +1100,6 @@ struct soc_mreg_control {
 /* enumerated kcontrol */
 struct soc_enum {
 	unsigned short reg;
-	unsigned short reg2;
 	unsigned char shift_l;
 	unsigned char shift_r;
 	unsigned int items;
-- 
1.8.0



More information about the Alsa-devel mailing list