Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sound/cards/
H A Dpcmtest.rst35 * inject_hwpars_err (bool)
88 writing '1' to the 'inject_hwpars_err' module parameter:
92 echo 1 > /sys/module/snd_pcmtest/parameters/inject_hwpars_err
/openbmc/linux/sound/drivers/
H A Dpcmtest.c63 static bool inject_hwpars_err; variable
84 module_param(inject_hwpars_err, bool, 0600);
85 MODULE_PARM_DESC(inject_hwpars_err, "Inject EBUSY error in the 'hw_params' callback");
495 if (inject_hwpars_err) in snd_pcmtst_pcm_hw_params()