Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rt715: add vendor clear control register
@ 2024-04-15  6:27 Jack Yu
  2024-04-15 20:37 ` Pierre-Louis Bossart
  2024-04-16 10:50 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Yu @ 2024-04-15  6:27 UTC (permalink / raw)
  To: broonie@kernel.org, lgirdwood@gmail.com
  Cc: alsa-devel@alsa-project.org, lars@metafoo.de,
	pierre-louis.bossart@intel.com, bard.liao@intel.com,
	Flove(HsinFu), Oder Chiou, Shuming [范書銘],
	Derek [方德義], Jack Yu

[-- Attachment #1: Type: text/plain, Size: 674 bytes --]

Add vendor clear control register in readable register's
callback function. This prevents an access failure reported
in Intel CI tests.

Signed-off-by: Jack Yu <jack.yu@realtek.com>
---
 sound/soc/codecs/rt715-sdw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/rt715-sdw.c b/sound/soc/codecs/rt715-sdw.c
index 24b3443aeb02..ec255ada44e0 100644
--- a/sound/soc/codecs/rt715-sdw.c
+++ b/sound/soc/codecs/rt715-sdw.c
@@ -111,6 +111,7 @@ static bool rt715_readable_register(struct device *dev, unsigned int reg)
 	case 0x839d:
 	case 0x83a7:
 	case 0x83a9:
+	case 0x752001:
 	case 0x752039:
 		return true;
 	default:
-- 
2.34.1


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 5323 bytes --]

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

* Re: [PATCH] ASoC: rt715: add vendor clear control register
  2024-04-15  6:27 [PATCH] ASoC: rt715: add vendor clear control register Jack Yu
@ 2024-04-15 20:37 ` Pierre-Louis Bossart
  2024-04-16 10:50 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Pierre-Louis Bossart @ 2024-04-15 20:37 UTC (permalink / raw)
  To: Jack Yu, broonie@kernel.org, lgirdwood@gmail.com
  Cc: alsa-devel@alsa-project.org, lars@metafoo.de,
	pierre-louis.bossart@intel.com, bard.liao@intel.com,
	Flove(HsinFu), Oder Chiou, Shuming [范書銘],
	Derek [方德義]



On 4/15/24 01:27, Jack Yu wrote:
> Add vendor clear control register in readable register's
> callback function. This prevents an access failure reported
> in Intel CI tests.
> 
> Signed-off-by: Jack Yu <jack.yu@realtek.com>

Closes: https://github.com/thesofproject/linux/issues/4860
Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

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

* Re: [PATCH] ASoC: rt715: add vendor clear control register
  2024-04-15  6:27 [PATCH] ASoC: rt715: add vendor clear control register Jack Yu
  2024-04-15 20:37 ` Pierre-Louis Bossart
@ 2024-04-16 10:50 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2024-04-16 10:50 UTC (permalink / raw)
  To: lgirdwood, Jack Yu
  Cc: alsa-devel, lars, pierre-louis.bossart, bard.liao, Flove(HsinFu),
	Oder Chiou, Shuming [范書銘],
	Derek [方德義]

On Mon, 15 Apr 2024 06:27:23 +0000, Jack Yu wrote:
> Add vendor clear control register in readable register's
> callback function. This prevents an access failure reported
> in Intel CI tests.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: rt715: add vendor clear control register
      commit: cebfbc89ae2552dbb58cd9b8206a5c8e0e6301e9

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:[~2024-04-16 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15  6:27 [PATCH] ASoC: rt715: add vendor clear control register Jack Yu
2024-04-15 20:37 ` Pierre-Louis Bossart
2024-04-16 10:50 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox