linux/sound/soc/sof
Takashi Iwai 8872fc0d04 ASoC: SOF: hda: Set max DMA segment size
The recent code refactoring to use the standard DMA helper requires
the max	DMA segment size setup for SG list management.	Without	it,
the kernel may spew warnings when a large buffer is allocated.

This patch sets	up dma_set_max_seg_size() for avoiding spurious
warnings.

Fixes: 2c95b92ecd ("ALSA: memalloc: Unify x86 SG-buffer handling (take#3)")
Acked-by: Mark Brown <broonie@kernel.org>
Cc: <stable@vger.kernel.org>
BugLink: https://github.com/thesofproject/linux/issues/3430
Link: https://lore.kernel.org/r/20220215132756.31236-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-02-17 09:39:10 +01:00
..
amd ASoC: SOF: AMD: simplify return status handling 2021-12-21 18:05:39 +00:00
imx ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameter 2021-12-23 13:38:26 +00:00
intel ASoC: SOF: hda: Set max DMA segment size 2022-02-17 09:39:10 +01:00
mediatek ASoC: SOF: OF: Avoid reverse module dependency 2021-12-15 14:02:50 +00:00
xtensa ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stack 2021-12-23 13:38:25 +00:00
compress.c
control.c ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data() 2021-12-15 22:16:47 +00:00
core.c ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameter 2021-12-23 13:38:26 +00:00
debug.c ASoC: SOF: debug: Use DEBUG log level for optional prints 2021-12-23 13:38:29 +00:00
ipc.c ASoC: SOF: ipc: Only allow sending of an IPC in SOF_FW_BOOT_COMPLETE state 2021-12-23 13:38:19 +00:00
Kconfig ASoC: SOF: Kconfig: Make the SOF_DEVELOPER_SUPPORT depend on SND_SOC_SOF 2021-12-17 11:06:22 +00:00
loader.c ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during boot 2021-12-23 13:38:20 +00:00
Makefile
nocodec.c
ops.c ASoC: SOF: ops: Always print DSP Panic message but use different message 2021-12-23 13:38:24 +00:00
ops.h ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump() 2021-12-23 13:38:14 +00:00
pcm.c ASoC: SOF: pcm: remove support for RESUME trigger 2021-12-17 11:06:12 +00:00
pm.c ASoC: SOF: pm: Force DSP off on suspend in BOOT_FAILED state also 2021-12-23 13:38:22 +00:00
sof-acpi-dev.c
sof-acpi-dev.h
sof-audio.c ASoC: SOF: avoid casting "const" attribute away 2021-12-17 11:06:16 +00:00
sof-audio.h ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data() 2021-12-15 22:16:47 +00:00
sof-of-dev.c ASoC: SOF: OF: Avoid reverse module dependency 2021-12-15 14:02:50 +00:00
sof-of-dev.h ASoC: SOF: OF: Avoid reverse module dependency 2021-12-15 14:02:50 +00:00
sof-pci-dev.c
sof-pci-dev.h
sof-priv.h ASoC: SOF: Add clarifying comments for sof_core_debug and DSP dump flags 2021-12-23 13:38:27 +00:00
sof-probes.c ASoC: SOF: sof-probes: Constify sof_probe_compr_ops 2021-12-14 13:22:16 +00:00
sof-probes.h ASoC: SOF: sof-probes: Constify sof_probe_compr_ops 2021-12-14 13:22:16 +00:00
stream-ipc.c
topology.c ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directly 2021-12-23 13:38:12 +00:00
trace.c
utils.c