Skip to content

Commit 48bf41a

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: boards: fix Skylake typo
s/skylaye/skylake Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 3ee1cd4 commit 48bf41a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

sound/soc/intel/boards/kbl_da7219_max98927.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ static int kabylake_refcap_startup(struct snd_pcm_substream *substream)
441441
}
442442

443443

444-
static struct snd_soc_ops skylaye_refcap_ops = {
444+
static struct snd_soc_ops skylake_refcap_ops = {
445445
.startup = kabylake_refcap_startup,
446446
};
447447

@@ -525,7 +525,7 @@ static struct snd_soc_dai_link kabylake_dais[] = {
525525
.dpcm_capture = 1,
526526
.nonatomic = 1,
527527
.dynamic = 1,
528-
.ops = &skylaye_refcap_ops,
528+
.ops = &skylake_refcap_ops,
529529
},
530530
[KBL_DPCM_AUDIO_DMIC_CP] = {
531531
.name = "Kbl Audio DMIC cap",
@@ -736,7 +736,7 @@ static struct snd_soc_dai_link kabylake_max98927_dais[] = {
736736
.dpcm_capture = 1,
737737
.nonatomic = 1,
738738
.dynamic = 1,
739-
.ops = &skylaye_refcap_ops,
739+
.ops = &skylake_refcap_ops,
740740
},
741741
[KBL_DPCM_AUDIO_DMIC_CP] = {
742742
.name = "Kbl Audio DMIC cap",

sound/soc/intel/boards/kbl_rt5663_max98927.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ static int kabylake_refcap_startup(struct snd_pcm_substream *substream)
586586
&constraints_16000);
587587
}
588588

589-
static struct snd_soc_ops skylaye_refcap_ops = {
589+
static struct snd_soc_ops skylake_refcap_ops = {
590590
.startup = kabylake_refcap_startup,
591591
};
592592

@@ -655,7 +655,7 @@ static struct snd_soc_dai_link kabylake_dais[] = {
655655
.dpcm_capture = 1,
656656
.nonatomic = 1,
657657
.dynamic = 1,
658-
.ops = &skylaye_refcap_ops,
658+
.ops = &skylake_refcap_ops,
659659
},
660660
[KBL_DPCM_AUDIO_DMIC_CP] = {
661661
.name = "Kbl Audio DMIC cap",

sound/soc/intel/boards/skl_nau88l25_max98357a.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ static int skylake_refcap_startup(struct snd_pcm_substream *substream)
400400
&constraints_16000);
401401
}
402402

403-
static const struct snd_soc_ops skylaye_refcap_ops = {
403+
static const struct snd_soc_ops skylake_refcap_ops = {
404404
.startup = skylake_refcap_startup,
405405
};
406406

@@ -447,7 +447,7 @@ static struct snd_soc_dai_link skylake_dais[] = {
447447
.dpcm_capture = 1,
448448
.nonatomic = 1,
449449
.dynamic = 1,
450-
.ops = &skylaye_refcap_ops,
450+
.ops = &skylake_refcap_ops,
451451
},
452452
[SKL_DPCM_AUDIO_DMIC_CP] = {
453453
.name = "Skl Audio DMIC cap",

sound/soc/intel/boards/skl_nau88l25_ssm4567.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ static int skylake_refcap_startup(struct snd_pcm_substream *substream)
449449
&constraints_16000);
450450
}
451451

452-
static const struct snd_soc_ops skylaye_refcap_ops = {
452+
static const struct snd_soc_ops skylake_refcap_ops = {
453453
.startup = skylake_refcap_startup,
454454
};
455455

@@ -496,7 +496,7 @@ static struct snd_soc_dai_link skylake_dais[] = {
496496
.dpcm_capture = 1,
497497
.nonatomic = 1,
498498
.dynamic = 1,
499-
.ops = &skylaye_refcap_ops,
499+
.ops = &skylake_refcap_ops,
500500
},
501501
[SKL_DPCM_AUDIO_DMIC_CP] = {
502502
.name = "Skl Audio DMIC cap",

0 commit comments

Comments
 (0)