From: Mark Brown Date: Tue, 29 Nov 2022 16:56:44 +0000 (+0000) Subject: ASoC: Intel: avs: Refactor jack handling X-Git-Tag: v6.2-rc1~9^2^2~38 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f4f473f8392534a027f1db5f887ac01a9f0e8905;p=tomoyo%2Ftomoyo-test1.git ASoC: Intel: avs: Refactor jack handling Merge series from Cezary Rojewski : For all the boards included in this patchset, a similar set of changes is proposed: 1) Move jack unassignment from platform_device->remove() to dai_link->exit(). This is done to make jack init and deinit flows symmetric 2) Remove platform_device->remove() function 3) Simplify card->suspend_pre() and card->resume_post() by making use of snd_soc_card_get_codec_dai() helper While bdw_rt286 board - which is utilized by the catpt-driver - is definitely not part of "avs", same treatment applies. And thus decided to make it part of this series instead of sending it separately. --- f4f473f8392534a027f1db5f887ac01a9f0e8905