Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 350355e3 authored by Thierry Reding's avatar Thierry Reding Committed by Takashi Iwai
Browse files

ALSA: hda/tegra - Probe up to 8 codecs



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: default avatarSameer Pujar <spujar@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 22b3b41c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;