ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: Nikolai Kostrigin <nickel@basealt.ru>
To: devel-kernel@lists.altlinux.org
Subject: Re: [d-kernel] [PATCH v2 1/9] ASoC: Intel: add machine driver for SOF+ES8336
Date: Tue, 12 Apr 2022 17:34:35 +0300
Message-ID: <d3976608-1b06-d26e-7886-397cd88ba54d@basealt.ru> (raw)
In-Reply-To: <20220407193224.x7zysltcd36zqsax@altlinux.org>



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 <v.vinogradov@aq.ru>
>>
>> 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 <v.vinogradov@aq.ru>
>> Signed-off-by: Nikolai Kostrigin <nickel@altlinux.org>
>> ---
>>   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


  reply	other threads:[~2022-04-12 14:34 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04  6:28 [d-kernel] [PATCH 0/9] *** backport support for ES83x6 codec in I2S mode for CML/CNL platforms to 5.15.x *** nickel
2022-04-04  6:28 ` [d-kernel] (no subject) nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 1/9] commit 0b220578c2aab3d5ac6b693117e8c5d22e8c2b34 nickel
2022-04-04 14:48     ` Vitaly Chikunov
2022-04-04 15:16       ` Nikolai Kostrigin
2022-04-07 11:15         ` [d-kernel] [PATCH v2 1/9] ASoC: Intel: add machine driver for SOF+ES8336 nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 2/9] ASoC: Intel: sof_es8336: Add quirk for inverted jack detect nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 3/9] ASoC: es8316: Add power management nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 4/9] ASoC: es8316: Use increased GPIO debounce time nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 5/9] ASoC: codec: es8326: New codec driver nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 6/9] ALSA: intel-dspconfig: add ES8336 support for CNL nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 7/9] ASoC: Intel: soc-acpi: add ESSX8336 support on Cannon Lake machines nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 8/9] config: CONFIG_SND_SOC_INTEL_SOF_ES8336_MACH=m nickel
2022-04-07 11:15           ` [d-kernel] [PATCH v2 9/9] ASoC: Intel: sof_es8336: add DMI info based pa-enable lookup quirk for CNL-LP models nickel
2022-04-07 19:32           ` [d-kernel] [PATCH v2 1/9] ASoC: Intel: add machine driver for SOF+ES8336 Vitaly Chikunov
2022-04-12 14:34             ` Nikolai Kostrigin [this message]
2022-04-14  8:43               ` Vitaly Chikunov
2022-04-14  8:48                 ` Антон Мидюков
2022-04-14  8:52                   ` Vitaly Chikunov
2022-04-14  8:55                   ` Nikolai Kostrigin
2022-04-04  6:28   ` [d-kernel] [PATCH 2/9] commit 79b5808491cf152b808c51fecdafb221fa270cf1 nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 3/9] commit 8143959d503dd6b3c8b9802cee0f1eba82e8d844 nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 4/9] commit 796f9b0189299a221d4c822be216165dd2371852 nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 5/9] commit f6a1611f744dcdd55c5adaf02f193083286dac34 nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 6/9] ALSA: intel-dspconfig: add ES8336 support for CNL nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 7/9] ASoC: Intel: soc-acpi: add ESSX8336 support on Cannon Lake machines nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 8/9] config: CONFIG_SND_SOC_INTEL_SOF_ES8336_MACH=m nickel
2022-04-04  6:28   ` [d-kernel] [PATCH 9/9] ASoC: Intel: sof_es8336: add DMI info based pa-enable lookup quirk for CNL-LP models nickel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d3976608-1b06-d26e-7886-397cd88ba54d@basealt.ru \
    --to=nickel@basealt.ru \
    --cc=devel-kernel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git