Searched refs:audevrc_dsp_event (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/qdsp5/
H A Daudio_evrc.c130 static void audevrc_dsp_event(void *private, unsigned id, uint16_t *msg);
162 if (audpp_enable(audio->dec_id, audevrc_dsp_event, audio)) {
247 static void audevrc_dsp_event(void *private, unsigned id, uint16_t *msg) function
282 dprintk("audevrc_dsp_event: CFG_MSG ENABLE\n");
290 dprintk("audevrc_dsp_event: CFG_MSG DISABLE\n");
294 pr_err("audevrc_dsp_event: CFG_MSG %d?\n", msg[0]);
298 dprintk("audevrc_dsp_event: ROUTING_ACK\n");
303 pr_err("audevrc_dsp_event: UNKNOWN (%d)\n", id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Daudio_evrc.c130 static void audevrc_dsp_event(void *private, unsigned id, uint16_t *msg);
162 if (audpp_enable(audio->dec_id, audevrc_dsp_event, audio)) {
247 static void audevrc_dsp_event(void *private, unsigned id, uint16_t *msg) function
282 dprintk("audevrc_dsp_event: CFG_MSG ENABLE\n");
290 dprintk("audevrc_dsp_event: CFG_MSG DISABLE\n");
294 pr_err("audevrc_dsp_event: CFG_MSG %d?\n", msg[0]);
298 dprintk("audevrc_dsp_event: ROUTING_ACK\n");
303 pr_err("audevrc_dsp_event: UNKNOWN (%d)\n", id);

Completed in 74 milliseconds