Skip to content

Commit

Permalink
ALSA: hda/tegra - Probe up to 8 codecs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding authored and Takashi Iwai committed Dec 3, 2018
1 parent 22b3b41 commit 350355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/hda_tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 350355e

Please sign in to comment.