mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-26 17:21:07 +00:00
commit
dcba23810b
13
OAT.xml
13
OAT.xml
@ -61,6 +61,9 @@ Note:If the text contains special characters, please escape them according to th
|
||||
<licensefile>COPYING</licensefile>
|
||||
<policylist>
|
||||
<policy name="projectPolicy" desc="">
|
||||
<policyitem type="license" name="LGPL" path=".*" desc="license"/>
|
||||
<policyitem type="license" name="GPL" path=".*" desc="兼容license"/>
|
||||
<policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
</policy>
|
||||
</policylist>
|
||||
<filefilterlist>
|
||||
@ -70,6 +73,16 @@ Note:If the text contains special characters, please escape them according to th
|
||||
<filteritem type="filename" name="TODO|NOTES|MEMORY-LEAK|buildrpm|INSTALL|gitcompile|ChangeLog|COPYING" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filename" name="*pcm_dmix_generic.c" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="test/*.*" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="include/sound/*.*" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="include/asoundlib-tail.h" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="include/sys.h" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="include/pcm_old.h" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/pcm/pcm_dmix_i386.c" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/pcm/pcm_dmix_x86_64.c" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/pcm/pcm_ext_parm.h" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/pcm/pcm_asym.c" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/seq/seq_event.c" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/seq/seq_old.c" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="src/conf/BUILD.gn" desc="三方开源,不需检测文件头是否遗漏版权声明"/>
|
||||
<filteritem type="filepath" name="include/.*.h" desc="三方开源,不需检测license、copyright"/>
|
||||
<filteritem type="filepath" name="include/alsa/*" desc="三方开源,不需检测license、copyright"/>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* include/config.h. Generated from config.h.in by configure. */
|
||||
/* include/config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
#ifndef __ALSA_CONFIG_H
|
||||
#define __ALSA_CONFIG_H
|
||||
|
||||
/* Directory with aload* device files */
|
||||
#define ALOAD_DEVICE_DIRECTORY "/dev/"
|
||||
|
||||
@ -259,3 +262,5 @@
|
||||
#ifndef __cplusplus
|
||||
/* #undef inline */
|
||||
#endif
|
||||
|
||||
#endif /* __ALSA_CONFIG_H */
|
@ -1,3 +1,23 @@
|
||||
/*
|
||||
* ALSA lib C file ctl_symbols_list.c
|
||||
* Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as
|
||||
* published by the Free Software Foundation; either version 2.1 of
|
||||
* the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*/
|
||||
|
||||
&_snd_module_control_remap,
|
||||
&_snd_module_control_shm,
|
||||
&_snd_module_control_ext,
|
||||
|
Loading…
Reference in New Issue
Block a user