Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sound/cards/
H A Dpcmtest.rst33 * fill_mode (bool) - Buffer fill mode (see below)
43 The driver has two modes of data generation: the first (0 in the fill_mode parameter)
44 means random data generation, the second (1 in the fill_mode) - pattern-based
/openbmc/linux/sound/drivers/
H A Dpcmtest.c68 static short fill_mode = FILL_MODE_PAT; variable
80 module_param(fill_mode, short, 0600);
81 MODULE_PARM_DESC(fill_mode, "Buffer fill mode: rand(0) or pattern(1)");
328 switch (fill_mode) { in fill_block()