[ALSA] Make buffer size of proc text interface variable
Make the read/write buffer size of proc text interface variable. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
2f4ca8e5c7
commit
7e4eeec8a3
@@ -27,9 +27,9 @@
|
||||
/* buffer for information */
|
||||
struct snd_info_buffer {
|
||||
char *buffer; /* pointer to begin of buffer */
|
||||
char *curr; /* current position in buffer */
|
||||
unsigned long size; /* current size */
|
||||
unsigned long len; /* total length of buffer */
|
||||
unsigned int curr; /* current position in buffer */
|
||||
unsigned int size; /* current size */
|
||||
unsigned int len; /* total length of buffer */
|
||||
int stop; /* stop flag */
|
||||
int error; /* error code */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user