mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ASoC: msm-pcm-routing-v2: Fix non-blocking if-statement warning
Change-Id: Ia33743c8770dbb3cffe52aa1b57faa3267f37d8f Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
005f04c3e7
commit
f920e63f4c
@ -17578,7 +17578,7 @@ static int msm_routing_put_stereo_to_custom_stereo_control(
|
||||
if (topo_id < 0)
|
||||
pr_debug("%s:Err:custom stereo topo %d",
|
||||
__func__, topo_id);
|
||||
pr_debug("idx %d\n", idx);
|
||||
pr_debug("idx %d\n", idx);
|
||||
if (topo_id == DS2_ADM_COPP_TOPOLOGY_ID)
|
||||
rc = msm_ds2_dap_set_custom_stereo_onoff
|
||||
(msm_bedais[be_index].port_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user