Skip to content

Commit d250e1d

Browse files
committed
fixup! ASoC: SOF: IPC4: set the BE DAI ops
Add the same debug message for IPC4 and IPC3 for consistency. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 1aad2e2 commit d250e1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sound/soc/sof/intel/hda-dai.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,9 @@ static int ipc4_hda_link_dma_trigger(struct snd_pcm_substream *substream,
464464
struct snd_soc_dai *cpu_dai;
465465
int ret;
466466

467+
dev_dbg(dai->dev, "%s: cmd=%d dai %s direction %d\n", __func__, cmd,
468+
dai->name, substream->stream);
469+
467470
hstream = substream->runtime->private_data;
468471
rtd = asoc_substream_to_rtd(substream);
469472
cpu_dai = asoc_rtd_to_cpu(rtd, 0);

0 commit comments

Comments
 (0)