ALSA/hda: intel-dsp-config: reduce log verbosity
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 27 May 2024 19:38:08 +0000 (14:38 -0500)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 May 2024 11:07:51 +0000 (13:07 +0200)
commite662c90a6debc3bd8d8eff916ad21d9ec458dfcd
treeb416a13367c7fbd233430260105619c253b1f00e
parenta200df7deb3186cd7b55abb77ab96dfefb8a4f09
ALSA/hda: intel-dsp-config: reduce log verbosity

The information on PCI class/subclass was interesting in the Skylake
timeframe, since the DSP was only enabled on a limited number of
platforms. Now most Intel platforms do enable the DSP, so the
information is less interesting to log.

When a DSP driver is used, the common helper may be called multiple
times due to deferred probes, but there's no reason to print the same
information multiple times. Using dev_info_once() covers all the
existing usages for internal cards with DSPs. External cards don't
rely on DSPs so far.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20240527193808.165652-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/intel-dsp-config.c