Searched refs:snd_ac97 (Results 1 – 9 of 9) sorted by relevance
/include/sound/ |
D | ac97_codec.h | 173 struct snd_ac97; 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); [all …]
|
D | emu10k1.h | 1721 struct snd_ac97 *ac97; 1845 unsigned short snd_emu10k1_ac97_read(struct snd_ac97 *ac97, unsigned short reg); 1846 void snd_emu10k1_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short data);
|
D | soc.h | 549 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component); 550 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component, 552 void snd_soc_free_ac97_component(struct snd_ac97 *ac97);
|
/include/linux/ |
D | ucb1400.h | 85 struct snd_ac97 *ac97; 95 struct snd_ac97 *ac97; 112 static inline u16 ucb1400_reg_read(struct snd_ac97 *ac97, u16 reg) in ucb1400_reg_read() 117 static inline void ucb1400_reg_write(struct snd_ac97 *ac97, u16 reg, u16 val) in ucb1400_reg_write() 122 static inline u16 ucb1400_gpio_get_value(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_value() 127 static inline void ucb1400_gpio_set_value(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_value() 135 static inline u16 ucb1400_gpio_get_direction(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_direction() 140 static inline void ucb1400_gpio_set_direction(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_direction() 148 static inline void ucb1400_adc_enable(struct snd_ac97 *ac97) in ucb1400_adc_enable() 153 static inline void ucb1400_adc_disable(struct snd_ac97 *ac97) in ucb1400_adc_disable() [all …]
|
D | wm97xx.h | 273 struct snd_ac97 *ac97; /* ALSA codec access */
|
D | regmap.h | 33 struct snd_ac97; 568 struct regmap *__regmap_init_ac97(struct snd_ac97 *ac97, 613 struct regmap *__devm_regmap_init_ac97(struct snd_ac97 *ac97,
|
/include/linux/platform_data/ |
D | asoc-imx-ssi.h | 5 struct snd_ac97; 17 void (*ac97_reset) (struct snd_ac97 *ac97); 18 void (*ac97_warm_reset)(struct snd_ac97 *ac97);
|
/include/sound/ac97/ |
D | compat.h | 14 struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev); 15 void snd_ac97_compat_release(struct snd_ac97 *ac97);
|
/include/linux/mfd/ |
D | wm97xx.h | 13 struct snd_ac97; 16 struct snd_ac97 *ac97;
|