Message ID | 20220919123617.44096-1-pierre-louis.bossart@linux.intel.com |
---|---|
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 512DEECAAD3 for <alsa-devel@archiver.kernel.org>; Mon, 19 Sep 2022 12:37:38 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 80653826; Mon, 19 Sep 2022 14:36:46 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 80653826 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1663591056; bh=y4XZKMyz2BLPm3acYeIG4Vt/JgXp+5y/GPxRCBxaNIs=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Xs+oreC7mCk1WTZ0nKT39EVl3gVvO6g+vqZ/htXAcoJaXJSTt4ley/hJcJWtIN2bt Nbx6KfZhT0Ls9gUNTR+/Pin+TH7o4uPfeAGkSuXPWfMQsbNR3W4ZxmCihr7CLFLd7s YpdTXe62Me0rRyT/9+DiRsBTBqIBXdwlSN52En7A= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 2B6EEF8023A; Mon, 19 Sep 2022 14:36:46 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5FF3BF8032B; Mon, 19 Sep 2022 14:36:45 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 157C6F8016D for <alsa-devel@alsa-project.org>; Mon, 19 Sep 2022 14:36:41 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 157C6F8016D Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="B4xzkXKT" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663591003; x=1695127003; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=y4XZKMyz2BLPm3acYeIG4Vt/JgXp+5y/GPxRCBxaNIs=; b=B4xzkXKTv7b4mpbxTlx3r+ypQz1J0HEyfgZ0VuoGYv8oV8Xst19yHOdA Acb7jTtVGDMAfcv30efGkSsqDiHNkkIKtio6s336b5n8/GEGEvLZsKIIo ZKqI9nk+0wKkZn/Toy0iDgskAP5ML1YJwMFALXpUlY0KPHzasUw+SacPu DbkOswPQygF+/P8YYcyvCRWPPxh6to2gEmGC+utszUHHudVtN89mHqjOi WxoPhZVkiGkeY0CJ93Zfis8rbm+pWYIvlEGGYPbeZAye2atordRZELe9O q6i6exNd5WCUhBG8cFFR6RpVmjSKV16iLSCxNLxuLvooFvPbzsJiY/wWi A==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="385676928" X-IronPort-AV: E=Sophos;i="5.93,327,1654585200"; d="scan'208";a="385676928" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 05:36:39 -0700 X-IronPort-AV: E=Sophos;i="5.93,327,1654585200"; d="scan'208";a="707549734" Received: from amagnus-mobl2.ger.corp.intel.com (HELO pbossart-mobl3.home) ([10.249.46.168]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 05:36:36 -0700 From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> To: alsa-devel@alsa-project.org Subject: [PATCH 0/4] ASoC: SOF: Add SKL/KBL support for IPC4 CI tests Date: Mon, 19 Sep 2022 14:36:13 +0200 Message-Id: <20220919123617.44096-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: tiwai@suse.de, Cezary Rojewski <cezary.rojewski@intel.com>, broonie@kernel.org, Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" <alsa-devel.alsa-project.org> List-Unsubscribe: <https://mailman.alsa-project.org/mailman/options/alsa-devel>, <mailto:alsa-devel-request@alsa-project.org?subject=unsubscribe> List-Archive: <http://mailman.alsa-project.org/pipermail/alsa-devel/> List-Post: <mailto:alsa-devel@alsa-project.org> List-Help: <mailto:alsa-devel-request@alsa-project.org?subject=help> List-Subscribe: <https://mailman.alsa-project.org/mailman/listinfo/alsa-devel>, <mailto:alsa-devel-request@alsa-project.org?subject=subscribe> Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" <alsa-devel-bounces@alsa-project.org> |
Series |
ASoC: SOF: Add SKL/KBL support for IPC4 CI tests
|
expand
|