All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Fix misspelling of 'system' as 'ststem'.
@ 2022-08-25 23:06 ` Maurycy Z
  0 siblings, 0 replies; 4+ messages in thread
From: Maurycy Z @ 2022-08-25 23:06 UTC (permalink / raw)
  To: LKML; +Cc: alsa-devel, Mark Brown, Liam Girdwood, aroslav Kysela, Takashi Iwai

Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com>
---
 sound/pci/ice1712/ice1712.c | 2 +-
 sound/pci/ice1712/ice1724.c | 2 +-
 sound/soc/fsl/Kconfig       | 2 +-
 sound/soc/generic/Kconfig   | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c
index a5241a287..ff6ce91bf 100644
--- a/sound/pci/ice1712/ice1712.c
+++ b/sound/pci/ice1712/ice1712.c
@@ -2247,7 +2247,7 @@ static int snd_ice1712_read_eeprom(struct snd_ice1712 *ice,
 				(snd_ice1712_read_i2c(ice, dev, 0x03) << 24);
 		if (ice->eeprom.subvendor == 0 ||
 		    ice->eeprom.subvendor == (unsigned int)-1) {
-			/* invalid subvendor from EEPROM, try the PCI subststem ID instead */
+			/* invalid subvendor from EEPROM, try the PCI subsystem ID instead */
 			u16 vendor, device;
 			pci_read_config_word(ice->pci, PCI_SUBSYSTEM_VENDOR_ID, &vendor);
 			pci_read_config_word(ice->pci, PCI_SUBSYSTEM_ID, &device);
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index 6fab2ad85..9e81e6335 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -2266,7 +2266,7 @@ static int snd_vt1724_read_eeprom(struct snd_ice1712 *ice,
 		if (ice->eeprom.subvendor == 0 ||
 		    ice->eeprom.subvendor == (unsigned int)-1) {
 			/* invalid subvendor from EEPROM, try the PCI
-			 * subststem ID instead
+			 * subsystem ID instead
 			 */
 			u16 vendor, device;
 			pci_read_config_word(ice->pci, PCI_SUBSYSTEM_VENDOR_ID,
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 614eceda6..c7fe12fbd 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -366,7 +366,7 @@ config SND_SOC_IMX_CARD
 	help
 	  This option enables audio sound card support for i.MX boards
 	  with OF-graph DT bindings.
-	  It also support DPCM of single CPU multi Codec ststem.
+	  It also support DPCM of single CPU multi Codec system.
 
 endif # SND_IMX_SOC
 
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
index b6df4e26b..955ac8d3f 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -7,7 +7,7 @@ config SND_SIMPLE_CARD
 	select SND_SIMPLE_CARD_UTILS
 	help
 	  This option enables generic simple sound card support
-	  It also support DPCM of multi CPU single Codec ststem.
+	  It also support DPCM of multi CPU single Codec system.
 
 config SND_AUDIO_GRAPH_CARD
 	tristate "ASoC Audio Graph sound card support"
@@ -16,7 +16,7 @@ config SND_AUDIO_GRAPH_CARD
 	help
 	  This option enables generic simple sound card support
 	  with OF-graph DT bindings.
-	  It also support DPCM of multi CPU single Codec ststem.
+	  It also support DPCM of multi CPU single Codec system.
 
 config SND_AUDIO_GRAPH_CARD2
 	tristate "ASoC Audio Graph sound card2 support"
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ASoC: Fix misspelling of 'system' as 'ststem'.
@ 2022-08-25 23:06 ` Maurycy Z
  0 siblings, 0 replies; 4+ messages in thread
From: Maurycy Z @ 2022-08-25 23:06 UTC (permalink / raw)
  To: LKML; +Cc: alsa-devel, Mark Brown, Takashi Iwai, Liam Girdwood

Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com>
---
 sound/pci/ice1712/ice1712.c | 2 +-
 sound/pci/ice1712/ice1724.c | 2 +-
 sound/soc/fsl/Kconfig       | 2 +-
 sound/soc/generic/Kconfig   | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c
index a5241a287..ff6ce91bf 100644
--- a/sound/pci/ice1712/ice1712.c
+++ b/sound/pci/ice1712/ice1712.c
@@ -2247,7 +2247,7 @@ static int snd_ice1712_read_eeprom(struct snd_ice1712 *ice,
 				(snd_ice1712_read_i2c(ice, dev, 0x03) << 24);
 		if (ice->eeprom.subvendor == 0 ||
 		    ice->eeprom.subvendor == (unsigned int)-1) {
-			/* invalid subvendor from EEPROM, try the PCI subststem ID instead */
+			/* invalid subvendor from EEPROM, try the PCI subsystem ID instead */
 			u16 vendor, device;
 			pci_read_config_word(ice->pci, PCI_SUBSYSTEM_VENDOR_ID, &vendor);
 			pci_read_config_word(ice->pci, PCI_SUBSYSTEM_ID, &device);
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index 6fab2ad85..9e81e6335 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -2266,7 +2266,7 @@ static int snd_vt1724_read_eeprom(struct snd_ice1712 *ice,
 		if (ice->eeprom.subvendor == 0 ||
 		    ice->eeprom.subvendor == (unsigned int)-1) {
 			/* invalid subvendor from EEPROM, try the PCI
-			 * subststem ID instead
+			 * subsystem ID instead
 			 */
 			u16 vendor, device;
 			pci_read_config_word(ice->pci, PCI_SUBSYSTEM_VENDOR_ID,
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 614eceda6..c7fe12fbd 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -366,7 +366,7 @@ config SND_SOC_IMX_CARD
 	help
 	  This option enables audio sound card support for i.MX boards
 	  with OF-graph DT bindings.
-	  It also support DPCM of single CPU multi Codec ststem.
+	  It also support DPCM of single CPU multi Codec system.
 
 endif # SND_IMX_SOC
 
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
index b6df4e26b..955ac8d3f 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -7,7 +7,7 @@ config SND_SIMPLE_CARD
 	select SND_SIMPLE_CARD_UTILS
 	help
 	  This option enables generic simple sound card support
-	  It also support DPCM of multi CPU single Codec ststem.
+	  It also support DPCM of multi CPU single Codec system.
 
 config SND_AUDIO_GRAPH_CARD
 	tristate "ASoC Audio Graph sound card support"
@@ -16,7 +16,7 @@ config SND_AUDIO_GRAPH_CARD
 	help
 	  This option enables generic simple sound card support
 	  with OF-graph DT bindings.
-	  It also support DPCM of multi CPU single Codec ststem.
+	  It also support DPCM of multi CPU single Codec system.
 
 config SND_AUDIO_GRAPH_CARD2
 	tristate "ASoC Audio Graph sound card2 support"
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: Fix misspelling of 'system' as 'ststem'.
  2022-08-25 23:06 ` Maurycy Z
@ 2022-08-26 18:24   ` Mark Brown
  -1 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-08-26 18:24 UTC (permalink / raw)
  To: Maurycy Z; +Cc: LKML, alsa-devel, Liam Girdwood, aroslav Kysela, Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

On Thu, Aug 25, 2022 at 04:06:51PM -0700, Maurycy Z wrote:
> Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com>
> ---
>  sound/pci/ice1712/ice1712.c | 2 +-
>  sound/pci/ice1712/ice1724.c | 2 +-
>  sound/soc/fsl/Kconfig       | 2 +-
>  sound/soc/generic/Kconfig   | 4 ++--

This has an ASoC tag in the subject but also covers ALSA

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: Fix misspelling of 'system' as 'ststem'.
@ 2022-08-26 18:24   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-08-26 18:24 UTC (permalink / raw)
  To: Maurycy Z; +Cc: alsa-devel, Takashi Iwai, LKML, Liam Girdwood

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

On Thu, Aug 25, 2022 at 04:06:51PM -0700, Maurycy Z wrote:
> Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com>
> ---
>  sound/pci/ice1712/ice1712.c | 2 +-
>  sound/pci/ice1712/ice1724.c | 2 +-
>  sound/soc/fsl/Kconfig       | 2 +-
>  sound/soc/generic/Kconfig   | 4 ++--

This has an ASoC tag in the subject but also covers ALSA

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-26 18:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 23:06 [PATCH] ASoC: Fix misspelling of 'system' as 'ststem' Maurycy Z
2022-08-25 23:06 ` Maurycy Z
2022-08-26 18:24 ` Mark Brown
2022-08-26 18:24   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.