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

/linux-master/sound/pci/echoaudio/
H A Dechoaudio_gml.c48 if (read_dsp(chip, &asic_status) < 0) {
50 "check_asic_status: failed on read_dsp\n");
H A Dlayla20_dsp.c32 static int read_dsp(struct echoaudio *chip, u32 *data);
124 if (read_dsp(chip, &asic_status) < 0) {
126 "check_asic_status: failed on read_dsp\n");
H A Dechoaudio_dsp.c113 /* read_dsp reads a 32-bit value from the DSP; this is used almost
115 static int read_dsp(struct echoaudio *chip, u32 *data) function
130 dev_err(chip->card->dev, "read_dsp: Set bad_board to true\n");
151 if (read_dsp(chip, &sn[i])) {

Completed in 190 milliseconds