Home
last modified time | relevance | path

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

/linux-3.4.99/sound/isa/es1688/
Des1688_lib.c39 static int snd_es1688_dsp_command(struct snd_es1688 *chip, unsigned char val) in snd_es1688_dsp_command() function
68 if (!snd_es1688_dsp_command(chip, reg)) in snd_es1688_write()
70 return snd_es1688_dsp_command(chip, data); in snd_es1688_write()
76 if (!snd_es1688_dsp_command(chip, 0xc0)) in snd_es1688_read()
78 if (!snd_es1688_dsp_command(chip, reg)) in snd_es1688_read()
116 snd_es1688_dsp_command(chip, 0xc6); /* enable extended mode */ in snd_es1688_reset()
149 snd_es1688_dsp_command(chip, 0xe7); /* return identification */ in snd_es1688_probe()
414 snd_es1688_dsp_command(chip, ES1688_DSP_CMD_SPKON); in snd_es1688_playback_prepare()
445 snd_es1688_dsp_command(chip, ES1688_DSP_CMD_SPKOFF); in snd_es1688_capture_prepare()