Searched refs:write_dsp (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.c89 /* write_dsp writes a 32-bit value to the DSP; this is used almost
91 static int write_dsp(struct echoaudio *chip, u32 data) function
107 dev_dbg(chip->card->dev, "write_dsp: Set bad_board to true\n");
197 if (write_dsp(chip, cmd) < 0)
201 if (write_dsp(chip, size) < 0)
205 if (write_dsp(chip, code[i]) < 0)
213 dev_err(chip->card->dev, "failed on write_dsp\n");
286 if (write_dsp(chip, words)) {
292 if (write_dsp(chip, address)) {
302 if (write_dsp(chi
[all...]

Completed in 132 milliseconds