Message ID | 20221027082331.1561740-1-cezary.rojewski@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 ECCA9C38A2D for <alsa-devel@archiver.kernel.org>; Thu, 27 Oct 2022 08:08:16 +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 C699832BC; Thu, 27 Oct 2022 10:07:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C699832BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1666858094; bh=tkbY5LFL7r18EeJ2qCAp4GcL72RB6WncSgRl12YgbM8=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Qgaiku6BMvuL29mgKeD5mAfFMJmtkRPHj6b5bkDD5ck2Yf40dckQ/f/ZV/hlLdTPd PNyS1h5ug7Ep82mtqq90SsnDAVADNItF70ChAWxLLd7Euel54QO9N4TfpTb+wnCBiB equHl/5qjuTJMlf4LLmmAkKIVDcCtozjSM3tq7XI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E6D70F804FE; Thu, 27 Oct 2022 10:07:23 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id D6BDDF804F3; Thu, 27 Oct 2022 10:07:21 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 1664AF80095 for <alsa-devel@alsa-project.org>; Thu, 27 Oct 2022 10:07:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 1664AF80095 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="heck8Xnv" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666858038; x=1698394038; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tkbY5LFL7r18EeJ2qCAp4GcL72RB6WncSgRl12YgbM8=; b=heck8Xnv9KVpN9CzEU5sswXc2Se+bxj/yXveDXM70PoAhOacHuair7A3 /pcZxdQLlyZLEmcxFnRfaA7qbuPwsWLA+V2QMLhHF/X2uGxuvsEgsHgK8 PWAHoeI0K69ycrEDDYKUoT5niOANYOrxmH7xMlbCzR6mU4aVOPhiMByJy 9WPotxn3/GAGxeMlJS8d6d3NzUEJ6rlQF37cbffYE+ItCVP4Cy+itEM8v beR/RMxbWfXvt8TD0MGKz5YYrijl3GgMWINGhmK1XnnzwVfX0U1TcXHEJ 76mf9i1wRqekcghDBIV30L9ZaLwmhjZZ/azzavK3FdE0jsBmg02bULagl A==; X-IronPort-AV: E=McAfee;i="6500,9779,10512"; a="291462688" X-IronPort-AV: E=Sophos;i="5.95,217,1661842800"; d="scan'208";a="291462688" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2022 01:06:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10512"; a="961534787" X-IronPort-AV: E=Sophos;i="5.95,217,1661842800"; d="scan'208";a="961534787" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmsmga005.fm.intel.com with ESMTP; 27 Oct 2022 01:06:55 -0700 From: Cezary Rojewski <cezary.rojewski@intel.com> To: alsa-devel@alsa-project.org, broonie@kernel.org Subject: [PATCH v3 0/9] ASoC: Intel: avs: PCM power management Date: Thu, 27 Oct 2022 10:23:22 +0200 Message-Id: <20221027082331.1561740-1-cezary.rojewski@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Cezary Rojewski <cezary.rojewski@intel.com>, pierre-louis.bossart@linux.intel.com, tiwai@suse.com, hdegoede@redhat.com, amadeuszx.slawinski@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: Intel: avs: PCM power management
|
expand
|