Skip to content

Commit a6947c9

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: SOF: Intel: hda: Fix SKL dai count
With fourth pin added for iDisp for skl_dai, update SOF_SKL_DAI_NUM to account for the change. Without this, dais from the bottom of the list are skipped. In current state that's the case for 'Alt Analog CPU DAI'. Fixes: ac42b14 ("ASoC: SOF: Intel: hda: Add iDisp4 DAI") Signed-off-by: Cezary Rojewski <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8ab6ddc commit a6947c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sof/intel/hda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345

346346
/* Number of DAIs */
347347
#if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA)
348-
#define SOF_SKL_NUM_DAIS 14
348+
#define SOF_SKL_NUM_DAIS 15
349349
#else
350350
#define SOF_SKL_NUM_DAIS 8
351351
#endif

0 commit comments

Comments
 (0)