]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: Fix a Oops bug in omap soc driver.
authorStanley Miao <stanley.miao@windriver.com>
Fri, 19 Dec 2008 14:08:22 +0000 (22:08 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 14:36:35 +0000 (15:36 +0100)
commite4fc6499ffe233ce9d1f1900b9f64486e1fc9238
treec907a9bf49025874316b09b6a15f8ce0a3ac4e85
parent858b524a546a127f74b5f1e07e15ab5fbd50189f
ALSA: Fix a Oops bug in omap soc driver.

There will be a Oops or frequent underrun messages when playing music with
omap soc driver, this is because a data region is incorretly sized, other data
region will be overwriten when writing to this data region.

Signed-off-by: Stanley Miao <stanley.miao@windriver.com>
Acked-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Cc: stable@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/omap/omap-pcm.c