aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-5.4/801-audio-0056-MLK-19573-1-ASoC-fsl-dsd-make-fsl_get_pins_state-inl.patch
blob: aa405334c81ab65091944e19ef3dcf4163232b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 7d66ca1081c0626f03aa8f419ca253e88a10018e Mon Sep 17 00:00:00 2001
From: Viorel Suman <viorel.suman@nxp.com>
Date: Mon, 17 Sep 2018 09:31:24 +0300
Subject: [PATCH] MLK-19573-1: ASoC: fsl: dsd: make fsl_get_pins_state inline

Make fsl_get_pins_state function inline.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
(cherry picked from commit badcb97ebd8c0aae89f76e979bcc801be35c7400)
---
 sound/soc/fsl/fsl_dsd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/fsl/fsl_dsd.h
+++ b/sound/soc/fsl/fsl_dsd.h
@@ -29,7 +29,7 @@ static bool fsl_is_dsd(struct snd_pcm_hw
 	}
 }
 
-static struct pinctrl_state *fsl_get_pins_state(struct pinctrl *pinctrl,
+static inline struct pinctrl_state *fsl_get_pins_state(struct pinctrl *pinctrl,
 	struct snd_pcm_hw_params *params, u32 bclk)
 {
 	struct pinctrl_state *state = 0;