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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp.h58 struct snd_pcsp { struct
80 extern struct snd_pcsp pcsp_chip;
83 extern void pcsp_sync_stop(struct snd_pcsp *chip);
85 extern int snd_pcsp_new_pcm(struct snd_pcsp *chip);
86 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
H A Dpcsp_mixer.c26 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
34 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
47 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
61 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
69 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
95 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
103 struct snd_pcsp *chip = snd_kcontrol_chip(kcontrol);
131 static int __devinit snd_pcsp_ctls_add(struct snd_pcsp *chip,
144 int __devinit snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm)
H A Dpcsp_lib.c43 static u64 pcsp_timer_update(struct snd_pcsp *chip)
87 static void pcsp_pointer_update(struct snd_pcsp *chip)
130 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer);
152 static int pcsp_start_playing(struct snd_pcsp *chip)
173 static void pcsp_stop_playing(struct snd_pcsp *chip)
192 void pcsp_sync_stop(struct snd_pcsp *chip)
203 struct snd_pcsp *chip = snd_pcm_substream_chip(substream);
215 struct snd_pcsp *chip = snd_pcm_substream_chip(substream);
227 struct snd_pcsp *chi
[all...]
H A Dpcsp.c40 struct snd_pcsp pcsp_chip;
164 static void __devexit alsa_card_pcsp_exit(struct snd_pcsp *chip)
189 struct snd_pcsp *chip = platform_get_drvdata(dev);
196 static void pcsp_stop_beep(struct snd_pcsp *chip)
205 struct snd_pcsp *chip = platform_get_drvdata(dev);
216 struct snd_pcsp *chip = platform_get_drvdata(dev);

Completed in 67 milliseconds