File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments