Lines Matching defs:ac97_clock
56 static int ac97_clock;
68 module_param(ac97_clock, int, 0444);
69 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = allowlist + auto-detect, 1 = force autodetect).");
2140 static int snd_intel8x0_mixer(struct intel8x0 *chip, int ac97_clock,
2219 if (ac97_clock >= 8000 && ac97_clock <= 48000)
2220 pbus->clock = ac97_clock;
3219 if ((err = snd_intel8x0_mixer(chip, ac97_clock, ac97_quirk)) < 0) {
3234 if (ac97_clock == 0 || ac97_clock == 1) {
3235 if (ac97_clock == 0) {