Skip to content

Commit 80a5780

Browse files
committed
ASoC: Intel: bdw-rt5677: fix non BE conversion
When SOF is used, the normal links are converted into DPCM ones. This generates an error [ 58.276668] bdw-rt5677 bdw-rt5677: CPU DAI spi-RT5677AA:00 for rtd Wake on Voice does not support playback [ 58.276676] bdw-rt5677 bdw-rt5677: ASoC: can't create pcm Wake on Voice :-22 Fix by forcing the capture direction. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent f293c40 commit 80a5780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/intel/boards/bdw-rt5677.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ static struct snd_soc_dai_link bdw_rt5677_dais[] = {
367367
{
368368
.name = "Codec DSP",
369369
.stream_name = "Wake on Voice",
370+
.capture_only = 1,
370371
.ops = &bdw_rt5677_dsp_ops,
371372
SND_SOC_DAILINK_REG(dsp),
372373
},

0 commit comments

Comments
 (0)