]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/soc.h
Merge branch 'topic/fix/asoc' into topic/asoc
[linux-2.6-omap-h63xx.git] / include / sound / soc.h
index d33825d624a55f40dc0e6f799c45924b063aba23..da0040b69c2daaa581975870bd01d1a6ec588af6 100644 (file)
@@ -28,7 +28,8 @@
  */
 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert) \
        ((unsigned long)&(struct soc_mixer_control) \
-       {.reg = xreg, .shift = xshift, .max = xmax, .invert = xinvert})
+       {.reg = xreg, .shift = xshift, .rshift = xshift, .max = xmax, \
+       .invert = xinvert})
 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \
        ((unsigned long)&(struct soc_mixer_control) \
        {.reg = xreg, .max = xmax, .invert = xinvert})