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

Commit d7a41943 authored by MEGAX91's avatar MEGAX91 Committed by Razziell
Browse files

sound: soc: q6afe: stfu

parent ab5dde9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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;