diff options
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 */ |