projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
7556071
290f31e
)
ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local
author
Mark Brown
<broonie@kernel.org>
Wed, 28 Aug 2024 16:33:49 +0000
(17:33 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 28 Aug 2024 16:33:49 +0000
(17:33 +0100)
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
No driver is calling snd_soc_dpcm_can_be_xxx() functions. We don't need
to have EXPORT_SYMBOL_GPL() for them. This patch-set makes it static function.
Trivial merge