Lines Matching refs:snd_ac97
129 static int snd_soc_ac97_init_gpio(struct snd_ac97 *ac97, in snd_soc_ac97_init_gpio()
151 static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97) in snd_soc_ac97_free_gpio()
156 static int snd_soc_ac97_init_gpio(struct snd_ac97 *ac97, in snd_soc_ac97_init_gpio()
162 static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97) in snd_soc_ac97_free_gpio()
177 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component) in snd_soc_alloc_ac97_component()
179 struct snd_ac97 *ac97; in snd_soc_alloc_ac97_component()
181 ac97 = kzalloc(sizeof(struct snd_ac97), GFP_KERNEL); in snd_soc_alloc_ac97_component()
216 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component, in snd_soc_new_ac97_component()
219 struct snd_ac97 *ac97; in snd_soc_new_ac97_component()
257 void snd_soc_free_ac97_component(struct snd_ac97 *ac97) in snd_soc_free_ac97_component()
268 static void snd_soc_ac97_warm_reset(struct snd_ac97 *ac97) in snd_soc_ac97_warm_reset()
284 static void snd_soc_ac97_reset(struct snd_ac97 *ac97) in snd_soc_ac97_reset()