diff options
| -rw-r--r-- | sound/soc/intel/boards/bytcr_rt5640.c | 4 | ||||
| -rw-r--r-- | sound/soc/intel/boards/bytcr_rt5651.c | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c index 5c7219fb3aa8..9e2a3404a836 100644 --- a/sound/soc/intel/boards/bytcr_rt5640.c +++ b/sound/soc/intel/boards/bytcr_rt5640.c | |||
| @@ -621,7 +621,7 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = { | |||
| 621 | .codec_dai_name = "snd-soc-dummy-dai", | 621 | .codec_dai_name = "snd-soc-dummy-dai", |
| 622 | .codec_name = "snd-soc-dummy", | 622 | .codec_name = "snd-soc-dummy", |
| 623 | .platform_name = "sst-mfld-platform", | 623 | .platform_name = "sst-mfld-platform", |
| 624 | .ignore_suspend = 1, | 624 | .nonatomic = true, |
| 625 | .dynamic = 1, | 625 | .dynamic = 1, |
| 626 | .dpcm_playback = 1, | 626 | .dpcm_playback = 1, |
| 627 | .dpcm_capture = 1, | 627 | .dpcm_capture = 1, |
| @@ -634,7 +634,6 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = { | |||
| 634 | .codec_dai_name = "snd-soc-dummy-dai", | 634 | .codec_dai_name = "snd-soc-dummy-dai", |
| 635 | .codec_name = "snd-soc-dummy", | 635 | .codec_name = "snd-soc-dummy", |
| 636 | .platform_name = "sst-mfld-platform", | 636 | .platform_name = "sst-mfld-platform", |
| 637 | .ignore_suspend = 1, | ||
| 638 | .nonatomic = true, | 637 | .nonatomic = true, |
| 639 | .dynamic = 1, | 638 | .dynamic = 1, |
| 640 | .dpcm_playback = 1, | 639 | .dpcm_playback = 1, |
| @@ -661,6 +660,7 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = { | |||
| 661 | | SND_SOC_DAIFMT_CBS_CFS, | 660 | | SND_SOC_DAIFMT_CBS_CFS, |
| 662 | .be_hw_params_fixup = byt_rt5640_codec_fixup, | 661 | .be_hw_params_fixup = byt_rt5640_codec_fixup, |
| 663 | .ignore_suspend = 1, | 662 | .ignore_suspend = 1, |
| 663 | .nonatomic = true, | ||
| 664 | .dpcm_playback = 1, | 664 | .dpcm_playback = 1, |
| 665 | .dpcm_capture = 1, | 665 | .dpcm_capture = 1, |
| 666 | .init = byt_rt5640_init, | 666 | .init = byt_rt5640_init, |
diff --git a/sound/soc/intel/boards/bytcr_rt5651.c b/sound/soc/intel/boards/bytcr_rt5651.c index 3186f015939f..8164bec63bf1 100644 --- a/sound/soc/intel/boards/bytcr_rt5651.c +++ b/sound/soc/intel/boards/bytcr_rt5651.c | |||
| @@ -235,7 +235,6 @@ static struct snd_soc_dai_link byt_rt5651_dais[] = { | |||
| 235 | .codec_dai_name = "snd-soc-dummy-dai", | 235 | .codec_dai_name = "snd-soc-dummy-dai", |
| 236 | .codec_name = "snd-soc-dummy", | 236 | .codec_name = "snd-soc-dummy", |
| 237 | .platform_name = "sst-mfld-platform", | 237 | .platform_name = "sst-mfld-platform", |
| 238 | .ignore_suspend = 1, | ||
| 239 | .nonatomic = true, | 238 | .nonatomic = true, |
| 240 | .dynamic = 1, | 239 | .dynamic = 1, |
| 241 | .dpcm_playback = 1, | 240 | .dpcm_playback = 1, |
| @@ -249,7 +248,6 @@ static struct snd_soc_dai_link byt_rt5651_dais[] = { | |||
| 249 | .codec_dai_name = "snd-soc-dummy-dai", | 248 | .codec_dai_name = "snd-soc-dummy-dai", |
| 250 | .codec_name = "snd-soc-dummy", | 249 | .codec_name = "snd-soc-dummy", |
| 251 | .platform_name = "sst-mfld-platform", | 250 | .platform_name = "sst-mfld-platform", |
| 252 | .ignore_suspend = 1, | ||
| 253 | .nonatomic = true, | 251 | .nonatomic = true, |
| 254 | .dynamic = 1, | 252 | .dynamic = 1, |
| 255 | .dpcm_playback = 1, | 253 | .dpcm_playback = 1, |
