All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Multiple headphone codec driver support
@ 2021-10-06 16:18 ` Brent Lu
  0 siblings, 0 replies; 34+ messages in thread
From: Brent Lu @ 2021-10-06 16:18 UTC (permalink / raw)
  To: alsa-devel
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Cezary Rojewski, Pierre-Louis Bossart, Jie Yang, Brent Lu,
	Kai Vehmanen, Guennadi Liakhovetski, Yong Zhi,
	Vamshi Krishna Gopal, linux-kernel, Rander Wang, Bard Liao,
	Malik_Hsu, Libin Yang, Hans de Goede, Charles Keepax, Paul Olaru,
	Curtis Malainey, Mac Chiang, Gongjun Song

Support multiple headphone drivers in same machine driver. In this
case, both rt5682 and rt5682s are supported and enumerated by different
ACPI HID "10EC5682" and "RTL5682".

Brent Lu (3):
  ASoC: soc-acpi: add alternative id field for machine driver matching
  ASoC: Intel: sof_rt5682: detect codec variant in probe function
  ASoC: Intel: sof_rt5682: use id_alt to enumerate rt5682s

 include/sound/soc-acpi.h                      |  2 ++
 sound/soc/intel/boards/sof_rt5682.c           | 34 +++----------------
 .../intel/common/soc-acpi-intel-adl-match.c   |  8 +++++
 .../intel/common/soc-acpi-intel-byt-match.c   |  6 ++++
 .../intel/common/soc-acpi-intel-cht-match.c   |  6 ++++
 .../intel/common/soc-acpi-intel-cml-match.c   |  8 +++++
 .../intel/common/soc-acpi-intel-icl-match.c   |  6 ++++
 .../intel/common/soc-acpi-intel-jsl-match.c   | 32 +++++------------
 .../intel/common/soc-acpi-intel-tgl-match.c   |  8 +++++
 sound/soc/soc-acpi.c                          | 21 +++++++++++-
 10 files changed, 76 insertions(+), 55 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-10-07 13:50 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 16:18 [PATCH 0/3] Multiple headphone codec driver support Brent Lu
2021-10-06 16:18 ` Brent Lu
2021-10-06 16:18 ` [PATCH 1/3] ASoC: soc-acpi: add alternative id field for machine driver matching Brent Lu
2021-10-06 16:18   ` Brent Lu
2021-10-06 16:44   ` Andy Shevchenko
2021-10-06 16:44     ` Andy Shevchenko
2021-10-06 16:50   ` Pierre-Louis Bossart
2021-10-06 16:50     ` Pierre-Louis Bossart
2021-10-06 16:18 ` [PATCH 2/3] ASoC: Intel: sof_rt5682: detect codec variant in probe function Brent Lu
2021-10-06 16:18   ` Brent Lu
2021-10-06 16:18 ` [PATCH 3/3] ASoC: Intel: sof_rt5682: use id_alt to enumerate rt5682s Brent Lu
2021-10-06 16:18   ` Brent Lu
2021-10-06 16:46   ` Andy Shevchenko
2021-10-06 16:46     ` Andy Shevchenko
2021-10-06 17:18   ` Hans de Goede
2021-10-06 17:18     ` Hans de Goede
2021-10-06 17:24     ` Pierre-Louis Bossart
2021-10-06 17:24       ` Pierre-Louis Bossart
2021-10-07  2:46       ` Liao, Bard
2021-10-07  2:46         ` Liao, Bard
2021-10-07 13:49         ` Lu, Brent
2021-10-07 13:49           ` Lu, Brent
2021-10-06 18:34   ` Curtis Malainey
2021-10-06 18:34     ` Curtis Malainey
2021-10-06 18:43     ` Pierre-Louis Bossart
2021-10-06 18:43       ` Pierre-Louis Bossart
2021-10-06 19:21       ` Curtis Malainey
2021-10-06 19:21         ` Curtis Malainey
2021-10-06 19:58         ` Pierre-Louis Bossart
2021-10-06 19:58           ` Pierre-Louis Bossart
2021-10-06 20:07           ` Curtis Malainey
2021-10-06 20:07             ` Curtis Malainey
2021-10-06 16:50 ` [PATCH 0/3] Multiple headphone codec driver support Pierre-Louis Bossart
2021-10-06 16:50   ` Pierre-Louis Bossart

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.