thesofproject / linux

Linux kernel source tree
Other
91 stars 133 forks source link

ASoC: SOF: Intel: hda-dai: skip tlv for dspless mode #5003

Closed bardliao closed 6 months ago

bardliao commented 6 months ago

sof_ipc4_dma_config_tlv{} is for Audio DSP firmware only. Don't set it in dspless mode.

Fixes: 17386cb1b48b ("ASoC: SOF: Intel: hda-dai: set dma_stream_channel_map device")

bardliao commented 6 months ago

@plbossart This commit can only be cherry pick on top of the https://github.com/thesofproject/linux/commit/17386cb1b48b0d85f69b21ae13d5408d67180e30 ("ASoC: SOF: Intel: hda-dai: set dma_stream_channel_map device") commit. But, it can not be applied with "git am". Should I use another Fixes tag that can apply with "git am"?

plbossart commented 6 months ago

@plbossart This commit can only be cherry pick on top of the 17386cb ("ASoC: SOF: Intel: hda-dai: set dma_stream_channel_map device") commit. But, it can not be applied with "git am". Should I use another Fixes tag that can apply with "git am"?

it's fine as is, the first kernel for LNL is 6.10, so there's no problem.