projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50a7ea
)
ASoC: fix build break in CS4270 codec driver
author
Timur Tabi
<timur@freescale.com>
Mon, 2 Feb 2009 20:50:45 +0000
(14:50 -0600)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 2 Feb 2009 21:34:05 +0000
(21:34 +0000)
Fix a oversight in the CS4270 codec driver that caused a build break.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cs4270.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cs4270.c
b/sound/soc/codecs/cs4270.c
index e5f5afdd3427d8bd4ce7df858159cf59d3374bcb..7962874258fbd2011879c5ec2ee7462d6c5ecb97 100644
(file)
--- a/
sound/soc/codecs/cs4270.c
+++ b/
sound/soc/codecs/cs4270.c
@@
-149,7
+149,7
@@
struct cs4270_mode_ratios {
u8 mclk;
};
-static struct cs4270_mode_ratios[] = {
+static struct cs4270_mode_ratios
cs4270_mode_ratios
[] = {
{64, CS4270_MODE_4X, CS4270_MODE_DIV1},
#ifndef CONFIG_SND_SOC_CS4270_VD33_ERRATA
{96, CS4270_MODE_4X, CS4270_MODE_DIV15},