|
@@ -391,8 +391,7 @@ static int msm_pcm_playback_prepare(struct snd_pcm_substream *substream)
|
|
|
} else {
|
|
|
if ((q6core_get_avcs_api_version_per_service(
|
|
|
APRV2_IDS_SERVICE_ID_ADSP_ASM_V) >=
|
|
|
- ADSP_ASM_API_VERSION_V2) &&
|
|
|
- q6core_use_Q6_32ch_support())
|
|
|
+ ADSP_ASM_API_VERSION_V2))
|
|
|
ret = q6asm_open_write_v5(prtd->audio_client,
|
|
|
fmt_type, bits_per_sample);
|
|
|
else
|
|
@@ -440,8 +439,7 @@ static int msm_pcm_playback_prepare(struct snd_pcm_substream *substream)
|
|
|
|
|
|
if ((q6core_get_avcs_api_version_per_service(
|
|
|
APRV2_IDS_SERVICE_ID_ADSP_ASM_V) >=
|
|
|
- ADSP_ASM_API_VERSION_V2) &&
|
|
|
- q6core_use_Q6_32ch_support()) {
|
|
|
+ ADSP_ASM_API_VERSION_V2)) {
|
|
|
|
|
|
ret = q6asm_media_format_block_multi_ch_pcm_v5(
|
|
|
prtd->audio_client, runtime->rate,
|
|
@@ -524,8 +522,7 @@ static int msm_pcm_capture_prepare(struct snd_pcm_substream *substream)
|
|
|
|
|
|
if ((q6core_get_avcs_api_version_per_service(
|
|
|
APRV2_IDS_SERVICE_ID_ADSP_ASM_V) >=
|
|
|
- ADSP_ASM_API_VERSION_V2) &&
|
|
|
- q6core_use_Q6_32ch_support())
|
|
|
+ ADSP_ASM_API_VERSION_V2))
|
|
|
ret = q6asm_open_read_v5(prtd->audio_client,
|
|
|
FORMAT_LINEAR_PCM,
|
|
|
bits_per_sample, false, ENC_CFG_ID_NONE);
|
|
@@ -602,8 +599,7 @@ static int msm_pcm_capture_prepare(struct snd_pcm_substream *substream)
|
|
|
|
|
|
if ((q6core_get_avcs_api_version_per_service(
|
|
|
APRV2_IDS_SERVICE_ID_ADSP_ASM_V) >=
|
|
|
- ADSP_ASM_API_VERSION_V2) &&
|
|
|
- q6core_use_Q6_32ch_support())
|
|
|
+ ADSP_ASM_API_VERSION_V2))
|
|
|
ret = q6asm_enc_cfg_blk_pcm_format_support_v5(
|
|
|
prtd->audio_client,
|
|
|
prtd->samp_rate,
|