Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/isa/es1688/
A Des1688_lib.c24 static int snd_es1688_dsp_command(struct snd_es1688 *chip, unsigned char val) in snd_es1688_dsp_command() function
53 if (!snd_es1688_dsp_command(chip, reg)) in snd_es1688_write()
55 return snd_es1688_dsp_command(chip, data); in snd_es1688_write()
61 if (!snd_es1688_dsp_command(chip, 0xc0)) in snd_es1688_read()
63 if (!snd_es1688_dsp_command(chip, reg)) in snd_es1688_read()
101 snd_es1688_dsp_command(chip, 0xc6); /* enable extended mode */ in snd_es1688_reset()
134 snd_es1688_dsp_command(chip, 0xe7); /* return identification */ in snd_es1688_probe()
380 snd_es1688_dsp_command(chip, ES1688_DSP_CMD_SPKON); in snd_es1688_playback_prepare()
411 snd_es1688_dsp_command(chip, ES1688_DSP_CMD_SPKOFF); in snd_es1688_capture_prepare()

Completed in 5 milliseconds