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

Commit c11d2117 authored by Arun Kumar Dasari's avatar Arun Kumar Dasari Committed by Surendar karka
Browse files

ASoC: msm: qdsp6v2: add proper break statement



Add break statement for FORMAT_DSD decoder format id, otherwise
native DSD audio playback does not work.

CRs-Fixed: 1106783
Change-Id: I328cf48326616581715b4550b0c2259db863e6bb
Signed-off-by: default avatarSurendar karka <sukark@codeaurora.org>
parent 8c6beb5a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
 * Author: Brian Swetland <swetland@google.com>
 *
 * This software is licensed under the terms of the GNU General Public
@@ -2877,6 +2877,7 @@ static int __q6asm_open_read_write(struct audio_client *ac, uint32_t rd_format,
		break;
	case FORMAT_DSD:
		open.dec_fmt_id = ASM_MEDIA_FMT_DSD;
		break;
	case FORMAT_G711_ALAW_FS:
		open.dec_fmt_id = ASM_MEDIA_FMT_G711_ALAW_FS;
		break;