Searched refs:snd_pmac (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | pmac.h | 78 struct snd_pmac { struct 137 void (*mixer_free)(struct snd_pmac *); argument 145 void (*set_format)(struct snd_pmac *chip); argument 146 void (*update_automute)(struct snd_pmac *chip, int do_notify); argument 147 int (*detect_headphone)(struct snd_pmac *chip); argument 149 void (*suspend)(struct snd_pmac *chip); argument 150 void (*resume)(struct snd_pmac *chip); argument 157 int snd_pmac_new(struct snd_card *card, struct snd_pmac **chip_return); 158 int snd_pmac_pcm_new(struct snd_pmac *chip); 159 int snd_pmac_attach_beep(struct snd_pmac *chip); [all …]
|
| H A D | pmac.c | 50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() 66 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free() 84 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index() 113 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream() 141 static void snd_pmac_pcm_set_format(struct snd_pmac *chip) in snd_pmac_pcm_set_format() 179 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare() 243 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger() 290 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer() 317 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_prepare() 324 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_trigger() [all …]
|
| H A D | burgundy.c | 19 snd_pmac_burgundy_busy_wait(struct snd_pmac *chip) in snd_pmac_burgundy_busy_wait() 29 snd_pmac_burgundy_extend_wait(struct snd_pmac *chip) in snd_pmac_burgundy_extend_wait() 45 snd_pmac_burgundy_wcw(struct snd_pmac *chip, unsigned addr, unsigned val) in snd_pmac_burgundy_wcw() 58 snd_pmac_burgundy_rcw(struct snd_pmac *chip, unsigned addr) in snd_pmac_burgundy_rcw() 91 snd_pmac_burgundy_wcb(struct snd_pmac *chip, unsigned int addr, in snd_pmac_burgundy_wcb() 99 snd_pmac_burgundy_rcb(struct snd_pmac *chip, unsigned int addr) in snd_pmac_burgundy_rcb() 123 snd_pmac_burgundy_write_volume(struct snd_pmac *chip, unsigned int address, in snd_pmac_burgundy_write_volume() 142 snd_pmac_burgundy_read_volume(struct snd_pmac *chip, unsigned int address, in snd_pmac_burgundy_read_volume() 174 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_burgundy_get_volume() 185 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_burgundy_put_volume() [all …]
|
| H A D | awacs.c | 35 static void snd_pmac_screamer_wait(struct snd_pmac *chip) in snd_pmac_screamer_wait() 51 snd_pmac_awacs_write(struct snd_pmac *chip, int val) in snd_pmac_awacs_write() 67 snd_pmac_awacs_write_reg(struct snd_pmac *chip, int reg, int val) in snd_pmac_awacs_write_reg() 74 snd_pmac_awacs_write_noreg(struct snd_pmac *chip, int reg, int val) in snd_pmac_awacs_write_noreg() 81 static void screamer_recalibrate(struct snd_pmac *chip) in screamer_recalibrate() 108 static void snd_pmac_awacs_set_format(struct snd_pmac *chip) in snd_pmac_awacs_set_format() 135 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_get_volume() 158 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_put_volume() 201 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_get_switch() 220 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_put_switch() [all …]
|
| H A D | daca.c | 85 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_get_deemphasis() 96 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_put_deemphasis() 124 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_get_volume() 136 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_put_volume() 163 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_get_amp() 174 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_put_amp() 212 static void daca_resume(struct snd_pmac *chip) in daca_resume() 223 static void daca_cleanup(struct snd_pmac *chip) in daca_cleanup() 234 int snd_pmac_daca_init(struct snd_pmac *chip) in snd_pmac_daca_init()
|
| H A D | tumbler.c | 255 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_master_volume() 266 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_put_master_volume() 290 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_master_switch() 301 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_put_master_switch() 391 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_info_drc_value() 403 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_drc_value() 414 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_put_drc_value() 443 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_drc_switch() 454 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_put_drc_switch() 525 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_mono() [all …]
|
| H A D | beep.c | 33 void snd_pmac_beep_stop(struct snd_pmac *chip) in snd_pmac_beep_stop() 89 struct snd_pmac *chip; in snd_pmac_beep_event() 174 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_get_beep() 184 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_put_beep() 205 int snd_pmac_attach_beep(struct snd_pmac *chip) in snd_pmac_attach_beep() 263 void snd_pmac_detach_beep(struct snd_pmac *chip) in snd_pmac_detach_beep()
|
| H A D | powermac.c | 44 struct snd_pmac *chip; in snd_pmac_probe()
|