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

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

Merge "audio-kernel: asoc: Remove extra const def" into audio-drivers.lnx.3.0

parents 0b76f815 cd5460f5
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -18084,32 +18084,32 @@ static const char * const int4_mi2s_rx_vi_fb_tx_stereo_mux_text[] = {
	"ZERO", "INT5_MI2S_TX"
};
static const int const slim0_rx_vi_fb_tx_lch_value[] = {
static const int slim0_rx_vi_fb_tx_lch_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_SLIMBUS_4_TX
};
static const int const slim0_rx_vi_fb_tx_rch_value[] = {
static const int slim0_rx_vi_fb_tx_rch_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_SLIMBUS_4_TX
};
static const int const wsa_rx_0_vi_fb_tx_lch_value[] = {
static const int wsa_rx_0_vi_fb_tx_lch_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_WSA_CDC_DMA_TX_0
};
static const int const wsa_rx_0_vi_fb_tx_rch_value[] = {
static const int wsa_rx_0_vi_fb_tx_rch_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_WSA_CDC_DMA_TX_0
};
static const int const mi2s_rx_vi_fb_tx_value[] = {
static const int mi2s_rx_vi_fb_tx_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_SENARY_MI2S_TX
};
static const int const int4_mi2s_rx_vi_fb_tx_mono_ch_value[] = {
static const int int4_mi2s_rx_vi_fb_tx_mono_ch_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_INT5_MI2S_TX
};
static const int const int4_mi2s_rx_vi_fb_tx_stereo_ch_value[] = {
static const int int4_mi2s_rx_vi_fb_tx_stereo_ch_value[] = {
	MSM_BACKEND_DAI_MAX, MSM_BACKEND_DAI_INT5_MI2S_TX
};