Commit eb6e8493 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Jaroslav Kysela <perex@suse.cz>

EMU10K1/EMU10K2 driver
Fixed page overflow
parent a38cbf4e
......@@ -837,7 +837,7 @@ typedef struct {
typedef struct snd_emu10k1_memblk {
snd_util_memblk_t mem;
/* private part */
short first_page, last_page, pages, mapped_page;
int first_page, last_page, pages, mapped_page;
unsigned int map_locked;
struct list_head mapped_link;
struct list_head mapped_order_link;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment