Skip to content
Unverified Commit 859fd6cb authored by Timo Wischer's avatar Timo Wischer Committed by Mark Brown
Browse files

ASoC: rsnd: Support hw_free() callback at DAI level



This patch provides the needed infrastructure to support calling hw_free()
at the DAI level. This is for example required to free resources allocated
in hw_params() callback.

The modification of __rsnd_mod_add_hw_params does not have any side
effects because rsnd_mod_ops::hw_params callback is not used by anyone
until now.

Signed-off-by: default avatarTimo Wischer <twischer@de.adit-jv.com>
Signed-off-by: default avatarJiada Wang <jiada_wang@mentor.com>
Link: https://lore.kernel.org/r/20190722072403.11008-2-jiada_wang@mentor.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a789adae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment