[alsa-devel] [PATCH 0/2] ASoC: omap: Fix enum ctl accesses

Jarkko Nikula jarkko.nikula at bitmer.com
Mon Feb 29 21:16:32 CET 2016


On 02/29/2016 06:26 PM, Takashi Iwai wrote:
> Hi,
> 
> here is a patchset to correct the wrong type accesses in omap drivers
> for enum ctls.  I didn't put Cc to stable for them, supposing these
> are only for 32bit systems.  If not, feel free to put Cc to stable. 
> 
> 
> thanks,
> 
> Takashi
> 
> ===
> 
> Takashi Iwai (2):
>   ASoC: omap: n810: Fix enum ctl accesses in a wrong type
>   ASoC: omap: rx51: Fix enum ctl accesses in a wrong type
> 
>  sound/soc/omap/n810.c | 18 +++++++++---------
>  sound/soc/omap/rx51.c | 18 +++++++++---------
>  2 files changed, 18 insertions(+), 18 deletions(-)
> 
No need to Cc stable with these. Both are 32-bit LE ARMs and thus
incorrect use of long instead of unsigned int haven't caused problems
due only positive integers value used here.

-- 
Jarkko


More information about the Alsa-devel mailing list