Skip to content

Commit

Permalink
Merge pull request #12 from xiulipan/machinedriverfix
Browse files Browse the repository at this point in the history
machine driver update for UP2
  • Loading branch information
plbossart authored Jul 10, 2018
2 parents b0e1f51 + 675767c commit b87a468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/intel/boards/bxt_pcm512x.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static struct snd_soc_dai_link dailink[] = {
{
.name = "SSP5-Codec",
.id = 0,
.cpu_dai_name = "sof-audio",
.cpu_dai_name = "SSP5 Pin",
.platform_name = "sof-audio",
.no_pcm = 1,
.codec_dai_name = "pcm512x-hifi",
Expand All @@ -119,6 +119,7 @@ static struct snd_soc_dai_link dailink[] = {
.be_hw_params_fixup = codec_fixup,
.nonatomic = true,
.dpcm_playback = 1,
.dpcm_capture = 1,
},
};

Expand Down

0 comments on commit b87a468

Please sign in to comment.