Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28a85d1d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: update Configuration ID for multi AAC decoder"

parents baf68b98 0af28756
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2404,7 +2404,7 @@ static int __q6asm_open_write(struct audio_client *ac, uint32_t format,
		open.dec_fmt_id = ASM_MEDIA_FMT_AAC_V2;
		break;
	case FORMAT_MPEG4_MULTI_AAC:
		open.dec_fmt_id = ASM_MEDIA_FMT_DOLBY_AAC;
		open.dec_fmt_id = ASM_MEDIA_FMT_AAC_V2;
		break;
	case FORMAT_WMA_V9:
		open.dec_fmt_id = ASM_MEDIA_FMT_WMA_V9_V2;
@@ -2543,7 +2543,7 @@ static int __q6asm_open_read_write(struct audio_client *ac, uint32_t rd_format,
		open.dec_fmt_id = ASM_MEDIA_FMT_AAC_V2;
		break;
	case FORMAT_MPEG4_MULTI_AAC:
		open.dec_fmt_id = ASM_MEDIA_FMT_DOLBY_AAC;
		open.dec_fmt_id = ASM_MEDIA_FMT_AAC_V2;
		break;
	case FORMAT_WMA_V9:
		open.dec_fmt_id = ASM_MEDIA_FMT_WMA_V9_V2;