Commit 48bf41a2 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown

ASoC: Intel: boards: fix Skylake typo

s/skylaye/skylake
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3ee1cd4f
...@@ -441,7 +441,7 @@ static int kabylake_refcap_startup(struct snd_pcm_substream *substream) ...@@ -441,7 +441,7 @@ static int kabylake_refcap_startup(struct snd_pcm_substream *substream)
} }
static struct snd_soc_ops skylaye_refcap_ops = { static struct snd_soc_ops skylake_refcap_ops = {
.startup = kabylake_refcap_startup, .startup = kabylake_refcap_startup,
}; };
...@@ -525,7 +525,7 @@ static struct snd_soc_dai_link kabylake_dais[] = { ...@@ -525,7 +525,7 @@ static struct snd_soc_dai_link kabylake_dais[] = {
.dpcm_capture = 1, .dpcm_capture = 1,
.nonatomic = 1, .nonatomic = 1,
.dynamic = 1, .dynamic = 1,
.ops = &skylaye_refcap_ops, .ops = &skylake_refcap_ops,
}, },
[KBL_DPCM_AUDIO_DMIC_CP] = { [KBL_DPCM_AUDIO_DMIC_CP] = {
.name = "Kbl Audio DMIC cap", .name = "Kbl Audio DMIC cap",
...@@ -736,7 +736,7 @@ static struct snd_soc_dai_link kabylake_max98927_dais[] = { ...@@ -736,7 +736,7 @@ static struct snd_soc_dai_link kabylake_max98927_dais[] = {
.dpcm_capture = 1, .dpcm_capture = 1,
.nonatomic = 1, .nonatomic = 1,
.dynamic = 1, .dynamic = 1,
.ops = &skylaye_refcap_ops, .ops = &skylake_refcap_ops,
}, },
[KBL_DPCM_AUDIO_DMIC_CP] = { [KBL_DPCM_AUDIO_DMIC_CP] = {
.name = "Kbl Audio DMIC cap", .name = "Kbl Audio DMIC cap",
......
...@@ -586,7 +586,7 @@ static int kabylake_refcap_startup(struct snd_pcm_substream *substream) ...@@ -586,7 +586,7 @@ static int kabylake_refcap_startup(struct snd_pcm_substream *substream)
&constraints_16000); &constraints_16000);
} }
static struct snd_soc_ops skylaye_refcap_ops = { static struct snd_soc_ops skylake_refcap_ops = {
.startup = kabylake_refcap_startup, .startup = kabylake_refcap_startup,
}; };
...@@ -655,7 +655,7 @@ static struct snd_soc_dai_link kabylake_dais[] = { ...@@ -655,7 +655,7 @@ static struct snd_soc_dai_link kabylake_dais[] = {
.dpcm_capture = 1, .dpcm_capture = 1,
.nonatomic = 1, .nonatomic = 1,
.dynamic = 1, .dynamic = 1,
.ops = &skylaye_refcap_ops, .ops = &skylake_refcap_ops,
}, },
[KBL_DPCM_AUDIO_DMIC_CP] = { [KBL_DPCM_AUDIO_DMIC_CP] = {
.name = "Kbl Audio DMIC cap", .name = "Kbl Audio DMIC cap",
......
...@@ -400,7 +400,7 @@ static int skylake_refcap_startup(struct snd_pcm_substream *substream) ...@@ -400,7 +400,7 @@ static int skylake_refcap_startup(struct snd_pcm_substream *substream)
&constraints_16000); &constraints_16000);
} }
static const struct snd_soc_ops skylaye_refcap_ops = { static const struct snd_soc_ops skylake_refcap_ops = {
.startup = skylake_refcap_startup, .startup = skylake_refcap_startup,
}; };
...@@ -447,7 +447,7 @@ static struct snd_soc_dai_link skylake_dais[] = { ...@@ -447,7 +447,7 @@ static struct snd_soc_dai_link skylake_dais[] = {
.dpcm_capture = 1, .dpcm_capture = 1,
.nonatomic = 1, .nonatomic = 1,
.dynamic = 1, .dynamic = 1,
.ops = &skylaye_refcap_ops, .ops = &skylake_refcap_ops,
}, },
[SKL_DPCM_AUDIO_DMIC_CP] = { [SKL_DPCM_AUDIO_DMIC_CP] = {
.name = "Skl Audio DMIC cap", .name = "Skl Audio DMIC cap",
......
...@@ -449,7 +449,7 @@ static int skylake_refcap_startup(struct snd_pcm_substream *substream) ...@@ -449,7 +449,7 @@ static int skylake_refcap_startup(struct snd_pcm_substream *substream)
&constraints_16000); &constraints_16000);
} }
static const struct snd_soc_ops skylaye_refcap_ops = { static const struct snd_soc_ops skylake_refcap_ops = {
.startup = skylake_refcap_startup, .startup = skylake_refcap_startup,
}; };
...@@ -496,7 +496,7 @@ static struct snd_soc_dai_link skylake_dais[] = { ...@@ -496,7 +496,7 @@ static struct snd_soc_dai_link skylake_dais[] = {
.dpcm_capture = 1, .dpcm_capture = 1,
.nonatomic = 1, .nonatomic = 1,
.dynamic = 1, .dynamic = 1,
.ops = &skylaye_refcap_ops, .ops = &skylake_refcap_ops,
}, },
[SKL_DPCM_AUDIO_DMIC_CP] = { [SKL_DPCM_AUDIO_DMIC_CP] = {
.name = "Skl Audio DMIC cap", .name = "Skl Audio DMIC cap",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment