All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
@ 2022-10-31 19:56 Pierre-Louis Bossart
  2022-11-01 10:53 ` Takashi Iwai
  2022-11-01 18:28 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Louis Bossart @ 2022-10-31 19:56 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Bard Liao, Pierre-Louis Bossart

Yet another hardware variant we need to handle.

Link: https://github.com/thesofproject/linux/issues/3873
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
 sound/hda/intel-dsp-config.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
index b9eb3208f288..ae31bb127594 100644
--- a/sound/hda/intel-dsp-config.c
+++ b/sound/hda/intel-dsp-config.c
@@ -320,6 +320,11 @@ static const struct config_entry config_table[] = {
 			{}
 		}
 	},
+	{
+		.flags = FLAG_SOF,
+		.device = 0x34c8,
+		.codec_hid =  &essx_83x6,
+	},
 	{
 		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
 		.device = 0x34c8,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
  2022-10-31 19:56 [PATCH] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake Pierre-Louis Bossart
@ 2022-11-01 10:53 ` Takashi Iwai
  2022-11-01 18:28 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2022-11-01 10:53 UTC (permalink / raw)
  To: Pierre-Louis Bossart; +Cc: alsa-devel, broonie, Bard Liao

On Mon, 31 Oct 2022 20:56:39 +0100,
Pierre-Louis Bossart wrote:
> 
> Yet another hardware variant we need to handle.
> 
> Link: https://github.com/thesofproject/linux/issues/3873
> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>

I think that's ALSA HD-audio stuff, but it would make sense only with
the combination of the change in ASoC side.  So it's better to go
through Mark's tree.

Reviewed-by: Takashi Iwai <tiwai@suse.de>


thanks,

Takashi


> ---
>  sound/hda/intel-dsp-config.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
> index b9eb3208f288..ae31bb127594 100644
> --- a/sound/hda/intel-dsp-config.c
> +++ b/sound/hda/intel-dsp-config.c
> @@ -320,6 +320,11 @@ static const struct config_entry config_table[] = {
>  			{}
>  		}
>  	},
> +	{
> +		.flags = FLAG_SOF,
> +		.device = 0x34c8,
> +		.codec_hid =  &essx_83x6,
> +	},
>  	{
>  		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
>  		.device = 0x34c8,
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
  2022-10-31 19:56 [PATCH] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake Pierre-Louis Bossart
  2022-11-01 10:53 ` Takashi Iwai
@ 2022-11-01 18:28 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-11-01 18:28 UTC (permalink / raw)
  To: alsa-devel, Pierre-Louis Bossart; +Cc: tiwai, Bard Liao

On Mon, 31 Oct 2022 15:56:39 -0400, Pierre-Louis Bossart wrote:
> Yet another hardware variant we need to handle.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
      commit: 5d73263f9e7c54ccb20814dc50809b9deb9e2bc7

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-01 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31 19:56 [PATCH] ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake Pierre-Louis Bossart
2022-11-01 10:53 ` Takashi Iwai
2022-11-01 18:28 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.