/kernel/linux/linux-5.10/include/sound/ |
D | sb.h | 50 struct snd_sb { struct 265 static inline void snd_sb_ack_8bit(struct snd_sb *chip) in snd_sb_ack_8bit() 270 static inline void snd_sb_ack_16bit(struct snd_sb *chip) in snd_sb_ack_16bit() 276 int snd_sbdsp_command(struct snd_sb *chip, unsigned char val); 277 int snd_sbdsp_get_byte(struct snd_sb *chip); 278 int snd_sbdsp_reset(struct snd_sb *chip); 285 struct snd_sb **r_chip); 287 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data); 288 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg); 289 int snd_sbmixer_new(struct snd_sb *chip); [all …]
|
D | sb16_csp.h | 45 struct snd_sb *chip; /* SB16 DSP */ 75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
/kernel/linux/linux-5.10/sound/pci/ |
D | als4000.c | 99 struct snd_sb *chip; 211 static inline void snd_als4k_gcr_write(struct snd_sb *sb, in snd_als4k_gcr_write() 226 static inline u32 snd_als4k_gcr_read(struct snd_sb *sb, enum als4k_gcr_t reg) in snd_als4k_gcr_read() 255 static inline void snd_als4_cr_write(struct snd_sb *chip, in snd_als4_cr_write() 265 static inline u8 snd_als4_cr_read(struct snd_sb *chip, in snd_als4_cr_read() 274 static void snd_als4000_set_rate(struct snd_sb *chip, unsigned int rate) in snd_als4000_set_rate() 283 static inline void snd_als4000_set_capture_dma(struct snd_sb *chip, in snd_als4000_set_capture_dma() 291 static inline void snd_als4000_set_playback_dma(struct snd_sb *chip, in snd_als4000_set_playback_dma() 359 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_als4000_capture_prepare() 386 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_als4000_playback_prepare() [all …]
|
D | cs5530.c | 56 struct snd_sb *sb;
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb8_midi.c | 22 irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip) in snd_sb8dsp_midi_interrupt() 53 struct snd_sb *chip; in snd_sb8dsp_midi_input_open() 80 struct snd_sb *chip; in snd_sb8dsp_midi_output_open() 107 struct snd_sb *chip; in snd_sb8dsp_midi_input_close() 125 struct snd_sb *chip; in snd_sb8dsp_midi_output_close() 144 struct snd_sb *chip; in snd_sb8dsp_midi_input_trigger() 167 struct snd_sb *chip; in snd_sb8dsp_midi_output_write() 202 struct snd_sb *chip = from_timer(chip, t, midi_timer); in snd_sb8dsp_midi_output_timer() 215 struct snd_sb *chip; in snd_sb8dsp_midi_output_trigger() 249 int snd_sb8dsp_midi(struct snd_sb *chip, int device) in snd_sb8dsp_midi()
|
D | sb_common.c | 30 int snd_sbdsp_command(struct snd_sb *chip, unsigned char val) in snd_sbdsp_command() 45 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte() 62 int snd_sbdsp_reset(struct snd_sb *chip) in snd_sbdsp_reset() 81 static int snd_sbdsp_version(struct snd_sb * chip) in snd_sbdsp_version() 91 static int snd_sbdsp_probe(struct snd_sb * chip) in snd_sbdsp_probe() 171 static int snd_sbdsp_free(struct snd_sb *chip) in snd_sbdsp_free() 192 struct snd_sb *chip = device->device_data; in snd_sbdsp_dev_free() 203 struct snd_sb **r_chip) in snd_sbdsp_create() 205 struct snd_sb *chip; in snd_sbdsp_create()
|
D | sb16_main.c | 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() 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() 280 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb16_playback_trigger() [all …]
|
D | sb_mixer.c | 16 void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data) in snd_sbmixer_write() 27 unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg) in snd_sbmixer_read() 58 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_single() 74 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_single() 110 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_get_double() 130 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_sbmixer_put_double() 179 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_get() 215 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_dt019x_input_sw_put() 267 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_get() 285 struct snd_sb *sb = snd_kcontrol_chip(kcontrol); in snd_als4k_mono_capture_route_put() [all …]
|
D | sb8.c | 44 struct snd_sb *chip; 49 struct snd_sb *chip = dev_id; in snd_sb8_interrupt() 84 struct snd_sb *chip; in snd_sb8_probe() 203 struct snd_sb *chip = acard->chip; in snd_sb8_suspend() 214 struct snd_sb *chip = acard->chip; in snd_sb8_resume()
|
D | sb8_main.c | 93 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_playback_prepare() 196 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_playback_trigger() 231 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_capture_prepare() 321 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_capture_trigger() 355 irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip) in snd_sb8dsp_interrupt() 387 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_playback_pointer() 403 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_capture_pointer() 465 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_open() 528 struct snd_sb *chip = snd_pcm_substream_chip(substream); in snd_sb8_close() 562 int snd_sb8dsp_pcm(struct snd_sb *chip, int device) in snd_sb8dsp_pcm()
|
D | jazz16.c | 73 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() 367 struct snd_sb *chip = acard->chip; in snd_jazz16_resume()
|
D | sb16_csp.c | 71 static int csp_detect(struct snd_sb *chip, int *version); 72 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val); 73 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val); 74 static int read_register(struct snd_sb *chip, unsigned char reg); 75 static int set_mode_register(struct snd_sb *chip, unsigned char mode); 76 static int get_version(struct snd_sb *chip); 102 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() 474 static inline int command_seq(struct snd_sb *chip, const unsigned char *seq, int size) in command_seq() 487 static int set_codec_parameter(struct snd_sb *chip, unsigned char par, unsigned char val) in set_codec_parameter() 504 static int set_register(struct snd_sb *chip, unsigned char reg, unsigned char val) in set_register() [all …]
|
D | sb16.c | 121 struct snd_sb *chip; 329 struct snd_sb *chip; in snd_sb16_probe() 456 struct snd_sb *chip = acard->chip; in snd_sb16_suspend() 466 struct snd_sb *chip = acard->chip; in snd_sb16_resume()
|
/kernel/linux/linux-5.10/sound/isa/ |
D | als100.c | 67 struct snd_sb *chip; 179 struct snd_sb *chip; in snd_card_als100_probe() 310 struct snd_sb *chip = acard->chip; in snd_als100_pnp_suspend() 321 struct snd_sb *chip = acard->chip; in snd_als100_pnp_resume()
|
D | cmi8330.c | 157 struct snd_sb *sb; 270 static int cmi8330_add_sb_mixers(struct snd_sb *chip) in cmi8330_add_sb_mixers()
|