ALSA: hda - Increase the max depth of widget connections
Old codecs like AD1986A tend to have long paths as they were just made
to be the way like AC97. The current max depth 5 can be too short for
such devices.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h
index 417ab65..89ad877 100644
--- a/sound/pci/hda/hda_generic.h
+++ b/sound/pci/hda/hda_generic.h
@@ -37,7 +37,7 @@
* vol_ctl and mute_ctl contains the NIDs for the assigned mixers
*/
-#define MAX_NID_PATH_DEPTH 5
+#define MAX_NID_PATH_DEPTH 10
enum {
NID_PATH_VOL_CTL,