Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/ppc/
H A Dpmac.h78 struct snd_pmac { struct
137 void (*mixer_free)(struct snd_pmac *);
145 void (*set_format)(struct snd_pmac *chip);
146 void (*update_automute)(struct snd_pmac *chip, int do_notify);
147 int (*detect_headphone)(struct snd_pmac *chip);
149 void (*suspend)(struct snd_pmac *chip);
150 void (*resume)(struct snd_pmac *chip);
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 *chi
[all...]
H A Dpmac.c50 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_substream *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 *chi in snd_pmac_playback_trigger()
[all...]
H A Ddaca.c85 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 Dburgundy.c19 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 *chi in snd_pmac_burgundy_put_volume()
[all...]
H A Dtumbler.c255 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 *chi in tumbler_get_mono()
[all...]
H A Dawacs.c35 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 *chi in snd_pmac_awacs_put_switch()
[all...]
H A Dbeep.c33 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 Dpowermac.c44 struct snd_pmac *chip; in snd_pmac_probe()
/kernel/linux/linux-6.6/sound/ppc/
H A Dpmac.h79 struct snd_pmac { struct
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 *chi
[all...]
H A Dpmac.c50 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_substream *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 *chi in snd_pmac_playback_trigger()
[all...]
H A Ddaca.c85 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_get_deemphasis()
97 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_put_deemphasis()
126 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_get_volume()
139 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_put_volume()
167 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_get_amp()
179 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in daca_put_amp()
218 static void daca_resume(struct snd_pmac *chip) in daca_resume()
229 static void daca_cleanup(struct snd_pmac *chip) in daca_cleanup()
240 int snd_pmac_daca_init(struct snd_pmac *chip) in snd_pmac_daca_init()
H A Dburgundy.c20 snd_pmac_burgundy_busy_wait(struct snd_pmac *chip) in snd_pmac_burgundy_busy_wait()
30 snd_pmac_burgundy_extend_wait(struct snd_pmac *chip) in snd_pmac_burgundy_extend_wait()
46 snd_pmac_burgundy_wcw(struct snd_pmac *chip, unsigned addr, unsigned val) in snd_pmac_burgundy_wcw()
59 snd_pmac_burgundy_rcw(struct snd_pmac *chip, unsigned addr) in snd_pmac_burgundy_rcw()
92 snd_pmac_burgundy_wcb(struct snd_pmac *chip, unsigned int addr, in snd_pmac_burgundy_wcb()
100 snd_pmac_burgundy_rcb(struct snd_pmac *chip, unsigned int addr) in snd_pmac_burgundy_rcb()
124 snd_pmac_burgundy_write_volume(struct snd_pmac *chip, unsigned int address, in snd_pmac_burgundy_write_volume()
143 snd_pmac_burgundy_read_volume(struct snd_pmac *chip, unsigned int address, in snd_pmac_burgundy_read_volume()
175 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_burgundy_get_volume()
186 struct snd_pmac *chi in snd_pmac_burgundy_put_volume()
[all...]
H A Dtumbler.c255 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()
415 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_put_drc_value()
445 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_drc_switch()
457 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in tumbler_put_drc_switch()
529 struct snd_pmac *chi in tumbler_get_mono()
[all...]
H A Dawacs.c36 static void snd_pmac_screamer_wait(struct snd_pmac *chip) in snd_pmac_screamer_wait()
52 snd_pmac_awacs_write(struct snd_pmac *chip, int val) in snd_pmac_awacs_write()
68 snd_pmac_awacs_write_reg(struct snd_pmac *chip, int reg, int val) in snd_pmac_awacs_write_reg()
75 snd_pmac_awacs_write_noreg(struct snd_pmac *chip, int reg, int val) in snd_pmac_awacs_write_noreg()
82 static void screamer_recalibrate(struct snd_pmac *chip) in screamer_recalibrate()
109 static void snd_pmac_awacs_set_format(struct snd_pmac *chip) in snd_pmac_awacs_set_format()
136 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_get_volume()
159 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_put_volume()
202 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_awacs_get_switch()
221 struct snd_pmac *chi in snd_pmac_awacs_put_switch()
[all...]
H A Dbeep.c33 void snd_pmac_beep_stop(struct snd_pmac *chip) in snd_pmac_beep_stop()
89 struct snd_pmac *chip; in snd_pmac_beep_event()
177 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_get_beep()
187 struct snd_pmac *chip = snd_kcontrol_chip(kcontrol); in snd_pmac_put_beep()
208 int snd_pmac_attach_beep(struct snd_pmac *chip) in snd_pmac_attach_beep()
266 void snd_pmac_detach_beep(struct snd_pmac *chip) in snd_pmac_detach_beep()
H A Dpowermac.c43 struct snd_pmac *chip; in snd_pmac_probe()

Completed in 12 milliseconds