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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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 DE_ACT((KERN_ERR "write_dsp: Set bad_board to TRUE\n"));
195 if (write_dsp(chip, cmd) < 0)
199 if (write_dsp(chip, size) < 0)
203 if (write_dsp(chip, code[i]) < 0)
212 DE_INIT(("failed on write_dsp\n"));
283 if (write_dsp(chip, words)) {
288 if (write_dsp(chip, address)) {
297 if (write_dsp(chi
[all...]

Completed in 39 milliseconds