ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18
authorVitaly Rodionov <vitalyr@opensource.cirrus.com>
Sat, 6 Mar 2021 11:19:31 +0000 (11:19 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sun, 7 Mar 2021 08:17:30 +0000 (09:17 +0100)
commitb95a913cb368edcb606d844a6dc6240093d87020
tree11e5fc94669d9f5e1b7933221ff721536f6f8764
parent59117306e0d0e152acb72e89cc22f060a3c6a50a
ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18

In preparation to support Cirrus Logic CS8409 HDA bridge on new Dell platforms
it is nessasary to increase AUTO_CFG_MAX_INS and AUTO_CFG_NUM_INPUTS values.
Currently AUTO_CFG_MAX_INS is limited to 8, but Cirrus Logic HDA bridge CS8409
has 18 input pins, 16 ASP receivers and 2 DMIC inputs. We have to increase this
value to 18, so generic code can handle this correctly.

Tested on DELL Inspiron-3505, DELL Inspiron-3501, DELL Inspiron-3500

Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20210306111934.4832-2-vitalyr@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.h
sound/pci/hda/hda_local.h