Home
last modified time | relevance | path

Searched refs:bcm2835_chip (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.h51 struct bcm2835_chip { struct
70 struct bcm2835_chip *chip; argument
86 int snd_bcm2835_new_ctl(struct bcm2835_chip *chip);
87 int snd_bcm2835_new_pcm(struct bcm2835_chip *chip, const char *name,
91 int snd_bcm2835_new_hdmi_ctl(struct bcm2835_chip *chip);
92 int snd_bcm2835_new_headphones_ctl(struct bcm2835_chip *chip);
Dbcm2835-ctl.c15 static int bcm2835_audio_set_chip_ctls(struct bcm2835_chip *chip) in bcm2835_audio_set_chip_ctls()
55 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_ctl_get()
73 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_ctl_put()
133 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_spdif_default_get()
149 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_spdif_default_put()
201 static int create_ctls(struct bcm2835_chip *chip, size_t size, in create_ctls()
214 int snd_bcm2835_new_headphones_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_headphones_ctl()
221 int snd_bcm2835_new_hdmi_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_hdmi_ctl()
Dbcm2835.c56 int (*newpcm)(struct bcm2835_chip *chip, const char *name,
58 int (*newctl)(struct bcm2835_chip *chip);
62 static int bcm2835_audio_dual_newpcm(struct bcm2835_chip *chip, in bcm2835_audio_dual_newpcm()
82 static int bcm2835_audio_simple_newpcm(struct bcm2835_chip *chip, in bcm2835_audio_simple_newpcm()
141 struct bcm2835_chip *chip; in snd_add_child_device()
Dbcm2835-pcm.c87 struct bcm2835_chip *chip = snd_pcm_substream_chip(substream); in snd_bcm2835_playback_open_generic()
171 struct bcm2835_chip *chip; in snd_bcm2835_playback_close()
197 struct bcm2835_chip *chip = snd_pcm_substream_chip(substream); in snd_bcm2835_pcm_prepare()
323 int snd_bcm2835_new_pcm(struct bcm2835_chip *chip, const char *name, in snd_bcm2835_new_pcm()
Dbcm2835-vchiq.c249 struct bcm2835_chip *chip = alsa_stream->chip; in bcm2835_audio_set_ctls()