From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE279C83F17 for ; Thu, 31 Aug 2023 10:16:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344192AbjHaKQX (ORCPT ); Thu, 31 Aug 2023 06:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242212AbjHaKQW (ORCPT ); Thu, 31 Aug 2023 06:16:22 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BC93CF4 for ; Thu, 31 Aug 2023 03:16:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693476979; x=1725012979; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=RklcOlR9Ft6ToyxZkI1TycwhFtZjpvj3ZdgDkjh9OkQ=; b=d8jDPowGFhAPnFbIuKcmvLtNdKAeb3BE3gVnHu2XUAIhKR+9cfSni4Ke IzEk6U8L1yR4yUWi8u3KnG4gMchTYnAVpKbaPh0RXeVJ1IwLqDklPo26a 9CrmkePgJsGdrl6ZlvmEABOUwrFBA4wQJZtezuMPA8O5foQy5HpolQliN M5LcmwCo4rO9HaYc04jUmhPrk3CIwudRhPD3QcId9Q95sEZjOfogmGo2o 2APVmlbGHeoo5Gka+UsdLnfeLONjOm7Oaq+LTqOeJg/isl2vg24IvonpW LqTBzIwZNlHHYD82K8l4PGGLlqdnIJU3ankO7/8wVlF2oUkLoTbi1sJjZ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10818"; a="360881880" X-IronPort-AV: E=Sophos;i="6.02,216,1688454000"; d="scan'208";a="360881880" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2023 03:15:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10818"; a="804922362" X-IronPort-AV: E=Sophos;i="6.02,216,1688454000"; d="scan'208";a="804922362" Received: from aslawinx-mobl.ger.corp.intel.com (HELO [10.94.0.91]) ([10.94.0.91]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2023 03:15:48 -0700 Message-ID: <6d5fb09d-4664-3689-4196-607dba10cbba@linux.intel.com> Date: Thu, 31 Aug 2023 12:15:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH v4 08/11] ASoC: Intel: Skylake: Move snd_hdac_i915_init to before probe_work. Content-Language: en-US To: Maarten Lankhorst , alsa-devel@alsa-project.org Cc: Jaroslav Kysela , Takashi Iwai , Cezary Rojewski , Pierre-Louis Bossart , Liam Girdwood , Peter Ujfalusi , Bard Liao , Ranjani Sridharan , Kai Vehmanen , Mark Brown , Daniel Baluta , linux-kernel@vger.kernel.org, sound-open-firmware@alsa-project.org References: <20230830153652.217855-1-maarten.lankhorst@linux.intel.com> <20230830153652.217855-9-maarten.lankhorst@linux.intel.com> From: =?UTF-8?Q?Amadeusz_S=c5=82awi=c5=84ski?= In-Reply-To: <20230830153652.217855-9-maarten.lankhorst@linux.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/30/2023 5:36 PM, Maarten Lankhorst wrote: > Now that we can use -EPROBE_DEFER, it's no longer required to spin off > the snd_hdac_i915_init into a workqueue. It's likely the whole workqueue > can be destroyed, but I don't have the means to test this. > > Removing the workqueue would simplify init even further, but is left > as exercise for the reviewer. > > Signed-off-by: Maarten Lankhorst > Acked-by: Mark Brown > Reviewed-by: Kai Vehmanen Reviewed-by: Amadeusz Sławiński