Searched refs:snd_ac97_reset (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/sound/ |
D | ac97_bus.c | 55 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);
|
/linux-6.1.9/sound/ac97/ |
D | snd_ac97_compat.c | 98 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);
|
/linux-6.1.9/sound/soc/codecs/ |
D | ad1980.c | 211 ret = snd_ac97_reset(ac97, true, AD1980_VENDOR_ID, in ad1980_reset()
|
D | stac9766.c | 220 return snd_ac97_reset(ac97, true, STAC9766_VENDOR_ID, in stac9766_component_resume()
|
D | wm9705.c | 302 ret = snd_ac97_reset(wm9705->ac97, true, WM9705_VENDOR_ID, in wm9705_soc_resume()
|
D | wm9712.c | 620 ret = snd_ac97_reset(wm9712->ac97, true, WM9712_VENDOR_ID, in wm9712_soc_resume()
|
D | wm9713.c | 1185 ret = snd_ac97_reset(wm9713->ac97, true, WM9713_VENDOR_ID, in wm9713_soc_resume()
|
/linux-6.1.9/include/sound/ |
D | ac97_codec.h | 339 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
|
/linux-6.1.9/sound/soc/ |
D | soc-ac97.c | 224 ret = snd_ac97_reset(ac97, false, id, id_mask); in snd_soc_new_ac97_component()
|