We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb765f commit 1628e1cCopy full SHA for 1628e1c
sound/soc/intel/boards/sof_sdw_cs_amp.c
@@ -15,7 +15,7 @@
15
#define CODEC_NAME_SIZE 8
16
17
static const struct snd_soc_dapm_widget sof_widgets[] = {
18
- SND_SOC_DAPM_SPK("Speakers", NULL),
+ SND_SOC_DAPM_SPK("Speaker", NULL),
19
};
20
21
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)
24
struct snd_soc_card *card = rtd->card;
25
char codec_name[CODEC_NAME_SIZE];
26
char widget_name[16];
27
- struct snd_soc_dapm_route route = { "Speakers", NULL, widget_name };
+ struct snd_soc_dapm_route route = { "Speaker", NULL, widget_name };
28
struct snd_soc_dai *codec_dai;
29
int i, ret;
30
0 commit comments