Home
last modified time | relevance | path

Searched refs:snd_pmac (Results 1 – 4 of 4) sorted by relevance

/linux/sound/ppc/
H A Dpmac.h79 struct snd_pmac { struct
138 void (*mixer_free)(struct snd_pmac *); argument
146 void (*set_format)(struct snd_pmac *chip); argument
147 void (*update_automute)(struct snd_pmac *chip, int do_notify); argument
148 int (*detect_headphone)(struct snd_pmac *chip); argument
150 void (*suspend)(struct snd_pmac *chip); argument
151 void (*resume)(struct snd_pmac *chip); argument
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);
[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 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 *chip = snd_kcontrol_chip(kcontrol); in tumbler_get_mono()
[all …]
H A Dpowermac.c43 struct snd_pmac *chip; in snd_pmac_probe()