Searched refs:ac97 (Results 1 – 8 of 8) sorted by relevance
| /include/sound/ |
| D | ac97_codec.h | 178 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 …]
|
| D | emu10k1.h | 1738 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);
|
| D | soc.h | 551 void snd_soc_free_ac97_component(struct snd_ac97 *ac97);
|
| /include/linux/platform_data/ |
| D | asoc-imx-ssi.h | 17 void (*ac97_reset) (struct snd_ac97 *ac97); 18 void (*ac97_warm_reset)(struct snd_ac97 *ac97);
|
| /include/sound/ac97/ |
| D | compat.h | 15 void snd_ac97_compat_release(struct snd_ac97 *ac97);
|
| /include/linux/mfd/ |
| D | wm97xx.h | 16 struct snd_ac97 *ac97; member
|
| /include/linux/ |
| D | regmap.h | 645 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)
|
| D | wm97xx.h | 270 struct snd_ac97 *ac97; /* ALSA codec access */ member
|