Skip to content

Commit 2646b43

Browse files
ujfalusitiwai
authored andcommitted
ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
dsp_driver=4 will force the AVS driver stack to be used, it is better to docuement this. Fixes: 1affc44 ("ASoC: Intel: avs: PCI driver implementation") Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Cezary Rojewski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 4ecb16d commit 2646b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
static int dsp_driver;
1919

2020
module_param(dsp_driver, int, 0444);
21-
MODULE_PARM_DESC(dsp_driver, "Force the DSP driver for Intel DSP (0=auto, 1=legacy, 2=SST, 3=SOF)");
21+
MODULE_PARM_DESC(dsp_driver, "Force the DSP driver for Intel DSP (0=auto, 1=legacy, 2=SST, 3=SOF, 4=AVS)");
2222

2323
#define FLAG_SST BIT(0)
2424
#define FLAG_SOF BIT(1)

0 commit comments

Comments
 (0)