Message ID | 20221010120749.716499-1-cezary.rojewski@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 2A200C433FE for <alsa-devel@archiver.kernel.org>; Mon, 10 Oct 2022 11:52:35 +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 23579290A; Mon, 10 Oct 2022 13:51:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 23579290A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1665402753; bh=hH8bb+DYQ5vLzs0wtWMB9nFso9Z8A9gkGBzTJojAi6I=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=uEzU+27CDUYdmc5vrD0LLlUBCavWnjdQU66fzHiPM6btGELtkV2L/Hh5J5/qsbAMI WaeuGEs1bPAJdMhBcJDzZlirHcnmjQBu207gGh1OwJXvX3e9yQ8qM81KB7z6uS7B1X 9xV9rhdVtweL6YkZ3vmWxe6UxcuwqDpG9gPvYq5I= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id BF7C5F8032B; Mon, 10 Oct 2022 13:51:42 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id E666FF80256; Mon, 10 Oct 2022 13:51:40 +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 02683F80155 for <alsa-devel@alsa-project.org>; Mon, 10 Oct 2022 13:51:37 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 02683F80155 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="HyT53yxE" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665402699; x=1696938699; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hH8bb+DYQ5vLzs0wtWMB9nFso9Z8A9gkGBzTJojAi6I=; b=HyT53yxERGirVvulToWaMdSA4lFHCwsF1LkqDGa0mrd82vGsWLQQLsE2 Tv+v6Tk4UkD8jnY8ursogl17GbwbrMqdj7fHUprYN9rJPlQw+rOGZ/3QO l4NhskKxLwCHzuZ+bb13rXK09o6l2wixDNfcmHfYw3qXtdivj2PgENjQa fmdc04Qkq/1YI/CR96wOqziAJORAcQEnSS7+oGLL/q5PPsgYpYK1RTsfW zFGLabFnob9jDpak2KHdxqR4zgnrnsSDsd6UcWi7FsTZSbadIHtTNdMxS dWxFISxFd+/vPaB9ccfiPDpDIx74hg3eUUkwDWFrNkbf2xepdkahJPkZU Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="390513200" X-IronPort-AV: E=Sophos;i="5.95,173,1661842800"; d="scan'208";a="390513200" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Oct 2022 04:51:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="954889029" X-IronPort-AV: E=Sophos;i="5.95,173,1661842800"; d="scan'208";a="954889029" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmsmga005.fm.intel.com with ESMTP; 10 Oct 2022 04:51:34 -0700 From: Cezary Rojewski <cezary.rojewski@intel.com> To: alsa-devel@alsa-project.org, broonie@kernel.org Subject: [PATCH 00/15] ASoC: Intel: avs: Fixes and new boards support Date: Mon, 10 Oct 2022 14:07:34 +0200 Message-Id: <20221010120749.716499-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: Fixes and new boards support
|
expand
|