From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 7 Apr 2022 22:32:24 +0300 From: Vitaly Chikunov To: ALT Linux kernel packages development Message-ID: <20220407193224.x7zysltcd36zqsax@altlinux.org> References: <09f9c941-2dba-e80a-163a-fa72bc307d66@basealt.ru> <20220407111517.1567092-1-nickel@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220407111517.1567092-1-nickel@altlinux.org> 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: Thu, 07 Apr 2022 19:32:25 -0000 Archived-At: List-Archive: List-Post: Спасибо. Pls, шлите в следующий раз патчсет без In-Reply-To, а просто как новый птчсет (v2). 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