diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2008-07-29 10:22:24 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-29 15:32:29 -0400 |
commit | 815ecf8dec95d07e260a16ebe8409f4b7c0fdc0f (patch) | |
tree | 8ba73e2a041c69ca36158074c0e3d51cc0156acf /include/sound/soc.h | |
parent | 0c94161580eee8137b868301434ea392083258b5 (diff) |
ALSA: ASoC: convert use of uint to unsigned int
ASOC: convert use of uint to unsigned int
Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 5ca231f080a0..a1e0357a84d7 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -527,7 +527,7 @@ struct snd_soc_pcm_runtime { | |||
527 | /* mixer control */ | 527 | /* mixer control */ |
528 | struct soc_mixer_control { | 528 | struct soc_mixer_control { |
529 | int min, max; | 529 | int min, max; |
530 | uint reg, rreg, shift, rshift, invert; | 530 | unsigned int reg, rreg, shift, rshift, invert; |
531 | }; | 531 | }; |
532 | 532 | ||
533 | /* enumerated kcontrol */ | 533 | /* enumerated kcontrol */ |