Lines Matching defs:chip
53 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare()
101 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare()
139 static void snd_sb16_csp_update(struct snd_sb *chip) in snd_sb16_csp_update()
152 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open()
171 static void snd_sb16_csp_playback_close(struct snd_sb *chip) in snd_sb16_csp_playback_close()
183 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open()
202 static void snd_sb16_csp_capture_close(struct snd_sb *chip) in snd_sb16_csp_capture_close()
214 #define snd_sb16_csp_playback_prepare(chip, runtime) /*nop*/ argument
215 #define snd_sb16_csp_capture_prepare(chip, runtime) /*nop*/ argument
216 #define snd_sb16_csp_update(chip) /*nop*/ argument
217 #define snd_sb16_csp_playback_open(chip, runtime) /*nop*/ argument
218 #define snd_sb16_csp_playback_close(chip) /*nop*/ argument
219 #define snd_sb16_csp_capture_open(chip, runtime) /*nop*/ argument
220 #define snd_sb16_csp_capture_close(chip) /*nop*/ argument
224 static void snd_sb16_setup_rate(struct snd_sb *chip, in snd_sb16_setup_rate()
262 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_prepare() local
304 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_trigger() local
332 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_prepare() local
373 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_trigger() local
400 struct snd_sb *chip = dev_id; in snd_sb16dsp_interrupt() local
452 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_pointer() local
463 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_pointer() local
519 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_open() local
581 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_close() local
594 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_open() local
656 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_close() local
670 static int snd_sb16_set_dma_mode(struct snd_sb *chip, int what) in snd_sb16_set_dma_mode()
689 static int snd_sb16_get_dma_mode(struct snd_sb *chip) in snd_sb16_get_dma_mode()
720 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); in snd_sb16_dma_control_get() local
731 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); in snd_sb16_dma_control_put() local
758 int snd_sb16dsp_configure(struct snd_sb * chip) in snd_sb16dsp_configure()
869 int snd_sb16dsp_pcm(struct snd_sb * chip, int device, struct snd_pcm ** rpcm) in snd_sb16dsp_pcm()