]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/soc.h
ALSA: ASoC: convert use of uint to unsigned int
[linux-2.6-omap-h63xx.git] / include / sound / soc.h
index 5ca231f080a0a80ec0c11cb9b462edab81526dc1..a1e0357a84d724856b741d5ed2a76c5bc8876769 100644 (file)
@@ -527,7 +527,7 @@ struct snd_soc_pcm_runtime {
 /* mixer control */
 struct soc_mixer_control {
        int min, max;
-       uint reg, rreg, shift, rshift, invert;
+       unsigned int reg, rreg, shift, rshift, invert;
 };
 
 /* enumerated kcontrol */