All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: pci: ct20k1reg: Fix typo in include guard
@ 2014-08-22  9:23 Rasmus Villemoes
  2014-08-22  9:25 ` [alsa-devel] " Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus Villemoes @ 2014-08-22  9:23 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel, linux-kernel, Rasmus Villemoes

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 sound/pci/ctxfi/ct20k1reg.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h
index f2e34e3..5851249 100644
--- a/sound/pci/ctxfi/ct20k1reg.h
+++ b/sound/pci/ctxfi/ct20k1reg.h
@@ -7,7 +7,7 @@
  */
 
 #ifndef CT20K1REG_H
-#define CT20k1REG_H
+#define CT20K1REG_H
 
 /* 20k1 registers */
 #define 	DSPXRAM_START 			0x000000
@@ -632,5 +632,3 @@
 #define I2SD_R    0x19L
 
 #endif /* CT20K1REG_H */
-
-
-- 
1.9.2

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

* Re: [alsa-devel] [PATCH] sound: pci: ct20k1reg: Fix typo in include guard
  2014-08-22  9:23 [PATCH] sound: pci: ct20k1reg: Fix typo in include guard Rasmus Villemoes
@ 2014-08-22  9:25 ` Takashi Iwai
  2014-08-22  9:28   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2014-08-22  9:25 UTC (permalink / raw)
  To: Rasmus Villemoes; +Cc: Jaroslav Kysela, alsa-devel, linux-kernel

At Fri, 22 Aug 2014 11:23:09 +0200,
Rasmus Villemoes wrote:
> 
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>

Applied, thanks.


Takashi

> ---
>  sound/pci/ctxfi/ct20k1reg.h | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h
> index f2e34e3..5851249 100644
> --- a/sound/pci/ctxfi/ct20k1reg.h
> +++ b/sound/pci/ctxfi/ct20k1reg.h
> @@ -7,7 +7,7 @@
>   */
>  
>  #ifndef CT20K1REG_H
> -#define CT20k1REG_H
> +#define CT20K1REG_H
>  
>  /* 20k1 registers */
>  #define 	DSPXRAM_START 			0x000000
> @@ -632,5 +632,3 @@
>  #define I2SD_R    0x19L
>  
>  #endif /* CT20K1REG_H */
> -
> -
> -- 
> 1.9.2
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

* Re: [alsa-devel] [PATCH] sound: pci: ct20k1reg: Fix typo in include guard
  2014-08-22  9:25 ` [alsa-devel] " Takashi Iwai
@ 2014-08-22  9:28   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2014-08-22  9:28 UTC (permalink / raw)
  To: Rasmus Villemoes; +Cc: Jaroslav Kysela, alsa-devel, linux-kernel

At Fri, 22 Aug 2014 11:25:30 +0200,
Takashi Iwai wrote:
> 
> At Fri, 22 Aug 2014 11:23:09 +0200,
> Rasmus Villemoes wrote:
> > 
> > Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> 
> Applied, thanks.

BTW, if you send multiple patches doing the very similar thing,
rather better to send them as a patch series at once.  That is, the
subject line would be like "[PATCH 2/3] sound: pci: ...."

Also, for ALSA and ASoC driver codes, we take "ALSA:" and "ASoC:"
subject prefix instead of "sound:"


Takashi

> 
> 
> Takashi
> 
> > ---
> >  sound/pci/ctxfi/ct20k1reg.h | 4 +---
> >  1 file changed, 1 insertion(+), 3 deletions(-)
> > 
> > diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h
> > index f2e34e3..5851249 100644
> > --- a/sound/pci/ctxfi/ct20k1reg.h
> > +++ b/sound/pci/ctxfi/ct20k1reg.h
> > @@ -7,7 +7,7 @@
> >   */
> >  
> >  #ifndef CT20K1REG_H
> > -#define CT20k1REG_H
> > +#define CT20K1REG_H
> >  
> >  /* 20k1 registers */
> >  #define 	DSPXRAM_START 			0x000000
> > @@ -632,5 +632,3 @@
> >  #define I2SD_R    0x19L
> >  
> >  #endif /* CT20K1REG_H */
> > -
> > -
> > -- 
> > 1.9.2
> > 
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> > 

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

end of thread, other threads:[~2014-08-22  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22  9:23 [PATCH] sound: pci: ct20k1reg: Fix typo in include guard Rasmus Villemoes
2014-08-22  9:25 ` [alsa-devel] " Takashi Iwai
2014-08-22  9:28   ` Takashi Iwai

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.