Lines Matching refs:snd_ac97
125 static int snd_soc_ac97_init_gpio(struct snd_ac97 *ac97,
147 static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97)
152 static int snd_soc_ac97_init_gpio(struct snd_ac97 *ac97,
158 static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97)
167 * Allocated a new snd_ac97 device and intializes it, but does not yet register
171 * Returns: A snd_ac97 device or a PTR_ERR in case of an error.
173 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component)
175 struct snd_ac97 *ac97;
177 ac97 = kzalloc(sizeof(struct snd_ac97), GFP_KERNEL);
210 * Returns: A PTR_ERR() on failure or a valid snd_ac97 struct on success.
212 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component,
215 struct snd_ac97 *ac97;
249 * @ac97: snd_ac97 device to be freed
253 void snd_soc_free_ac97_component(struct snd_ac97 *ac97)
264 static void snd_soc_ac97_warm_reset(struct snd_ac97 *ac97)
280 static void snd_soc_ac97_reset(struct snd_ac97 *ac97)