Skip to content

Commit b87a468

Browse files
authored
Merge pull request #12 from xiulipan/machinedriverfix
machine driver update for UP2
2 parents b0e1f51 + 675767c commit b87a468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sound/soc/intel/boards/bxt_pcm512x.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static struct snd_soc_dai_link dailink[] = {
108108
{
109109
.name = "SSP5-Codec",
110110
.id = 0,
111-
.cpu_dai_name = "sof-audio",
111+
.cpu_dai_name = "SSP5 Pin",
112112
.platform_name = "sof-audio",
113113
.no_pcm = 1,
114114
.codec_dai_name = "pcm512x-hifi",
@@ -119,6 +119,7 @@ static struct snd_soc_dai_link dailink[] = {
119119
.be_hw_params_fixup = codec_fixup,
120120
.nonatomic = true,
121121
.dpcm_playback = 1,
122+
.dpcm_capture = 1,
122123
},
123124
};
124125

0 commit comments

Comments
 (0)