All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail
@ 2016-11-30 13:57 Takashi Iwai
  2016-11-30 16:30 ` Vinod Koul
  2016-11-30 17:16 ` Applied "ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Takashi Iwai @ 2016-11-30 13:57 UTC (permalink / raw)
  To: Mark Brown; +Cc: Vinod Koul, alsa-devel, Liam Girdwood, Pierre-Louis Bossart

Add the missing ACPI ID 10EC5672 for Cherry Trail, which bounds with
cht-bsw-rt5672 driver.  This combination was found on Dell Wyse 3040.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
Resent, as I forgot Cc to alsa-devel ML, sorry!

 sound/soc/intel/atom/sst/sst_acpi.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index 0a88537ca58a..f4d92bbc5373 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -452,6 +452,8 @@ static struct sst_acpi_mach sst_acpi_bytcr[] = {
 static struct sst_acpi_mach sst_acpi_chv[] = {
 	{"10EC5670", "cht-bsw-rt5672", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
 						&chv_platform_data },
+	{"10EC5672", "cht-bsw-rt5672", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
+						&chv_platform_data },
 	{"10EC5645", "cht-bsw-rt5645", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
 						&chv_platform_data },
 	{"10EC5650", "cht-bsw-rt5645", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
-- 
2.10.2

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

* Re: [PATCH resend] ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail
  2016-11-30 13:57 [PATCH resend] ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail Takashi Iwai
@ 2016-11-30 16:30 ` Vinod Koul
  2016-11-30 17:16 ` Applied "ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2016-11-30 16:30 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood, Pierre-Louis Bossart

On Wed, Nov 30, 2016 at 02:57:47PM +0100, Takashi Iwai wrote:
> Add the missing ACPI ID 10EC5672 for Cherry Trail, which bounds with
> cht-bsw-rt5672 driver.  This combination was found on Dell Wyse 3040.

And again :)

Acked-by: Vinod Koul <vinod.koul@intel.com>

-- 
~Vinod

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

* Applied "ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail" to the asoc tree
  2016-11-30 13:57 [PATCH resend] ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail Takashi Iwai
  2016-11-30 16:30 ` Vinod Koul
@ 2016-11-30 17:16 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2016-11-30 17:16 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Vinod Koul, alsa-devel, Mark Brown, Liam Girdwood,
	Pierre-Louis Bossart

The patch

   ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

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

>From 6648eb8666af7681e6ff3830ca715e8255f17078 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Wed, 30 Nov 2016 14:56:26 +0100
Subject: [PATCH] ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry
 Trail

Add the missing ACPI ID 10EC5672 for Cherry Trail, which bounds with
cht-bsw-rt5672 driver.  This combination was found on Dell Wyse 3040.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/intel/atom/sst/sst_acpi.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index ba5c0d71720a..4461b6521740 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -451,6 +451,8 @@ static struct sst_acpi_mach sst_acpi_bytcr[] = {
 static struct sst_acpi_mach sst_acpi_chv[] = {
 	{"10EC5670", "cht-bsw-rt5672", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
 						&chv_platform_data },
+	{"10EC5672", "cht-bsw-rt5672", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
+						&chv_platform_data },
 	{"10EC5645", "cht-bsw-rt5645", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
 						&chv_platform_data },
 	{"10EC5650", "cht-bsw-rt5645", "intel/fw_sst_22a8.bin", "cht-bsw", NULL,
-- 
2.10.2

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

end of thread, other threads:[~2016-11-30 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 13:57 [PATCH resend] ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail Takashi Iwai
2016-11-30 16:30 ` Vinod Koul
2016-11-30 17:16 ` Applied "ASoC: Intel: Add missing 10EC5672 ACPI ID matching for Cherry Trail" to the asoc tree 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.