Loading sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -644,7 +644,7 @@ int msm_pcm_routing_reg_phy_compr_stream(int fe_id, int perf_mode, path_type, sample_rate, channels, topology, perf_mode, bit_width, app_type, acdb_dev_id); if ((copp_idx < 0) && if ((copp_idx < 0) || (copp_idx >= MAX_COPPS_PER_PORT)) { pr_err("%s:adm open failed coppid:%d\n", __func__, copp_idx); Loading Loading
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -644,7 +644,7 @@ int msm_pcm_routing_reg_phy_compr_stream(int fe_id, int perf_mode, path_type, sample_rate, channels, topology, perf_mode, bit_width, app_type, acdb_dev_id); if ((copp_idx < 0) && if ((copp_idx < 0) || (copp_idx >= MAX_COPPS_PER_PORT)) { pr_err("%s:adm open failed coppid:%d\n", __func__, copp_idx); Loading