Home | History | Annotate | Download | only in libcras

Lines Matching refs:aud_cb

21  *    samples. This happens in the aud_cb specified in the stream parameters.
130 cras_playback_cb_t aud_cb;
1124 frames = config->aud_cb(stream->client,
1204 frames = config->aud_cb(stream->client,
2273 cras_playback_cb_t aud_cb,
2290 params->aud_cb = aud_cb;
2360 params->aud_cb = 0;
2386 if (config->aud_cb == NULL && config->unified_cb == NULL)