diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-11-05 06:42:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-05 15:56:43 +0100 |
commit | d65fd3a42e00d322448f2518db6a3f0eb12ce1bd (patch) | |
tree | 20f4f6501e1f3436c50f4cc21f1f2fd7a9c7be87 /sound/soc/codecs/rt5677-spi.h | |
parent | ASoC: rt5677: Add TDM channel mapping function (diff) | |
download | linux-d65fd3a42e00d322448f2518db6a3f0eb12ce1bd.tar.xz linux-d65fd3a42e00d322448f2518db6a3f0eb12ce1bd.zip |
ASoC: rt5677: Minor coding style and typo fix
Minor coding style and typo fix
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677-spi.h')
-rw-r--r-- | sound/soc/codecs/rt5677-spi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5677-spi.h b/sound/soc/codecs/rt5677-spi.h index 7528bfd0b596..ec41b2b3b2ca 100644 --- a/sound/soc/codecs/rt5677-spi.h +++ b/sound/soc/codecs/rt5677-spi.h @@ -9,8 +9,8 @@ * published by the Free Software Foundation. */ -#ifndef __RT5671_SPI_H__ -#define __RT5671_SPI_H__ +#ifndef __RT5677_SPI_H__ +#define __RT5677_SPI_H__ #define RT5677_SPI_BUF_LEN 240 #define RT5677_SPI_CMD_BURST_WRITE 0x05 |