Home
last modified time | relevance | path

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

/sound/pci/echoaudio/
Dechoaudio_3g.c225 int box_type, err; in load_asic() local
242 box_type = check_asic_status(chip); in load_asic()
246 if (box_type >= 0) { in load_asic()
253 return box_type; in load_asic()
Dechoaudio_dsp.c492 int box_type, err; in load_firmware() local
499 box_type = check_asic_status(chip); in load_firmware()
500 if (box_type >= 0) in load_firmware()
501 return box_type; in load_firmware()
514 box_type = load_asic(chip); in load_firmware()
515 if (box_type < 0) in load_firmware()
516 return box_type; /* error */ in load_firmware()
518 return box_type; in load_firmware()