[alsa-devel] [PATCH 1/2] ALSA: pcm: add local header file for snd-pcm module

Takashi Iwai tiwai at suse.de
Fri May 26 08:40:10 CEST 2017


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 at 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 at 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


More information about the Alsa-devel mailing list