dsp: Add support for custom encoder
Add support to set custom encoder in ASM which can be enabled through compress capture path. Change-Id: I563c59eb3a0213c26ce69d3c2f8d650cf3c7d32d Signed-off-by: Vikram Panduranga <vpandura@codeaurora.org>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Gerrit - the friendly Code Review server

vecāks
743a507eb0
revīzija
c712c17ab0
@@ -490,7 +490,7 @@ static int msm_pcm_capture_prepare(struct snd_pcm_substream *substream)
|
||||
prtd->audio_client->perf_mode);
|
||||
|
||||
ret = q6asm_open_read_v4(prtd->audio_client, FORMAT_LINEAR_PCM,
|
||||
bits_per_sample, false);
|
||||
bits_per_sample, false, ENC_CFG_ID_NONE);
|
||||
if (ret < 0) {
|
||||
pr_err("%s: q6asm_open_read failed\n", __func__);
|
||||
q6asm_audio_client_free(prtd->audio_client);
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user