ASoC: Intel: avs: rt298: Refactor jack handling
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fri, 25 Nov 2022 18:40:30 +0000 (19:40 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 29 Nov 2022 12:13:21 +0000 (12:13 +0000)
commit28baae9bfc1fb9fdaff2e8bd328b2a5b12a14273
tree5112eede29ea804d3b006ee3b05effefaea72544
parent1fa675a00a5028f4f49bd19eaab016ea2d765ba8
ASoC: Intel: avs: rt298: Refactor jack handling

Use link->exit() rather than pdev->remove() to unassign jack during card
unbind procedure so codec link initialization and exit procedures are
symmetrical.

Also, there is no need to perform search for codec dai in suspend_pre()
and resume_post() ourselves. Use snd_soc_card_get_codec_dai() instead.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20221125184032.2565979-10-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/boards/rt298.c