* [PATCH] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
@ 2024-06-07 6:00 Peter Ujfalusi
2024-06-07 7:41 ` Cezary Rojewski
2024-06-13 12:11 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2024-06-07 6:00 UTC (permalink / raw)
To: tiwai, perex; +Cc: linux-sound, pierre-louis.bossart, cezary.rojewski, broonie
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>
---
sound/hda/intel-dsp-config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
index 537863447358..478d2b50c571 100644
--- a/sound/hda/intel-dsp-config.c
+++ b/sound/hda/intel-dsp-config.c
@@ -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)
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
2024-06-07 6:00 [PATCH] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option Peter Ujfalusi
@ 2024-06-07 7:41 ` Cezary Rojewski
2024-06-13 12:11 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Cezary Rojewski @ 2024-06-07 7:41 UTC (permalink / raw)
To: Peter Ujfalusi, tiwai, perex; +Cc: linux-sound, pierre-louis.bossart, broonie
On 2024-06-07 8:00 AM, Peter Ujfalusi wrote:
> 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>
> ---
> sound/hda/intel-dsp-config.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
> index 537863447358..478d2b50c571 100644
> --- a/sound/hda/intel-dsp-config.c
> +++ b/sound/hda/intel-dsp-config.c
> @@ -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)
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
2024-06-07 6:00 [PATCH] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option Peter Ujfalusi
2024-06-07 7:41 ` Cezary Rojewski
@ 2024-06-13 12:11 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2024-06-13 12:11 UTC (permalink / raw)
To: Peter Ujfalusi
Cc: tiwai, perex, linux-sound, pierre-louis.bossart, cezary.rojewski,
broonie
On Fri, 07 Jun 2024 08:00:21 +0200,
Peter Ujfalusi wrote:
>
> 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>
Thanks, applied.
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-13 12:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 6:00 [PATCH] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option Peter Ujfalusi
2024-06-07 7:41 ` Cezary Rojewski
2024-06-13 12:11 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox