Searched refs:snd_msnd (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/sound/isa/msnd/ |
| H A D | msnd.h | 207 struct snd_msnd { struct 275 int snd_msnd_send_dsp_cmd(struct snd_msnd *chip, u8 cmd); argument 276 int snd_msnd_send_word(struct snd_msnd *chip, 280 int snd_msnd_upload_host(struct snd_msnd *chip, 282 int snd_msnd_enable_irq(struct snd_msnd *chip); 283 int snd_msnd_disable_irq(struct snd_msnd *chip); 284 void snd_msnd_dsp_halt(struct snd_msnd *chip, struct file *file); 285 int snd_msnd_DAPQ(struct snd_msnd *chip, int start); 286 int snd_msnd_DARQ(struct snd_msnd *chip, int start); 292 void snd_msndmix_setup(struct snd_msnd *chip); [all …]
|
| H A D | msnd.c | 53 static int snd_msnd_wait_TXDE(struct snd_msnd *dev) in snd_msnd_wait_TXDE() 65 static int snd_msnd_wait_HC0(struct snd_msnd *dev) in snd_msnd_wait_HC0() 77 int snd_msnd_send_dsp_cmd(struct snd_msnd *dev, u8 cmd) in snd_msnd_send_dsp_cmd() 134 int snd_msnd_enable_irq(struct snd_msnd *dev) in snd_msnd_enable_irq() 165 int snd_msnd_disable_irq(struct snd_msnd *dev) in snd_msnd_disable_irq() 201 static void snd_msnd_dsp_write_flush(struct snd_msnd *chip) in snd_msnd_dsp_write_flush() 246 int snd_msnd_DARQ(struct snd_msnd *chip, int bank) in snd_msnd_DARQ() 295 int snd_msnd_DAPQ(struct snd_msnd *chip, int start) in snd_msnd_DAPQ() 459 struct snd_msnd *chip = snd_pcm_substream_chip(substream); in snd_msnd_playback_open() 476 struct snd_msnd *chip = snd_pcm_substream_chip(substream); in snd_msnd_playback_close() [all …]
|
| H A D | msnd_pinnacle_mixer.c | 58 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol); in snd_msndmix_info_mux() 67 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol); in snd_msndmix_get_mux() 82 static int snd_msndmix_set_mux(struct snd_msnd *chip, int val) in snd_msndmix_set_mux() 119 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_put_mux() 137 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_volume_get() 183 static int snd_msndmix_set(struct snd_msnd *dev, int d, int left, int right) in snd_msndmix_set() 253 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_volume_put() 295 struct snd_msnd *chip = card->private_data; in snd_msndmix_new() 315 void snd_msndmix_setup(struct snd_msnd *dev) in snd_msndmix_setup() 328 int snd_msndmix_force_recsrc(struct snd_msnd *dev, int recsrc) in snd_msndmix_force_recsrc()
|
| H A D | msnd_pinnacle.c | 159 struct snd_msnd *chip = dev_id; in snd_msnd_interrupt() 210 struct snd_msnd *chip = card->private_data; in snd_msnd_probe() 375 struct snd_msnd *chip = card->private_data; in upload_dsp_code() 409 static void reset_proteus(struct snd_msnd *chip) in reset_proteus() 420 struct snd_msnd *chip = card->private_data; in snd_msnd_initialize() 461 struct snd_msnd *chip = card->private_data; in snd_msnd_dsp_full_reset() 527 struct snd_msnd *chip = card->private_data; in snd_msnd_attach() 854 struct snd_msnd *chip; in snd_msnd_isa_probe() 866 sizeof(struct snd_msnd), &card); in snd_msnd_isa_probe() 1027 struct snd_msnd *chip; in snd_msnd_pnp_detect() [all …]
|
| H A D | msnd_midi.c | 29 struct snd_msnd *dev; 140 struct snd_msnd *chip = card->private_data; in snd_msndmidi_new()
|