Skip to content

Commit 3caf9dc

Browse files
committed
ASoC: SOF: Intel: lnl: Enable offload for UAOL link
The handling of UAOL (USB Audio Offload Link) is similar to SSP and DMIC, it is handled by the DSP firmware. Set the offload enable for it similar to SSP and DMIC. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 20db974 commit 3caf9dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sound/soc/sof/intel/lnl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
#include "lnl.h"
2121
#include <sound/hda-mlink.h>
2222

23-
/* Configure DSP offload for DMIC/SSP */
23+
/* Configure DSP offload for DMIC/SSP/UAOL */
2424
static void hdac_bus_set_dsp_offload(struct hdac_bus *bus, bool enable)
2525
{
2626
hdac_bus_eml_enable_offload(bus, true, AZX_REG_ML_LEPTR_ID_INTEL_SSP, enable);
2727
hdac_bus_eml_enable_offload(bus, true, AZX_REG_ML_LEPTR_ID_INTEL_DMIC, enable);
28+
hdac_bus_eml_enable_offload(bus, true, AZX_REG_ML_LEPTR_ID_INTEL_UAOL, enable);
2829
}
2930

3031
static int lnl_hda_dsp_probe(struct snd_sof_dev *sdev)

0 commit comments

Comments
 (0)