Lines Matching defs:dsp_driver
16 static int dsp_driver;
18 module_param(dsp_driver, int, 0444);
19 MODULE_PARM_DESC(dsp_driver, "Force the DSP driver for Intel DSP (0=auto, 1=legacy, 2=SST, 3=SOF)");
629 if (dsp_driver > 0 && dsp_driver <= SND_INTEL_DSP_DRIVER_LAST)
630 return dsp_driver;
751 if (dsp_driver > SND_INTEL_DSP_DRIVER_LEGACY && dsp_driver <= SND_INTEL_DSP_DRIVER_LAST)
752 return dsp_driver;
754 if (dsp_driver == SND_INTEL_DSP_DRIVER_LEGACY) {
755 dev_warn(dev, "dsp_driver parameter %d not supported, using automatic detection\n",