Lines Matching refs:snd_ac97
128 static int snd_soc_ac97_init_gpio(struct snd_ac97 *ac97,
150 static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97)
155 static int snd_soc_ac97_init_gpio(struct snd_ac97 *ac97,
161 static void snd_soc_ac97_free_gpio(struct snd_ac97 *ac97)
170 * Allocated a new snd_ac97 device and intializes it, but does not yet register
174 * Returns: A snd_ac97 device or a PTR_ERR in case of an error.
176 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component)
178 struct snd_ac97 *ac97;
180 ac97 = kzalloc(sizeof(struct snd_ac97), GFP_KERNEL);
213 * Returns: A PTR_ERR() on failure or a valid snd_ac97 struct on success.
215 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component,
218 struct snd_ac97 *ac97;
252 * @ac97: snd_ac97 device to be freed
256 void snd_soc_free_ac97_component(struct snd_ac97 *ac97)
267 static void snd_soc_ac97_warm_reset(struct snd_ac97 *ac97)
283 static void snd_soc_ac97_reset(struct snd_ac97 *ac97)