Searched refs:loudness (Results 1 – 2 of 2) sorted by relevance
50 static int loudness; /* disable loudness by default */ variable54 module_param(loudness, int, S_IRUGO);55 MODULE_PARM_DESC(loudness, "Turn loudness on(1) else off(0). Default is off(0).");247 if (loudness) /* Turn loudness on? */ in tda7432_set()254 buf[8] = loudness; in tda7432_set()307 if (loudness) /* Turn on the loudness bit */ in tda7432_s_ctrl()380 if (loudness < 0 || loudness > 15) { in tda7432_probe()382 if (loudness < 0) in tda7432_probe()383 loudness = 0; in tda7432_probe()384 if (loudness > 15) in tda7432_probe()[all …]
344 # equal "loudness". This setting is disabled by default.