Lines Matching defs:chip

41 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime)  in snd_sb16_csp_playback_prepare()
89 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare()
127 static void snd_sb16_csp_update(struct snd_sb *chip) in snd_sb16_csp_update()
140 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open()
159 static void snd_sb16_csp_playback_close(struct snd_sb *chip) in snd_sb16_csp_playback_close()
171 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open()
190 static void snd_sb16_csp_capture_close(struct snd_sb *chip) in snd_sb16_csp_capture_close()
202 #define snd_sb16_csp_playback_prepare(chip, runtime) /*nop*/ argument
203 #define snd_sb16_csp_capture_prepare(chip, runtime) /*nop*/ argument
204 #define snd_sb16_csp_update(chip) /*nop*/ argument
205 #define snd_sb16_csp_playback_open(chip, runtime) /*nop*/ argument
206 #define snd_sb16_csp_playback_close(chip) /*nop*/ argument
207 #define snd_sb16_csp_capture_open(chip, runtime) /*nop*/ argument
208 #define snd_sb16_csp_capture_close(chip) /*nop*/ argument
212 static void snd_sb16_setup_rate(struct snd_sb *chip, in snd_sb16_setup_rate()
238 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_prepare() local
280 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_trigger() local
308 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_prepare() local
349 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_trigger() local
376 struct snd_sb *chip = dev_id; in snd_sb16dsp_interrupt() local
428 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_pointer() local
439 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_pointer() local
495 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_open() local
557 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_close() local
570 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_open() local
632 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_capture_close() local
646 static int snd_sb16_set_dma_mode(struct snd_sb *chip, int what) in snd_sb16_set_dma_mode()
665 static int snd_sb16_get_dma_mode(struct snd_sb *chip) in snd_sb16_get_dma_mode()
690 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); in snd_sb16_dma_control_get() local
701 struct snd_sb *chip = snd_kcontrol_chip(kcontrol); in snd_sb16_dma_control_put() local
729 int snd_sb16dsp_configure(struct snd_sb * chip) in snd_sb16dsp_configure()
834 int snd_sb16dsp_pcm(struct snd_sb *chip, int device) in snd_sb16dsp_pcm()