Home
last modified time | relevance | path

Searched refs:buffer_top (Results 1 – 1 of 1) sorted by relevance

/sound/pci/nm256/
Dnm256.c61 static int buffer_top; /* not specified */ variable
77 module_param(buffer_top, int, 0444);
78 MODULE_PARM_DESC(buffer_top, "Set the top address of audio buffer for " CARD_NAME " soundcard.");
1567 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end) in snd_nm256_create()
1568 chip->buffer_end = buffer_top; in snd_nm256_create()
1693 buffer_top = 0x25a800; /* this avoids conflicts with XFree86 server */ in snd_nm256_probe()