36 DE_INIT((
"init_hw() - Darla20\n"));
40 if ((err = init_dsp_comm_page(chip))) {
41 DE_INIT((
"init_hw - could not initialize DSP comm page\n"));
56 if ((err = load_firmware(chip)) < 0)
66 static int set_mixer_defaults(
struct echoaudio *chip)
68 return init_line_levels(chip);
74 static u32 detect_input_clocks(
const struct echoaudio *chip)
82 static int load_asic(
struct echoaudio *chip)
91 u8 clock_state, spdif_status;
93 if (wait_handshake(chip))
117 chip->
comm_page->gd_clock_state = clock_state;
118 chip->
comm_page->gd_spdif_status = spdif_status;
128 clear_handshake(chip);