]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/sound/soc.h
ASoC: dapm: Add support for virtual mixer controls
[karo-tx-linux.git] / include / sound / soc.h
index d22cb0a06feb36949476ac8c761e3f1c0efa671c..b429dba57bf62f5a85fca9207b7c2919caf6dedf 100644 (file)
@@ -1088,7 +1088,8 @@ struct snd_soc_pcm_runtime {
 /* mixer control */
 struct soc_mixer_control {
        int min, max, platform_max;
-       unsigned int reg, rreg, shift, rshift;
+       int reg, rreg;
+       unsigned int shift, rshift;
        unsigned int invert:1;
        unsigned int autodisable:1;
 };