Skip to content

Commit 1628e1c

Browse files
bardliaobroonie
authored andcommitted
ASoC: Intel: sof_sdw_cs_amp: rename Speakers to Speaker
To be consistent to other amps that used in the machine driver. Reviewed-by: Péter Ujfalusi <[email protected]> Signed-off-by: Bard Liao <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 2bb765f commit 1628e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/intel/boards/sof_sdw_cs_amp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define CODEC_NAME_SIZE 8
1616

1717
static const struct snd_soc_dapm_widget sof_widgets[] = {
18-
SND_SOC_DAPM_SPK("Speakers", NULL),
18+
SND_SOC_DAPM_SPK("Speaker", NULL),
1919
};
2020

2121
int cs_spk_rtd_init(struct snd_soc_pcm_runtime *rtd)
@@ -24,7 +24,7 @@ int cs_spk_rtd_init(struct snd_soc_pcm_runtime *rtd)
2424
struct snd_soc_card *card = rtd->card;
2525
char codec_name[CODEC_NAME_SIZE];
2626
char widget_name[16];
27-
struct snd_soc_dapm_route route = { "Speakers", NULL, widget_name };
27+
struct snd_soc_dapm_route route = { "Speaker", NULL, widget_name };
2828
struct snd_soc_dai *codec_dai;
2929
int i, ret;
3030

0 commit comments

Comments
 (0)