Home
last modified time | relevance | path

Searched refs:snd_ac97_reset (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/sound/
H A Dac97_bus.c55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() function
76 EXPORT_SYMBOL_GPL(snd_ac97_reset);
/openbmc/linux/sound/ac97/
H A Dsnd_ac97_compat.c98 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() function
120 EXPORT_SYMBOL_GPL(snd_ac97_reset);
/openbmc/linux/sound/soc/codecs/
H A Dad1980.c211 ret = snd_ac97_reset(ac97, true, AD1980_VENDOR_ID, in ad1980_reset()
H A Dstac9766.c220 return snd_ac97_reset(ac97, true, STAC9766_VENDOR_ID, in stac9766_component_resume()
H A Dwm9705.c302 ret = snd_ac97_reset(wm9705->ac97, true, WM9705_VENDOR_ID, in wm9705_soc_resume()
H A Dwm9712.c620 ret = snd_ac97_reset(wm9712->ac97, true, WM9712_VENDOR_ID, in wm9712_soc_resume()
H A Dwm9713.c1185 ret = snd_ac97_reset(wm9713->ac97, true, WM9713_VENDOR_ID, in wm9713_soc_resume()
/openbmc/linux/include/sound/
H A Dac97_codec.h342 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
/openbmc/linux/sound/soc/
H A Dsoc-ac97.c223 ret = snd_ac97_reset(ac97, false, id, id_mask); in snd_soc_new_ac97_component()