From: Pierre-Louis Bossart Date: Thu, 9 Apr 2020 18:44:15 +0000 (-0500) Subject: ASoC: SOF: Intel: hda: log number of microphones detected in NHLT tables X-Git-Tag: v5.8-rc1~47^2^2~180^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=642646cc4f84e1a7a0002f8ac4660576011abffe;p=users%2Fjedix%2Flinux-maple.git ASoC: SOF: Intel: hda: log number of microphones detected in NHLT tables Log the information extracted from NHLT tables to help support users who report non-functional digital mics with SOF. Signed-off-by: Pierre-Louis Bossart Reviewed-by: Ranjani Sridharan Reviewed-by: Guennadi Liakhovetski Reviewed-by: Kai Vehmanen Link: https://lore.kernel.org/r/20200409184416.15591-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/intel/hda.c b/sound/soc/sof/intel/hda.c index 6cbe2edc868c..263937357ea3 100644 --- a/sound/soc/sof/intel/hda.c +++ b/sound/soc/sof/intel/hda.c @@ -1006,6 +1006,10 @@ static int hda_generic_machine_select(struct snd_sof_dev *sdev) if (!tplg_filename) return -EINVAL; + dev_info(bus->dev, + "DMICs detected in NHLT tables: %d\n", + dmic_num); + pdata->machine = hda_mach; pdata->tplg_filename = tplg_filename; }