ASoC: Intel: avs: nau8825: Refactor jack handling
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fri, 25 Nov 2022 18:40:24 +0000 (19:40 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 29 Nov 2022 12:13:15 +0000 (12:13 +0000)
commit9febcd7a0180b1ea5b49cda1838aef49ef936805
tree2db64e864e9f4a970e830d475ef507851b84aeea
parent833e250ef592c3c02dda400c1c44306f74241d33
ASoC: Intel: avs: nau8825: 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-4-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/boards/nau8825.c