Home
last modified time | relevance | path

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

/include/linux/
Ducb1400.h94 struct snd_ac97 *ac97; member
101 struct snd_ac97 *ac97; member
115 static inline u16 ucb1400_reg_read(struct snd_ac97 *ac97, u16 reg) in ucb1400_reg_read() argument
117 return ac97->bus->ops->read(ac97, reg); in ucb1400_reg_read()
120 static inline void ucb1400_reg_write(struct snd_ac97 *ac97, u16 reg, u16 val) in ucb1400_reg_write() argument
122 ac97->bus->ops->write(ac97, reg, val); in ucb1400_reg_write()
125 static inline u16 ucb1400_gpio_get_value(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_value() argument
127 return ucb1400_reg_read(ac97, UCB_IO_DATA) & (1 << gpio); in ucb1400_gpio_get_value()
130 static inline void ucb1400_gpio_set_value(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_value() argument
133 ucb1400_reg_write(ac97, UCB_IO_DATA, val ? in ucb1400_gpio_set_value()
[all …]
Dwm97xx.h272 struct snd_ac97 *ac97; /* ALSA codec access */ member
/include/sound/
Dac97_codec.h427 int (*build_3d) (struct snd_ac97 *ac97);
428 int (*build_specific) (struct snd_ac97 *ac97);
429 int (*build_spdif) (struct snd_ac97 *ac97);
430 int (*build_post_spdif) (struct snd_ac97 *ac97);
432 void (*suspend) (struct snd_ac97 *ac97);
433 void (*resume) (struct snd_ac97 *ac97);
435 void (*update_jacks) (struct snd_ac97 *ac97); /* for jack-sharing */
439 void (*reset) (struct snd_ac97 *ac97);
440 void (*warm_reset)(struct snd_ac97 *ac97);
441 void (*write) (struct snd_ac97 *ac97, unsigned short reg, unsigned short val);
[all …]
Dpxa2xx-lib.h32 extern unsigned short pxa2xx_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
33 extern void pxa2xx_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short val);
35 extern bool pxa2xx_ac97_try_warm_reset(struct snd_ac97 *ac97);
36 extern bool pxa2xx_ac97_try_cold_reset(struct snd_ac97 *ac97);
37 extern void pxa2xx_ac97_finish_reset(struct snd_ac97 *ac97);
Dtrident.h400 struct snd_ac97 *ac97; member
Dymfpci.h331 struct snd_ac97 *ac97; member
Demu10k1.h1735 struct snd_ac97 *ac97; member
1855 unsigned short snd_emu10k1_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
1856 void snd_emu10k1_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short data);
Dcs46xx.h1685 struct snd_ac97 *ac97[MAX_NR_AC97]; member
Dsoc.h584 struct snd_ac97 *ac97; /* for ad-hoc ac97 devices */ member