diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-11-21 05:11:13 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-21 16:28:49 +0300 |
commit | 33404f3f10beaf0d69d8765f5804b6fb3b305f0f (patch) | |
tree | 2ff2e4cd1dce3e7b6fb125e9a9f89703a8615edd /include/sound | |
parent | a48bf02b35d9325eedb56ab531038511695a2734 (diff) | |
download | linux-33404f3f10beaf0d69d8765f5804b6fb3b305f0f.tar.xz |
ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routing()
asoc_simple_card_of_parse_routing() had "option" parameter
to consider error handling, but it is very pointless parameter.
Let's remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/simple_card_utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index d1f17172dce2..6d69ed2bd7b1 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -121,8 +121,7 @@ void asoc_simple_card_parse_convert(struct device *dev, struct asoc_simple_card_data *data); int asoc_simple_card_of_parse_routing(struct snd_soc_card *card, - char *prefix, - int optional); + char *prefix); int asoc_simple_card_of_parse_widgets(struct snd_soc_card *card, char *prefix); |