diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 11:23:09 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-08-22 11:24:57 +0200 |
commit | ee3043b2d7b1bfe03cd697b144abf25954ec5fc6 (patch) | |
tree | f9ef76f36b3698bb4fc98187535034e50f3a264b /sound | |
parent | 3c25d041293879a8b7ff522f3a42267c45a3ab79 (diff) | |
download | linux-ee3043b2d7b1bfe03cd697b144abf25954ec5fc6.tar.bz2 |
ALSA: ctxfi: ct20k1reg: Fix typo in include guard
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ctxfi/ct20k1reg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h index f2e34e3f27ee..5851249f11d9 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 */ - - |