Lines Matching refs:subs
34 static int pdacf_pcm_trigger(struct snd_pcm_substream *subs, int cmd) in pdacf_pcm_trigger() argument
36 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); in pdacf_pcm_trigger()
37 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_trigger()
89 static int pdacf_pcm_prepare(struct snd_pcm_substream *subs) in pdacf_pcm_prepare() argument
91 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); in pdacf_pcm_prepare()
92 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_prepare()
196 static int pdacf_pcm_capture_open(struct snd_pcm_substream *subs) in pdacf_pcm_capture_open() argument
198 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_capture_open()
199 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); in pdacf_pcm_capture_open()
206 chip->pcm_substream = subs; in pdacf_pcm_capture_open()
214 static int pdacf_pcm_capture_close(struct snd_pcm_substream *subs) in pdacf_pcm_capture_close() argument
216 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); in pdacf_pcm_capture_close()
229 static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *subs) in pdacf_pcm_capture_pointer() argument
231 struct snd_pdacf *chip = snd_pcm_substream_chip(subs); in pdacf_pcm_capture_pointer()