aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2016-05-10 21:07:02 -0400
committerMark Brown <broonie@kernel.org>2016-05-11 12:12:59 -0400
commitbfb7802a06ac1855096a3f248822e8f943e6574d (patch)
tree31e2861368b0e74cca4614af2bce4fe760fb576e /sound/soc/intel/boards
parent7a1be1a5536242bbd15b227173a89d28607a27a8 (diff)
ASoC: Intel: fix up for DAI link's be_id change
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards')
-rw-r--r--sound/soc/intel/boards/bxt_rt298.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/intel/boards/bxt_rt298.c b/sound/soc/intel/boards/bxt_rt298.c
index 1b845ff779f3..f4787515c0ed 100644
--- a/sound/soc/intel/boards/bxt_rt298.c
+++ b/sound/soc/intel/boards/bxt_rt298.c
@@ -254,7 +254,7 @@ static struct snd_soc_dai_link broxton_rt298_dais[] = {
254 { 254 {
255 /* SSP5 - Codec */ 255 /* SSP5 - Codec */
256 .name = "SSP5-Codec", 256 .name = "SSP5-Codec",
257 .be_id = 0, 257 .id = 0,
258 .cpu_dai_name = "SSP5 Pin", 258 .cpu_dai_name = "SSP5 Pin",
259 .platform_name = "0000:00:0e.0", 259 .platform_name = "0000:00:0e.0",
260 .no_pcm = 1, 260 .no_pcm = 1,
@@ -271,7 +271,7 @@ static struct snd_soc_dai_link broxton_rt298_dais[] = {
271 }, 271 },
272 { 272 {
273 .name = "dmic01", 273 .name = "dmic01",
274 .be_id = 1, 274 .id = 1,
275 .cpu_dai_name = "DMIC01 Pin", 275 .cpu_dai_name = "DMIC01 Pin",
276 .codec_name = "dmic-codec", 276 .codec_name = "dmic-codec",
277 .codec_dai_name = "dmic-hifi", 277 .codec_dai_name = "dmic-hifi",
@@ -282,7 +282,7 @@ static struct snd_soc_dai_link broxton_rt298_dais[] = {
282 }, 282 },
283 { 283 {
284 .name = "iDisp1", 284 .name = "iDisp1",
285 .be_id = 3, 285 .id = 3,
286 .cpu_dai_name = "iDisp1 Pin", 286 .cpu_dai_name = "iDisp1 Pin",
287 .codec_name = "ehdaudio0D2", 287 .codec_name = "ehdaudio0D2",
288 .codec_dai_name = "intel-hdmi-hifi1", 288 .codec_dai_name = "intel-hdmi-hifi1",
@@ -293,7 +293,7 @@ static struct snd_soc_dai_link broxton_rt298_dais[] = {
293 }, 293 },
294 { 294 {
295 .name = "iDisp2", 295 .name = "iDisp2",
296 .be_id = 4, 296 .id = 4,
297 .cpu_dai_name = "iDisp2 Pin", 297 .cpu_dai_name = "iDisp2 Pin",
298 .codec_name = "ehdaudio0D2", 298 .codec_name = "ehdaudio0D2",
299 .codec_dai_name = "intel-hdmi-hifi2", 299 .codec_dai_name = "intel-hdmi-hifi2",
@@ -304,7 +304,7 @@ static struct snd_soc_dai_link broxton_rt298_dais[] = {
304 }, 304 },
305 { 305 {
306 .name = "iDisp3", 306 .name = "iDisp3",
307 .be_id = 5, 307 .id = 5,
308 .cpu_dai_name = "iDisp3 Pin", 308 .cpu_dai_name = "iDisp3 Pin",
309 .codec_name = "ehdaudio0D2", 309 .codec_name = "ehdaudio0D2",
310 .codec_dai_name = "intel-hdmi-hifi3", 310 .codec_dai_name = "intel-hdmi-hifi3",