From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Message-ID: Date: Tue, 12 Apr 2022 17:34:35 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-US To: devel-kernel@lists.altlinux.org References: <09f9c941-2dba-e80a-163a-fa72bc307d66@basealt.ru> <20220407111517.1567092-1-nickel@altlinux.org> <20220407193224.x7zysltcd36zqsax@altlinux.org> From: Nikolai Kostrigin In-Reply-To: <20220407193224.x7zysltcd36zqsax@altlinux.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [d-kernel] [PATCH v2 1/9] ASoC: Intel: add machine driver for SOF+ES8336 X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2022 14:34:39 -0000 Archived-At: List-Archive: List-Post: 07.04.2022 22:32, Vitaly Chikunov пишет: > Спасибо. > > Pls, шлите в следующий раз патчсет без In-Reply-To, а просто как новый > птчсет (v2). > Хорошо. На всякий случай уточню, т.к. 0й патч оторвался в другой тред почему-то [1] : все эти патчи только для ядер 5.15 (un-def в p10) [d-kernel] [PATCH 0/9] *** backport support for ES83x6 codec in I2S mode for CML/CNL platforms to 5.15.x *** [1] https://lists.altlinux.org/pipermail/devel-kernel/2022-April/007457.html > Explicit In-Reply-To headers > ---------------------------- > > [ ... ] However, for a multi-patch series, it is generally > best to avoid using In-Reply-To: to link to older versions of the > series. This way multiple versions of the patch don't become an > unmanageable forest of references in email clients. If a link is > helpful, you can use the https://lore.kernel.org/ redirector (e.g., in > the cover email text) to link to an earlier version of the patch series. > > > > On Thu, Apr 07, 2022 at 02:15:09PM +0300, nickel@altlinux.org wrote: >> From: Vasily Vinogradov >> >> Backport from 5.17 >> Based on upstream commit a164137ce91a95a1a5e2f2ca381741aa5ba14b63 >> >> Link: https://lore.kernel.org/r/20211004213512.220836-4-pierre-louis.bossart@linux.intel.com >> Signed-off-by: Vasily Vinogradov >> Signed-off-by: Nikolai Kostrigin >> --- >> sound/hda/intel-dsp-config.c | 24 +- >> sound/soc/codecs/es8316.c | 1 + >> sound/soc/intel/boards/Kconfig | 13 + >> sound/soc/intel/boards/Makefile | 2 + >> sound/soc/intel/boards/sof_es8336.c | 569 ++++++++++++++++++ >> .../intel/common/soc-acpi-intel-bxt-match.c | 6 + >> .../intel/common/soc-acpi-intel-cml-match.c | 6 + >> .../intel/common/soc-acpi-intel-glk-match.c | 7 +- >> .../intel/common/soc-acpi-intel-jsl-match.c | 6 + >> .../intel/common/soc-acpi-intel-tgl-match.c | 6 + >> 10 files changed, 627 insertions(+), 13 deletions(-) >> create mode 100644 sound/soc/intel/boards/sof_es8336.c > _______________________________________________ > devel-kernel mailing list > devel-kernel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-kernel -- Best regards, Nikolai Kostrigin