mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda/tegra - Probe up to 8 codecs
@ 2018-12-03 15:53 Thierry Reding
  2018-12-03 15:53 ` [PATCH 2/2] ALSA: hda/hdmi - Add Tegra186 and Tegra194 support Thierry Reding
  2018-12-03 15:55 ` [PATCH 1/2] ALSA: hda/tegra - Probe up to 8 codecs Takashi Iwai
  0 siblings, 2 replies; 4+ messages in thread
From: Thierry Reding @ 2018-12-03 15:53 UTC (permalink / raw)
  To: Takashi Iwai, Jaroslav Kysela
  Cc: Thierry Reding, Jon Hunter, Sameer Pujar, alsa-devel,
	linux-tegra, linux-kernel

From: Thierry Reding <treding@nvidia.com>

Recent devices support more than the 4 codecs that the AZX core will
probe by default. Probe up to 8 codecs to make sure all of them are
enumerated.

Suggested-by: Sameer Pujar <spujar@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 sound/pci/hda/hda_tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
index 84ea6069d28b..83befd8d43e8 100644
--- a/sound/pci/hda/hda_tegra.c
+++ b/sound/pci/hda/hda_tegra.c
@@ -531,7 +531,7 @@ static void hda_tegra_probe_work(struct work_struct *work)
 		goto out_free;
 
 	/* create codec instances */
-	err = azx_probe_codecs(chip, 0);
+	err = azx_probe_codecs(chip, 8);
 	if (err < 0)
 		goto out_free;
 
-- 
2.19.1


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

end of thread, other threads:[~2018-12-03 15:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03 15:53 [PATCH 1/2] ALSA: hda/tegra - Probe up to 8 codecs Thierry Reding
2018-12-03 15:53 ` [PATCH 2/2] ALSA: hda/hdmi - Add Tegra186 and Tegra194 support Thierry Reding
2018-12-03 15:55   ` Takashi Iwai
2018-12-03 15:55 ` [PATCH 1/2] ALSA: hda/tegra - Probe up to 8 codecs Takashi Iwai

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

Powered by JetHome