Searched refs:dump_coef (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_proc.c | 17 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=enable)"); 566 switch (dump_coef) { in can_dump_coef() 569 default: return codec->dump_coef; in can_dump_coef()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_proc.c | 17 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=enable)"); 566 switch (dump_coef) { in can_dump_coef() 569 default: return codec->dump_coef; in can_dump_coef()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 251 unsigned int dump_coef:1; /* dump processing coefs in codec proc file */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 251 unsigned int dump_coef:1; /* dump processing coefs in codec proc file */ member
|
Completed in 6 milliseconds