Searched refs:snd_ac97_reset (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/sound/
H A Dac97_bus.c46 * snd_ac97_reset() - Reset AC'97 device
59 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, snd_ac97_reset() function
80 EXPORT_SYMBOL_GPL(snd_ac97_reset); variable
/linux-4.4.14/sound/soc/
H A Dsoc-ac97.c110 ret = snd_ac97_reset(ac97, false, id, id_mask); snd_soc_new_ac97_codec()
/linux-4.4.14/sound/soc/codecs/
H A Dad1980.c215 ret = snd_ac97_reset(ac97, true, AD1980_VENDOR_ID, ad1980_reset()
H A Dstac9766.c249 return snd_ac97_reset(ac97, true, STAC9766_VENDOR_ID, stac9766_codec_resume()
H A Dwm9705.c315 ret = snd_ac97_reset(ac97, true, WM9705_VENDOR_ID, wm9705_soc_resume()
H A Dwm9712.c625 ret = snd_ac97_reset(wm9712->ac97, true, WM9712_VENDOR_ID, wm9712_soc_resume()
H A Dwm9713.c1179 ret = snd_ac97_reset(wm9713->ac97, true, WM9713_VENDOR_ID, wm9713_soc_resume()
/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 217 milliseconds