]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Fri, 7 Jun 2024 06:00:21 +0000 (09:00 +0300)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jun 2024 12:11:43 +0000 (14:11 +0200)
dsp_driver=4 will force the AVS driver stack to be used, it is better to
docuement this.

Fixes: 1affc44ea5dd ("ASoC: Intel: avs: PCI driver implementation")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20240607060021.11503-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/intel-dsp-config.c

index 537863447358e078d1d605d29f548352b8c80934..478d2b50c571de4a10a21f8bc504a03da2f07e5b 100644 (file)
@@ -18,7 +18,7 @@
 static int dsp_driver;
 
 module_param(dsp_driver, int, 0444);
-MODULE_PARM_DESC(dsp_driver, "Force the DSP driver for Intel DSP (0=auto, 1=legacy, 2=SST, 3=SOF)");
+MODULE_PARM_DESC(dsp_driver, "Force the DSP driver for Intel DSP (0=auto, 1=legacy, 2=SST, 3=SOF, 4=AVS)");
 
 #define FLAG_SST                       BIT(0)
 #define FLAG_SOF                       BIT(1)