Home
last modified time | relevance | path

Searched refs:snd_sb (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/include/sound/
Dsb.h65 struct snd_sb { struct
280 static inline void snd_sb_ack_8bit(struct snd_sb *chip) in snd_sb_ack_8bit()
285 static inline void snd_sb_ack_16bit(struct snd_sb *chip) in snd_sb_ack_16bit()
291 int snd_sbdsp_command(struct snd_sb *chip, unsigned char val);
292 int snd_sbdsp_get_byte(struct snd_sb *chip);
293 int snd_sbdsp_reset(struct snd_sb *chip);
300 struct snd_sb **r_chip);
302 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data);
303 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg);
304 int snd_sbmixer_new(struct snd_sb *chip);
[all …]
Dsb16_csp.h59 struct snd_sb *chip; /* SB16 DSP */
89 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
/linux-4.4.14/sound/pci/
Dals4000.c113 struct snd_sb *chip;
225 static inline void snd_als4k_gcr_write(struct snd_sb *sb, in snd_als4k_gcr_write()
240 static inline u32 snd_als4k_gcr_read(struct snd_sb *sb, enum als4k_gcr_t reg) in snd_als4k_gcr_read()
269 static inline void snd_als4_cr_write(struct snd_sb *chip, in snd_als4_cr_write()
279 static inline u8 snd_als4_cr_read(struct snd_sb *chip, in snd_als4_cr_read()
288 static void snd_als4000_set_rate(struct snd_sb *chip, unsigned int rate) in snd_als4000_set_rate()
297 static inline void snd_als4000_set_capture_dma(struct snd_sb *chip, in snd_als4000_set_capture_dma()
305 static inline void snd_als4000_set_playback_dma(struct snd_sb *chip, in snd_als4000_set_playback_dma()
385 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_als4000_capture_prepare()
412 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_als4000_playback_prepare()
[all …]
Dcs5530.c65 struct snd_sb *sb;
/linux-4.4.14/sound/isa/sb/
Dsb8_midi.c35 irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip) in snd_sb8dsp_midi_interrupt()
66 struct snd_sb *chip; in snd_sb8dsp_midi_input_open()
93 struct snd_sb *chip; in snd_sb8dsp_midi_output_open()
120 struct snd_sb *chip; in snd_sb8dsp_midi_input_close()
138 struct snd_sb *chip; in snd_sb8dsp_midi_output_close()
156 struct snd_sb *chip; in snd_sb8dsp_midi_input_trigger()
179 struct snd_sb *chip; in snd_sb8dsp_midi_output_write()
215 struct snd_sb * chip = substream->rmidi->private_data; in snd_sb8dsp_midi_output_timer()
227 struct snd_sb *chip; in snd_sb8dsp_midi_output_trigger()
264 int snd_sb8dsp_midi(struct snd_sb *chip, int device) in snd_sb8dsp_midi()
Dsb16_main.c53 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()
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()
304 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_trigger()
[all …]
Dsb_common.c44 int snd_sbdsp_command(struct snd_sb *chip, unsigned char val) in snd_sbdsp_command()
59 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte()
76 int snd_sbdsp_reset(struct snd_sb *chip) in snd_sbdsp_reset()
95 static int snd_sbdsp_version(struct snd_sb * chip) in snd_sbdsp_version()
105 static int snd_sbdsp_probe(struct snd_sb * chip) in snd_sbdsp_probe()
185 static int snd_sbdsp_free(struct snd_sb *chip) in snd_sbdsp_free()
206 struct snd_sb *chip = device->device_data; in snd_sbdsp_dev_free()
217 struct snd_sb **r_chip) in snd_sbdsp_create()
219 struct snd_sb *chip; in snd_sbdsp_create()
Dsb_mixer.c31 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data) in snd_sbmixer_write()
42 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg) in snd_sbmixer_read()
73 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_single()
89 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_single()
125 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_double()
145 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_double()
194 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_get()
230 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_put()
282 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_get()
300 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_put()
[all …]
Dsb8.c59 struct snd_sb *chip;
64 struct snd_sb *chip = dev_id; in snd_sb8_interrupt()
99 struct snd_sb *chip; in snd_sb8_probe()
218 struct snd_sb *chip = acard->chip; in snd_sb8_suspend()
230 struct snd_sb *chip = acard->chip; in snd_sb8_resume()
Dsb8_main.c107 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_playback_prepare()
210 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_playback_trigger()
257 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_capture_prepare()
347 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_capture_trigger()
381 irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip) in snd_sb8dsp_interrupt()
416 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_playback_pointer()
432 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_capture_pointer()
494 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_open()
557 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_close()
597 int snd_sb8dsp_pcm(struct snd_sb *chip, int device) in snd_sb8dsp_pcm()
Djazz16.c73 struct snd_sb *chip;
107 struct snd_sb chip; in jazz16_detect_board()
159 static int jazz16_configure_board(struct snd_sb *chip, int mpu_irq) in jazz16_configure_board()
225 struct snd_sb *chip; in snd_jazz16_probe()
356 struct snd_sb *chip = acard->chip; in snd_jazz16_suspend()
368 struct snd_sb *chip = acard->chip; in snd_jazz16_resume()
Dsb16_csp.c85 static int csp_detect(struct snd_sb *chip, int *version);
86 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val);
87 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val);
88 static int read_register(struct snd_sb *chip, unsigned char reg);
89 static int set_mode_register(struct snd_sb *chip, unsigned char mode);
90 static int get_version(struct snd_sb *chip);
116 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new()
488 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq()
501 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter()
518 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val) in set_register()
[all …]
Dsb16.c136 struct snd_sb *chip;
344 struct snd_sb *chip; in snd_sb16_probe()
471 struct snd_sb *chip = acard->chip; in snd_sb16_suspend()
482 struct snd_sb *chip = acard->chip; in snd_sb16_resume()
/linux-4.4.14/sound/isa/
Dals100.c79 struct snd_sb *chip;
191 struct snd_sb *chip; in snd_card_als100_probe()
321 struct snd_sb *chip = acard->chip; in snd_als100_pnp_suspend()
333 struct snd_sb *chip = acard->chip; in snd_als100_pnp_resume()
Dcmi8330.c171 struct snd_sb *sb;
284 static int cmi8330_add_sb_mixers(struct snd_sb *chip) in cmi8330_add_sb_mixers()