aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/hda/hda_tegra.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-12-03 16:53:16 +0100
committerTakashi Iwai <tiwai@suse.de>2018-12-03 16:54:55 +0100
commit350355e339312d6ac048086a4c5f6d0ea0bf915f (patch)
tree845667227073fc188d48aa836a8fdbdc6e0c6be3 /sound/pci/hda/hda_tegra.c
parentMerge branch 'topic/leds-trigger' into for-next (diff)
downloadwireguard-linux-350355e339312d6ac048086a4c5f6d0ea0bf915f.tar.xz
wireguard-linux-350355e339312d6ac048086a4c5f6d0ea0bf915f.zip
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>
Diffstat (limited to 'sound/pci/hda/hda_tegra.c')
-rw-r--r--sound/pci/hda/hda_tegra.c2
1 files changed, 1 insertions, 1 deletions
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;