Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_proc.c31 static int dump_coef = -1; variable
32 module_param(dump_coef, int, 0644);
33 MODULE_PARM_DESC(dump_coef, "Dump processing coefficients in codec proc file (-1=auto, 0=disable, 1…
580 switch (dump_coef) { in can_dump_coef()
583 default: return codec->dump_coef; in can_dump_coef()
Dhda_codec.h256 unsigned int dump_coef:1; /* dump processing coefs in codec proc file */ member