Loading sound/soc/msm/qdsp6v2/q6afe.c +2 −2 Original line number Diff line number Diff line Loading @@ -1243,7 +1243,7 @@ static int afe_get_cal_topology_id(u16 port_id, u32 *topology_id) return -EINVAL; } if (topology_id == NULL) { pr_err("%s: topology_id is NULL\n", __func__); pr_debug("%s: topology_id is NULL\n", __func__); return -EINVAL; } *topology_id = 0; Loading @@ -1261,7 +1261,7 @@ static int afe_get_cal_topology_id(u16 port_id, u32 *topology_id) afe_top_info = ((struct audio_cal_info_afe_top *) cal_block->cal_info); if (!afe_top_info->topology) { pr_err("%s: invalid topology id : [%d, %d]\n", pr_debug("%s: invalid topology id : [%d, %d]\n", __func__, afe_top_info->acdb_id, afe_top_info->topology); ret = -EINVAL; goto unlock; Loading Loading
sound/soc/msm/qdsp6v2/q6afe.c +2 −2 Original line number Diff line number Diff line Loading @@ -1243,7 +1243,7 @@ static int afe_get_cal_topology_id(u16 port_id, u32 *topology_id) return -EINVAL; } if (topology_id == NULL) { pr_err("%s: topology_id is NULL\n", __func__); pr_debug("%s: topology_id is NULL\n", __func__); return -EINVAL; } *topology_id = 0; Loading @@ -1261,7 +1261,7 @@ static int afe_get_cal_topology_id(u16 port_id, u32 *topology_id) afe_top_info = ((struct audio_cal_info_afe_top *) cal_block->cal_info); if (!afe_top_info->topology) { pr_err("%s: invalid topology id : [%d, %d]\n", pr_debug("%s: invalid topology id : [%d, %d]\n", __func__, afe_top_info->acdb_id, afe_top_info->topology); ret = -EINVAL; goto unlock; Loading