Searched refs:enable_bwb (Results 1 – 1 of 1) sorted by relevance
71 static int enable_bwb = 0; variable 72 module_param(enable_bwb, int, 0644);73 MODULE_PARM_DESC(enable_bwb, "Enable BWB unit for decoding, may crash on certain streams");2653 * The enable_bwb module parameter allows to override this. in coda_open() 2655 if (enable_bwb || ctx->inst_type == CODA_INST_ENCODER) in coda_open()