]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: isa: not allocating enough space
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 13 Nov 2013 07:58:38 +0000 (10:58 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 13 Nov 2013 08:28:31 +0000 (09:28 +0100)
commitdacea30314adf6a29bf1fe823284b67e77b5f789
tree7788d87aed661e39f5289da70e16c3f6295e5773
parent59d6fad8bf03411135988db9d46ba7429b3fb88b
ALSA: isa: not allocating enough space

We allocate only 4 bytes here "sizeof(int)" instead of WF_MSAMPLE_BYTES
(259) which was intended.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/wavefront/wavefront_synth.c