Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/hda/
Dhda_proc.c17 static int dump_coef = -1; variable
18 module_param(dump_coef, int, 0644);
19 MODULE_PARM_DESC(dump_coef, "Dump processing coefficients in codec proc file (-1=auto, 0=disable, 1…
566 switch (dump_coef) { in can_dump_coef()
569 default: return codec->dump_coef; in can_dump_coef()
/linux-6.6.21/include/sound/
Dhda_codec.h251 unsigned int dump_coef:1; /* dump processing coefs in codec proc file */ member