Searched refs:ac97_reset_wait (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_codec.c | 1838 static int ac97_reset_wait(struct snd_ac97 *ac97, int timeout, int with_modem) in ac97_reset_wait() function 2066 err = ac97_reset_wait(ac97, msecs_to_jiffies(500), 1); in snd_ac97_mixer() 2068 err = ac97_reset_wait(ac97, msecs_to_jiffies(500), 0); in snd_ac97_mixer() 2070 err = ac97_reset_wait(ac97, in snd_ac97_mixer()
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_codec.c | 1898 static int ac97_reset_wait(struct snd_ac97 *ac97, int timeout, int with_modem) in ac97_reset_wait() function 2128 err = ac97_reset_wait(ac97, msecs_to_jiffies(500), 1); in snd_ac97_mixer() 2130 err = ac97_reset_wait(ac97, msecs_to_jiffies(500), 0); in snd_ac97_mixer() 2132 err = ac97_reset_wait(ac97, in snd_ac97_mixer()
|
Completed in 8 milliseconds