
26 May
2017
26 May
'17
8:40 a.m.
On Fri, 26 May 2017 02:30:46 +0200, Takashi Sakamoto wrote:
Several files are used to construct PCM core module, a.k.a snd-pcm. Although available APIs are described in 'include/sound/pcm.h', some of them are not exported as symbols in kernel space. Such APIs are just for module local usage.
This commit adds module local header file and move some function prototypes into it so that scopes of them are controlled properly and developers get no confusion from unavailable symbols.
Signed-off-by: Takashi Sakamoto o-takashi@sakamocchi.jp
Applied, now. But...
--- /dev/null +++ b/sound/core/pcm_local.h @@ -0,0 +1,51 @@ +/*
- pcm_local.h - a local header file for snd-pcm module.
- Copyright (c) Takashi Sakamoto o-takashi@sakamocchi.jp
- Licensed under the terms of the GNU General Public License, version 2.
- */
You don't have to declare always your name clearly there as if all things were all your inventions solely :)
thanks,
Takashi