Files
linux/include/sound
Kuninori Morimoto 40b1f89a16 ASoC: remove dpcm_process_paths()
dpcm_process_paths() will call dpcm_add_paths() (A) or
dpcm_prune_paths() (B)

	dpcm_process_paths(..., new)
	{
		if (new)
(A)			return dpcm_add_paths(...);
		else
(B)			return dpcm_prune_paths(...);
	}

but the user who need to call dpcm_prune_paths() (B) is only
soc_dpcm_fe_runtime_update(), all other user want to call is
dpcm_add_paths() (A). We don't need to have confusing
dpcm_process_paths(). Let's remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87jz9vyjyu.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-02-16 23:51:06 +00:00
..
2024-08-08 07:49:45 +02:00
2023-05-23 12:11:21 +02:00
2024-08-08 07:47:24 +02:00
2023-08-17 09:24:01 +02:00
2023-05-23 12:11:33 +02:00
2025-02-16 23:51:06 +00:00
2025-02-16 23:51:05 +00:00
2024-08-08 07:49:46 +02:00
2025-02-06 20:45:56 +00:00
2020-09-09 18:32:52 +02:00
2025-01-12 13:12:21 +01:00
2024-08-08 07:47:23 +02:00
2019-10-25 11:06:57 +01:00