Searched refs:snd_msnd (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/sound/isa/msnd/ |
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 …]
|
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() 95 int snd_msnd_send_word(struct snd_msnd *dev, unsigned char high, in snd_msnd_send_word() 113 int snd_msnd_upload_host(struct snd_msnd *dev, const u8 *bin, int len) in snd_msnd_upload_host() 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() 195 static inline long get_play_delay_jiffies(struct snd_msnd *chip, long size) in get_play_delay_jiffies() 201 static void snd_msnd_dsp_write_flush(struct snd_msnd *chip) in snd_msnd_dsp_write_flush() 216 void snd_msnd_dsp_halt(struct snd_msnd *chip, struct file *file) in snd_msnd_dsp_halt() [all …]
|
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()
|
D | msnd_pinnacle.c | 69 static void set_default_audio_parameters(struct snd_msnd *chip) in set_default_audio_parameters() 79 static void snd_msnd_eval_dsp_msg(struct snd_msnd *chip, u16 wMessage) in snd_msnd_eval_dsp_msg() 157 struct snd_msnd *chip = dev_id; in snd_msnd_interrupt() 207 struct snd_msnd *chip = card->private_data; in snd_msnd_probe() 301 static int snd_msnd_init_sma(struct snd_msnd *chip) in snd_msnd_init_sma() 372 struct snd_msnd *chip = card->private_data; in upload_dsp_code() 406 static void reset_proteus(struct snd_msnd *chip) in reset_proteus() 417 struct snd_msnd *chip = card->private_data; in snd_msnd_initialize() 458 struct snd_msnd *chip = card->private_data; in snd_msnd_dsp_full_reset() 476 static int snd_msnd_send_dsp_cmd_chk(struct snd_msnd *chip, u8 cmd) in snd_msnd_send_dsp_cmd_chk() [all …]
|
D | msnd_midi.c | 29 struct snd_msnd *dev; 144 struct snd_msnd *chip = card->private_data; in snd_msndmidi_new()
|