Message ID | 20230830153652.217855-1-maarten.lankhorst@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <alsa-devel-bounces@alsa-project.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C09E5C83F10 for <alsa-devel@archiver.kernel.org>; Thu, 31 Aug 2023 08:26:02 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id A2BC984C; Thu, 31 Aug 2023 10:25:10 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz A2BC984C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1693470360; bh=4QYjWeJbzIx++xxRaIl1Hre8UMyZG9wi75buAQ16kiw=; h=From:To:Cc:Subject:Date:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=eOK1kCzJ7UuacGQzWGbxveE0fMi3kKNO5ZTVh+bjeLp5UJ+HgFGAFR8RbHRgVCqwG TK4Y1REuU4Ky1sQSGJRSSp5IUgxfMMn+uivBqTSFuxNc4BLR5cWJTRzy7uIuGYWLVb 4/MC2EfuznXugYzkH5uH3qecnVVKDfQ5aLwhSr2c= Received: by alsa1.perex.cz (Postfix, from userid 50401) id B4B74F8057D; Thu, 31 Aug 2023 10:24:20 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 17D85F8057A; Thu, 31 Aug 2023 10:24:20 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2387AF80158; Wed, 30 Aug 2023 17:37:07 +0200 (CEST) Received: from mblankhorst.nl (lankhorst.se [IPv6:2a02:2308:0:7ec:e79c:4e97:b6c4:f0ae]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id ACD3DF80074; Wed, 30 Aug 2023 17:36:59 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz ACD3DF80074 From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> To: alsa-devel@alsa-project.org Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>, Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>, Cezary Rojewski <cezary.rojewski@intel.com>, Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>, Liam Girdwood <liam.r.girdwood@linux.intel.com>, Peter Ujfalusi <peter.ujfalusi@linux.intel.com>, Bard Liao <yung-chuan.liao@linux.intel.com>, Ranjani Sridharan <ranjani.sridharan@linux.intel.com>, Kai Vehmanen <kai.vehmanen@linux.intel.com>, Mark Brown <broonie@kernel.org>, Daniel Baluta <daniel.baluta@nxp.com>, linux-kernel@vger.kernel.org, sound-open-firmware@alsa-project.org Subject: [PATCH v4 00/11] sound: Use -EPROBE_DEFER instead of i915 module loading. Date: Wed, 30 Aug 2023 17:36:41 +0200 Message-Id: <20230830153652.217855-1-maarten.lankhorst@linux.intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MailFrom: mlankhorst@mblankhorst.nl X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1 Message-ID-Hash: P2SMJAR5CZFOGQJWFMLAYVZHVRLQYXQH X-Message-ID-Hash: P2SMJAR5CZFOGQJWFMLAYVZHVRLQYXQH X-Mailman-Approved-At: Thu, 31 Aug 2023 08:22:37 +0000 X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" <alsa-devel.alsa-project.org> Archived-At: <https://mailman.alsa-project.org/hyperkitty/list/alsa-devel@alsa-project.org/message/P2SMJAR5CZFOGQJWFMLAYVZHVRLQYXQH/> List-Archive: <https://mailman.alsa-project.org/hyperkitty/list/alsa-devel@alsa-project.org/> List-Help: <mailto:alsa-devel-request@alsa-project.org?subject=help> List-Owner: <mailto:alsa-devel-owner@alsa-project.org> List-Post: <mailto:alsa-devel@alsa-project.org> List-Subscribe: <mailto:alsa-devel-join@alsa-project.org> List-Unsubscribe: <mailto:alsa-devel-leave@alsa-project.org> |
Series |
sound: Use -EPROBE_DEFER instead of i915 module loading.
|
expand
|