diff mbox series

ALSA: firewire-motu: Correct a typo in the clock proc string

Message ID 20191030100921.3826-1-tiwai@suse.de (mailing list archive)
State New, archived
Headers show
Series ALSA: firewire-motu: Correct a typo in the clock proc string | expand

Commit Message

Takashi Iwai Oct. 30, 2019, 10:09 a.m. UTC
Just fix a typo of "S/PDIF" in the clock name string.

Fixes: 4638ec6ede08 ("ALSA: firewire-motu: add proc node to show current statuc of clock and packet formats")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/firewire/motu/motu-proc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Sakamoto Oct. 30, 2019, 10:50 a.m. UTC | #1
Hi,

On Wed, Oct 30, 2019 at 11:09:21AM +0100, Takashi Iwai wrote:
> Just fix a typo of "S/PDIF" in the clock name string.
> 
> Fixes: 4638ec6ede08 ("ALSA: firewire-motu: add proc node to show current statuc of clock and packet formats")
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> ---
>  sound/firewire/motu/motu-proc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/firewire/motu/motu-proc.c b/sound/firewire/motu/motu-proc.c
> index b47ba818343f..187f6abd878c 100644
> --- a/sound/firewire/motu/motu-proc.c
> +++ b/sound/firewire/motu/motu-proc.c
> @@ -16,7 +16,7 @@ static const char *const clock_names[] = {
>  	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT] = "S/PDIF on optical interface",
>  	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT_A] = "S/PDIF on optical interface A",
>  	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT_B] = "S/PDIF on optical interface B",
> -	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX] = "S/PCIF on coaxial interface",
> +	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX] = "S/PDIF on coaxial interface",
>  	[SND_MOTU_CLOCK_SOURCE_AESEBU_ON_XLR] = "AESEBU on XLR interface",
>  	[SND_MOTU_CLOCK_SOURCE_WORD_ON_BNC] = "Word clock on BNC interface",
>  	[SND_MOTU_CLOCK_SOURCE_SPH] = "Source packet header",
> -- 
> 2.16.4

Oops, indeed.

Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>


Thanks

Takashi Sakamoto
diff mbox series

Patch

diff --git a/sound/firewire/motu/motu-proc.c b/sound/firewire/motu/motu-proc.c
index b47ba818343f..187f6abd878c 100644
--- a/sound/firewire/motu/motu-proc.c
+++ b/sound/firewire/motu/motu-proc.c
@@ -16,7 +16,7 @@  static const char *const clock_names[] = {
 	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT] = "S/PDIF on optical interface",
 	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT_A] = "S/PDIF on optical interface A",
 	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_OPT_B] = "S/PDIF on optical interface B",
-	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX] = "S/PCIF on coaxial interface",
+	[SND_MOTU_CLOCK_SOURCE_SPDIF_ON_COAX] = "S/PDIF on coaxial interface",
 	[SND_MOTU_CLOCK_SOURCE_AESEBU_ON_XLR] = "AESEBU on XLR interface",
 	[SND_MOTU_CLOCK_SOURCE_WORD_ON_BNC] = "Word clock on BNC interface",
 	[SND_MOTU_CLOCK_SOURCE_SPH] = "Source packet header",