Lines Matching refs:snd_pmac
79 struct snd_pmac {
138 void (*mixer_free)(struct snd_pmac *);
146 void (*set_format)(struct snd_pmac *chip);
147 void (*update_automute)(struct snd_pmac *chip, int do_notify);
148 int (*detect_headphone)(struct snd_pmac *chip);
150 void (*suspend)(struct snd_pmac *chip);
151 void (*resume)(struct snd_pmac *chip);
158 int snd_pmac_new(struct snd_card *card, struct snd_pmac **chip_return);
159 int snd_pmac_pcm_new(struct snd_pmac *chip);
160 int snd_pmac_attach_beep(struct snd_pmac *chip);
161 void snd_pmac_detach_beep(struct snd_pmac *chip);
162 void snd_pmac_beep_stop(struct snd_pmac *chip);
163 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate);
165 void snd_pmac_beep_dma_start(struct snd_pmac *chip, int bytes, unsigned long addr, int speed);
166 void snd_pmac_beep_dma_stop(struct snd_pmac *chip);
169 void snd_pmac_suspend(struct snd_pmac *chip);
170 void snd_pmac_resume(struct snd_pmac *chip);
174 int snd_pmac_awacs_init(struct snd_pmac *chip);
175 int snd_pmac_burgundy_init(struct snd_pmac *chip);
176 int snd_pmac_daca_init(struct snd_pmac *chip);
177 int snd_pmac_tumbler_init(struct snd_pmac *chip);
196 int snd_pmac_add_automute(struct snd_pmac *chip);