Home
last modified time | relevance | path

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

/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.h51 struct bcm2835_chip { struct
70 struct bcm2835_chip *chip; argument
86 int snd_bcm2835_new_pcm(struct bcm2835_chip *chip, const char *name,
90 int snd_bcm2835_new_hdmi_ctl(struct bcm2835_chip *chip);
91 int snd_bcm2835_new_headphones_ctl(struct bcm2835_chip *chip);
H A 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()
139 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_spdif_default_get()
155 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_spdif_default_put()
207 static int create_ctls(struct bcm2835_chip *chip, size_t size, in create_ctls()
220 int snd_bcm2835_new_headphones_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_headphones_ctl()
227 int snd_bcm2835_new_hdmi_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_hdmi_ctl()
H A Dbcm2835.c57 int (*newpcm)(struct bcm2835_chip *chip, const char *name,
59 int (*newctl)(struct bcm2835_chip *chip);
63 static int bcm2835_audio_dual_newpcm(struct bcm2835_chip *chip, in bcm2835_audio_dual_newpcm()
83 static int bcm2835_audio_simple_newpcm(struct bcm2835_chip *chip, in bcm2835_audio_simple_newpcm()
142 struct bcm2835_chip *chip; in snd_add_child_device()
H A 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()
H A Dbcm2835-vchiq.c261 struct bcm2835_chip *chip = alsa_stream->chip; in bcm2835_audio_set_ctls()