Home
last modified time | relevance | path

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

/linux-4.4.14/sound/drivers/pcsp/
Dpcsp_lib.c43 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update()
87 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update()
130 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer()
152 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing()
173 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing()
192 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop()
203 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close()
215 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params()
227 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_free()
237 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_prepare()
[all …]
Dpcsp_mixer.c26 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_enable_get()
34 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_enable_put()
47 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_info()
61 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_get()
69 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_put()
95 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_pcspkr_get()
103 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_pcspkr_put()
131 static int snd_pcsp_ctls_add(struct snd_pcsp *chip, in snd_pcsp_ctls_add()
144 int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm) in snd_pcsp_new_mixer()
Dpcsp.h52 struct snd_pcsp { struct
74 extern struct snd_pcsp pcsp_chip; argument
77 extern void pcsp_sync_stop(struct snd_pcsp *chip);
79 extern int snd_pcsp_new_pcm(struct snd_pcsp *chip);
80 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
Dpcsp.c40 struct snd_pcsp pcsp_chip;
160 static void alsa_card_pcsp_exit(struct snd_pcsp *chip) in alsa_card_pcsp_exit()
185 struct snd_pcsp *chip = platform_get_drvdata(dev); in pcsp_remove()
191 static void pcsp_stop_beep(struct snd_pcsp *chip) in pcsp_stop_beep()
200 struct snd_pcsp *chip = dev_get_drvdata(dev); in pcsp_suspend()
214 struct snd_pcsp *chip = platform_get_drvdata(dev); in pcsp_shutdown()