]> Pileus Git - ~andy/linux/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)
commit8ede6651066a81c15fba3c0c7c942aa6f9614091
tree7788d87aed661e39f5289da70e16c3f6295e5773
parent11b3fdacbac0df6a3531e2b63c876e8442cea2a8
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