aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound/wm8994.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-12-03 04:37:19 -0700
committerSimon Glass <sjg@chromium.org>2018-12-13 16:32:49 -0700
commiteb13350216552b2770be8d3aec5fb2a587a6e05c (patch)
tree0eb90f2f0fdef2bf2d7140f11414b41ca1d00ef5 /drivers/sound/wm8994.c
parentc275a08bc4bc1ad1116d8bcbcc2dbe4df53ffed6 (diff)
downloadu-boot-eb13350216552b2770be8d3aec5fb2a587a6e05c.zip
u-boot-eb13350216552b2770be8d3aec5fb2a587a6e05c.tar.gz
u-boot-eb13350216552b2770be8d3aec5fb2a587a6e05c.tar.bz2
dm: sound: samsung: Make local function static
Several functions are not exported from this file. Make them static so this is clear. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sound/wm8994.c')
-rw-r--r--drivers/sound/wm8994.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/wm8994.c b/drivers/sound/wm8994.c
index aaaa324..e671f6b 100644
--- a/drivers/sound/wm8994.c
+++ b/drivers/sound/wm8994.c
@@ -156,7 +156,7 @@ static int wm8994_update_bits(unsigned int reg, unsigned short mask,
*
* @return -1 for error and 0 Success.
*/
-int wm8994_set_fmt(int aif_id, unsigned int fmt)
+static int wm8994_set_fmt(int aif_id, unsigned int fmt)
{
int ms_reg;
int aif_reg;