Commit b71495ee authored by Sachin Kamat's avatar Sachin Kamat Committed by Takashi Iwai

ALSA: ctxfi: Staticize local symbols

Local symbols used only in this file are made static.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0c21fccd
...@@ -33,7 +33,7 @@ struct daio_rsc_idx { ...@@ -33,7 +33,7 @@ struct daio_rsc_idx {
unsigned short right; unsigned short right;
}; };
struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = { static struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = {
[LINEO1] = {.left = 0x00, .right = 0x01}, [LINEO1] = {.left = 0x00, .right = 0x01},
[LINEO2] = {.left = 0x18, .right = 0x19}, [LINEO2] = {.left = 0x18, .right = 0x19},
[LINEO3] = {.left = 0x08, .right = 0x09}, [LINEO3] = {.left = 0x08, .right = 0x09},
...@@ -44,7 +44,7 @@ struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = { ...@@ -44,7 +44,7 @@ struct daio_rsc_idx idx_20k1[NUM_DAIOTYP] = {
[SPDIFI1] = {.left = 0x95, .right = 0x9d}, [SPDIFI1] = {.left = 0x95, .right = 0x9d},
}; };
struct daio_rsc_idx idx_20k2[NUM_DAIOTYP] = { static struct daio_rsc_idx idx_20k2[NUM_DAIOTYP] = {
[LINEO1] = {.left = 0x40, .right = 0x41}, [LINEO1] = {.left = 0x40, .right = 0x41},
[LINEO2] = {.left = 0x60, .right = 0x61}, [LINEO2] = {.left = 0x60, .right = 0x61},
[LINEO3] = {.left = 0x50, .right = 0x51}, [LINEO3] = {.left = 0x50, .right = 0x51},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment