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

Commit af5bd75c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dsp: Fix open params for read_compr in IEC61937 mode"

parents ae8957e9 e0b92347
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3085,6 +3085,7 @@ int q6asm_open_read_compressed(struct audio_client *ac, uint32_t format,
	 */
	if (format == FORMAT_IEC61937) {
		open.mode_flags = 0x1;
		open.frames_per_buf = 1;
		pr_debug("%s: Flag 1 IEC61937 output\n", __func__);
	} else {
		open.mode_flags = 0;