Searched refs:snd_ac97_reset (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/sound/ |
H A D | ac97_bus.c | 46 * 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 D | soc-ac97.c | 110 ret = snd_ac97_reset(ac97, false, id, id_mask); snd_soc_new_ac97_codec()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | ad1980.c | 215 ret = snd_ac97_reset(ac97, true, AD1980_VENDOR_ID, ad1980_reset()
|
H A D | stac9766.c | 249 return snd_ac97_reset(ac97, true, STAC9766_VENDOR_ID, stac9766_codec_resume()
|
H A D | wm9705.c | 315 ret = snd_ac97_reset(ac97, true, WM9705_VENDOR_ID, wm9705_soc_resume()
|
H A D | wm9712.c | 625 ret = snd_ac97_reset(wm9712->ac97, true, WM9712_VENDOR_ID, wm9712_soc_resume()
|
H A D | wm9713.c | 1179 ret = snd_ac97_reset(wm9713->ac97, true, WM9713_VENDOR_ID, wm9713_soc_resume()
|
/linux-4.4.14/include/sound/ |
H A D | ac97_codec.h | 587 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
|
Completed in 262 milliseconds