Skip to content

Commit f6ee233

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 5d20265 commit f6ee233

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
@@ -468,6 +468,9 @@ static int ipc4_hda_dai_trigger(struct snd_pcm_substream *substream,
468468
struct snd_soc_dai *cpu_dai;
469469
int ret;
470470

471+
dev_dbg(dai->dev, "%s: cmd=%d dai %s direction %d\n", __func__, cmd,
472+
dai->name, substream->stream);
473+
471474
hstream = substream->runtime->private_data;
472475
rtd = asoc_substream_to_rtd(substream);
473476
cpu_dai = asoc_rtd_to_cpu(rtd, 0);

0 commit comments

Comments
 (0)