Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio_3g.c223 int box_type, err; in load_asic() local
240 box_type = check_asic_status(chip); in load_asic()
244 if (box_type >= 0) { in load_asic()
251 return box_type; in load_asic()
Dechoaudio_dsp.c491 int box_type, err; in load_firmware() local
498 if ((box_type = check_asic_status(chip)) >= 0) in load_firmware()
499 return box_type; in load_firmware()
512 if ((box_type = load_asic(chip)) < 0) in load_firmware()
513 return box_type; /* error */ in load_firmware()
515 return box_type; in load_firmware()