aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-10-31 14:39:49 +0100
committerTakashi Iwai <tiwai@suse.de>2008-10-31 14:39:49 +0100
commit04172c0b9ea5861e5cba7909da5297b3aedac9e1 (patch)
tree5a993adb827ae676166ad11f7510ff57ebda46b8 /include/sound
parentASoC: Add audio support for the Atmel AT91SAM9G20ek board(uing wolfson 8731). (diff)
parentALSA: ASoC: Fix WM9713 ALC Decay Time name (diff)
downloadlinux-dev-04172c0b9ea5861e5cba7909da5297b3aedac9e1.tar.xz
linux-dev-04172c0b9ea5861e5cba7909da5297b3aedac9e1.zip
Merge branch 'topic/fix/asoc' into topic/asoc
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index d33825d624a5..da0040b69c2d 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -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})