1
0
Fork 0

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: Sameer Pujar <spujar@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Thierry Reding 2018-12-03 16:53:16 +01:00 committed by Takashi Iwai
parent 22b3b41c70
commit 350355e339
1 changed files with 1 additions and 1 deletions

View File

@ -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;