Searched refs:snd_pcsp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/pcsp/ |
H A D | pcsp_lib.c | 44 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update() 88 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update() 129 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() 151 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing() 172 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing() 191 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop() 202 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() 214 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() 221 struct snd_pcsp *chi in snd_pcsp_playback_hw_free() [all...] |
H A D | pcsp_mixer.c | 27 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_enable_get() 35 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_enable_put() 48 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_info() 62 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_get() 70 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_put() 96 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_pcspkr_get() 104 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_pcspkr_put() 132 static int snd_pcsp_ctls_add(struct snd_pcsp *chip, in snd_pcsp_ctls_add() 145 int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm) in snd_pcsp_new_mixer()
|
H A D | pcsp.h | 53 struct snd_pcsp { struct 75 extern struct snd_pcsp pcsp_chip; 78 extern void pcsp_sync_stop(struct snd_pcsp *chip); 80 extern int snd_pcsp_new_pcm(struct snd_pcsp *chip); 81 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
|
H A D | pcsp.c | 42 struct snd_pcsp pcsp_chip; 159 static void alsa_card_pcsp_exit(struct snd_pcsp *chip) in alsa_card_pcsp_exit() 184 struct snd_pcsp *chip = platform_get_drvdata(dev); in pcsp_remove() 190 static void pcsp_stop_beep(struct snd_pcsp *chip) in pcsp_stop_beep() 199 struct snd_pcsp *chip = dev_get_drvdata(dev); in pcsp_suspend() 212 struct snd_pcsp *chip = platform_get_drvdata(dev); in pcsp_shutdown()
|
/kernel/linux/linux-6.6/sound/drivers/pcsp/ |
H A D | pcsp_lib.c | 44 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update() 88 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update() 129 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() 151 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing() 172 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing() 191 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop() 202 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() 214 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() 221 struct snd_pcsp *chi in snd_pcsp_playback_hw_free() [all...] |
H A D | pcsp_mixer.c | 27 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_enable_get() 35 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_enable_put() 48 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_info() 62 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_get() 70 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_treble_put() 96 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_pcspkr_get() 104 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol); in pcsp_pcspkr_put() 132 static int snd_pcsp_ctls_add(struct snd_pcsp *chip, in snd_pcsp_ctls_add() 145 int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm) in snd_pcsp_new_mixer()
|
H A D | pcsp.h | 53 struct snd_pcsp { struct 75 extern struct snd_pcsp pcsp_chip; 78 extern void pcsp_sync_stop(struct snd_pcsp *chip); 80 extern int snd_pcsp_new_pcm(struct snd_pcsp *chip); 81 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
|
H A D | pcsp.c | 41 struct snd_pcsp pcsp_chip; 90 static void pcsp_stop_beep(struct snd_pcsp *chip); 173 static void pcsp_stop_beep(struct snd_pcsp *chip) in pcsp_stop_beep() 182 struct snd_pcsp *chip = dev_get_drvdata(dev); in pcsp_suspend() 195 struct snd_pcsp *chip = platform_get_drvdata(dev); in pcsp_shutdown()
|
Completed in 4 milliseconds