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

/linux-master/sound/
H A Dac97_bus.c44 * @try_warm: Try a warm reset first
48 * This function resets the AC'97 device. If @try_warm is true the function
50 * returns 1. Otherwise or if @try_warm is false the function issues cold reset
55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, argument
60 if (try_warm && ops->warm_reset) {
/linux-master/sound/ac97/
H A Dsnd_ac97_compat.c98 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, argument
105 if (try_warm) {
/linux-master/sound/soc/codecs/
H A Dad1980.c204 static int ad1980_reset(struct snd_soc_component *component, int try_warm) argument
/linux-master/include/sound/
H A Dac97_codec.h342 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,

Completed in 126 milliseconds