* [PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP
@ 2020-11-17 14:52 Gustaw Lewandowski
2020-11-17 15:08 ` Rojewski, Cezary
2020-11-19 17:08 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Gustaw Lewandowski @ 2020-11-17 14:52 UTC (permalink / raw)
To: alsa-devel
Cc: cezary.rojewski, patch, tiwai, lgirdwood, pierre-louis.bossart,
Gustaw Lewandowski, broonie, Piotr Maziarz
From: Piotr Maziarz <piotrx.maziarz@linux.intel.com>
Select WANT_DEV_COREDUMP for catpt driver.
Signed-off-by: Piotr Maziarz <piotrx.maziarz@linux.intel.com>
Signed-off-by: Gustaw Lewandowski <gustaw.lewandowski@linux.intel.com>
--
Changes in v2:
- change should be added to catpt only
---
sound/soc/intel/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index a5b446d5af19..52ae7c981f56 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -24,6 +24,7 @@ config SND_SOC_INTEL_CATPT
depends on DMADEVICES && SND_DMA_SGBUF
select DW_DMAC_CORE
select SND_SOC_ACPI_INTEL_MATCH
+ select WANT_DEV_COREDUMP
help
Enable support for Intel(R) Haswell and Broadwell platforms
with I2S codec present. This is a recommended option.
--
2.29.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP
2020-11-17 14:52 [PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP Gustaw Lewandowski
@ 2020-11-17 15:08 ` Rojewski, Cezary
2020-11-19 17:08 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Rojewski, Cezary @ 2020-11-17 15:08 UTC (permalink / raw)
To: Gustaw Lewandowski, alsa-devel@alsa-project.org
Cc: pierre-louis.bossart@linux.intel.com, patch@alsa-project.org,
tiwai@suse.de, lgirdwood@gmail.com, Piotr Maziarz,
broonie@kernel.org
On 2020-11-17 3:52 PM, Gustaw Lewandowski wrote:
> From: Piotr Maziarz <piotrx.maziarz@linux.intel.com>
>
> Select WANT_DEV_COREDUMP for catpt driver.
>
> Signed-off-by: Piotr Maziarz <piotrx.maziarz@linux.intel.com>
> Signed-off-by: Gustaw Lewandowski <gustaw.lewandowski@linux.intel.com>
>
Thanks for this update, Gustaw.
Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
> --
> Changes in v2:
> - change should be added to catpt only
> ---
> sound/soc/intel/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
> index a5b446d5af19..52ae7c981f56 100644
> --- a/sound/soc/intel/Kconfig
> +++ b/sound/soc/intel/Kconfig
> @@ -24,6 +24,7 @@ config SND_SOC_INTEL_CATPT
> depends on DMADEVICES && SND_DMA_SGBUF
> select DW_DMAC_CORE
> select SND_SOC_ACPI_INTEL_MATCH
> + select WANT_DEV_COREDUMP
> help
> Enable support for Intel(R) Haswell and Broadwell platforms
> with I2S codec present. This is a recommended option.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP
2020-11-17 14:52 [PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP Gustaw Lewandowski
2020-11-17 15:08 ` Rojewski, Cezary
@ 2020-11-19 17:08 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2020-11-19 17:08 UTC (permalink / raw)
To: Gustaw Lewandowski, alsa-devel
Cc: cezary.rojewski, patch, tiwai, lgirdwood, pierre-louis.bossart,
Piotr Maziarz
On Tue, 17 Nov 2020 15:52:23 +0100, Gustaw Lewandowski wrote:
> Select WANT_DEV_COREDUMP for catpt driver.
>
> Signed-off-by: Piotr Maziarz <piotrx.maziarz@linux.intel.com>
> Signed-off-by: Gustaw Lewandowski <gustaw.lewandowski@linux.intel.com>
>
> --
> Changes in v2:
> - change should be added to catpt only
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: Intel: catpt: select WANT_DEV_COREDUMP
commit: 73ea3a5dbbefa792746e258e267a1e066a6ac855
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:[~2020-11-19 17:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17 14:52 [PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP Gustaw Lewandowski
2020-11-17 15:08 ` Rojewski, Cezary
2020-11-19 17:08 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox