Searched defs:snd_pmac (Results 1 - 1 of 1) sorted by relevance

/sound/ppc/
H A Dpmac.h91 struct snd_pmac { struct
150 void (*mixer_free)(struct snd_pmac *);
158 void (*set_format)(struct snd_pmac *chip);
159 void (*update_automute)(struct snd_pmac *chip, int do_notify);
160 int (*detect_headphone)(struct snd_pmac *chip);
162 void (*suspend)(struct snd_pmac *chip);
163 void (*resume)(struct snd_pmac *chip);
170 int snd_pmac_new(struct snd_card *card, struct snd_pmac **chip_return);
171 int snd_pmac_pcm_new(struct snd_pmac *chip);
172 int snd_pmac_attach_beep(struct snd_pmac *chi
[all...]

Completed in 4 milliseconds