Searched refs:snd_ac97_reset (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/ |
| H A D | ac97_bus.c | 42 * snd_ac97_reset() - Reset AC'97 device 58 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() 79 EXPORT_SYMBOL_GPL(snd_ac97_reset); 55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, snd_ac97_reset() function
|
| /linux/sound/ac97/ |
| H A 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/sound/soc/codecs/ |
| H A D | ad1980.c | 211 ret = snd_ac97_reset(ac97, true, AD1980_VENDOR_ID, in ad1980_reset()
|
| H A D | stac9766.c | 220 return snd_ac97_reset(ac97, true, STAC9766_VENDOR_ID, in stac9766_component_resume()
|
| H A D | wm9705.c | 302 ret = snd_ac97_reset(wm9705->ac97, true, WM9705_VENDOR_ID, in wm9705_soc_resume()
|
| /linux/include/sound/ |
| H A D | ac97_codec.h | 342 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
|
| /linux/sound/soc/ |
| H A D | soc-ac97.c | 230 ret = snd_ac97_reset(ac97, false, id, id_mask); in snd_soc_new_ac97_component()
|