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

Commit b12f1083 authored by ronghuiz's avatar ronghuiz
Browse files

asoc: kona: Add QUAD I2S EBIT clk define to kona



Hdmi-in used QUAD-I2S to input, need configure I2S
to slave mode.

Change-Id: I1d27d51c766538bb8f61cd74c5dcb6cc18954e81
Signed-off-by: default avatarronghuiz <quic_ronghuiz@quicinc.com>
parent 926f43b8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
 * Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/clk.h>
@@ -328,6 +328,7 @@ static u32 mi2s_ebit_clk[MI2S_MAX] = {
	Q6AFE_LPASS_CLK_ID_PRI_MI2S_EBIT,
	Q6AFE_LPASS_CLK_ID_SEC_MI2S_EBIT,
	Q6AFE_LPASS_CLK_ID_TER_MI2S_EBIT,
	Q6AFE_LPASS_CLK_ID_QUAD_MI2S_EBIT,
};

static struct mi2s_conf mi2s_intf_conf[MI2S_MAX];