Home
last modified time | relevance | path

Searched refs:snd_msnd (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/isa/msnd/
Dmsnd.c65 static int snd_msnd_wait_TXDE(struct snd_msnd *dev) in snd_msnd_wait_TXDE()
77 static int snd_msnd_wait_HC0(struct snd_msnd *dev) in snd_msnd_wait_HC0()
89 int snd_msnd_send_dsp_cmd(struct snd_msnd *dev, u8 cmd) in snd_msnd_send_dsp_cmd()
107 int snd_msnd_send_word(struct snd_msnd *dev, unsigned char high, in snd_msnd_send_word()
125 int snd_msnd_upload_host(struct snd_msnd *dev, const u8 *bin, int len) in snd_msnd_upload_host()
146 int snd_msnd_enable_irq(struct snd_msnd *dev) in snd_msnd_enable_irq()
177 int snd_msnd_disable_irq(struct snd_msnd *dev) in snd_msnd_disable_irq()
207 static inline long get_play_delay_jiffies(struct snd_msnd *chip, long size) in get_play_delay_jiffies()
213 static void snd_msnd_dsp_write_flush(struct snd_msnd *chip) in snd_msnd_dsp_write_flush()
228 void snd_msnd_dsp_halt(struct snd_msnd *chip, struct file *file) in snd_msnd_dsp_halt()
[all …]
Dmsnd.h220 struct snd_msnd { struct
288 int snd_msnd_send_dsp_cmd(struct snd_msnd *chip, u8 cmd); argument
289 int snd_msnd_send_word(struct snd_msnd *chip,
293 int snd_msnd_upload_host(struct snd_msnd *chip,
295 int snd_msnd_enable_irq(struct snd_msnd *chip);
296 int snd_msnd_disable_irq(struct snd_msnd *chip);
297 void snd_msnd_dsp_halt(struct snd_msnd *chip, struct file *file);
298 int snd_msnd_DAPQ(struct snd_msnd *chip, int start);
299 int snd_msnd_DARQ(struct snd_msnd *chip, int start);
305 void snd_msndmix_setup(struct snd_msnd *chip);
[all …]
Dmsnd_pinnacle_mixer.c61 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol); in snd_msndmix_info_mux()
70 struct snd_msnd *chip = snd_kcontrol_chip(kcontrol); in snd_msndmix_get_mux()
85 static int snd_msndmix_set_mux(struct snd_msnd *chip, int val) in snd_msndmix_set_mux()
122 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_put_mux()
140 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_volume_get()
186 static int snd_msndmix_set(struct snd_msnd *dev, int d, int left, int right) in snd_msndmix_set()
258 struct snd_msnd *msnd = snd_kcontrol_chip(kcontrol); in snd_msndmix_volume_put()
300 struct snd_msnd *chip = card->private_data; in snd_msndmix_new()
320 void snd_msndmix_setup(struct snd_msnd *dev) in snd_msndmix_setup()
333 int snd_msndmix_force_recsrc(struct snd_msnd *dev, int recsrc) in snd_msndmix_force_recsrc()
Dmsnd_pinnacle.c83 static void set_default_audio_parameters(struct snd_msnd *chip) in set_default_audio_parameters()
93 static void snd_msnd_eval_dsp_msg(struct snd_msnd *chip, u16 wMessage) in snd_msnd_eval_dsp_msg()
171 struct snd_msnd *chip = dev_id; in snd_msnd_interrupt()
220 struct snd_msnd *chip = card->private_data; in snd_msnd_probe()
314 static int snd_msnd_init_sma(struct snd_msnd *chip) in snd_msnd_init_sma()
385 struct snd_msnd *chip = card->private_data; in upload_dsp_code()
419 static void reset_proteus(struct snd_msnd *chip) in reset_proteus()
430 struct snd_msnd *chip = card->private_data; in snd_msnd_initialize()
471 struct snd_msnd *chip = card->private_data; in snd_msnd_dsp_full_reset()
494 static int snd_msnd_send_dsp_cmd_chk(struct snd_msnd *chip, u8 cmd) in snd_msnd_send_dsp_cmd_chk()
[all …]
Dmsnd_midi.c44 struct snd_msnd *dev;
159 struct snd_msnd *chip = card->private_data; in snd_msndmidi_new()