Home
last modified time | relevance | path

Searched refs:ac97 (Results 1 – 8 of 8) sorted by relevance

/include/sound/
Dac97_codec.h178 int (*build_3d) (struct snd_ac97 *ac97);
179 int (*build_specific) (struct snd_ac97 *ac97);
180 int (*build_spdif) (struct snd_ac97 *ac97);
181 int (*build_post_spdif) (struct snd_ac97 *ac97);
183 void (*suspend) (struct snd_ac97 *ac97);
184 void (*resume) (struct snd_ac97 *ac97);
186 void (*update_jacks) (struct snd_ac97 *ac97); /* for jack-sharing */
190 void (*reset) (struct snd_ac97 *ac97);
191 void (*warm_reset)(struct snd_ac97 *ac97);
192 void (*write) (struct snd_ac97 *ac97, unsigned short reg, unsigned short val);
[all …]
Demu10k1.h1738 struct snd_ac97 *ac97; member
1873 unsigned short snd_emu10k1_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
1874 void snd_emu10k1_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short data);
Dsoc.h551 void snd_soc_free_ac97_component(struct snd_ac97 *ac97);
/include/linux/platform_data/
Dasoc-imx-ssi.h17 void (*ac97_reset) (struct snd_ac97 *ac97);
18 void (*ac97_warm_reset)(struct snd_ac97 *ac97);
/include/sound/ac97/
Dcompat.h15 void snd_ac97_compat_release(struct snd_ac97 *ac97);
/include/linux/mfd/
Dwm97xx.h16 struct snd_ac97 *ac97; member
/include/linux/
Dregmap.h645 struct regmap *__regmap_init_ac97(struct snd_ac97 *ac97,
706 struct regmap *__devm_regmap_init_ac97(struct snd_ac97 *ac97,
916 #define regmap_init_ac97(ac97, config) \ argument
918 ac97, config)
1128 #define devm_regmap_init_ac97(ac97, config) \ argument
1130 ac97, config)
Dwm97xx.h270 struct snd_ac97 *ac97; /* ALSA codec access */ member