Searched refs:fp_dac_input (Results 1 – 1 of 1) sorted by relevance
38 static FILE *fp_dac_input; variable112 fwrite(s->buffer, sizeof(uint8_t), written_bytes, fp_dac_input); in lm4549_audio_transfer()320 fp_dac_input = fopen("lm4549_dac_input.pcm", "wb"); in lm4549_init()321 if (!fp_dac_input) { in lm4549_init()