Searched refs:try_warm (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/sound/
H A Dac97_bus.c48 * @try_warm: Try a warm reset first
52 * This function resets the AC'97 device. If @try_warm is true the function
54 * returns 1. Otherwise or if @try_warm is false the function issues cold reset
59 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, snd_ac97_reset() argument
64 if (try_warm && ops->warm_reset) { snd_ac97_reset()
/linux-4.4.14/sound/soc/codecs/
H A Dad1980.c208 static int ad1980_reset(struct snd_soc_codec *codec, int try_warm) ad1980_reset() argument
/linux-4.4.14/include/sound/
H A Dac97_codec.h587 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,

Completed in 215 milliseconds