diff --git a/OAT.xml b/OAT.xml
index 972f11328504f43791b80f15660e8d601723d41a..4db9cdd00b0cae0e2b86da3b74645bc678f115e5 100755
--- a/OAT.xml
+++ b/OAT.xml
@@ -61,6 +61,9 @@ Note:If the text contains special characters, please escape them according to th
COPYING
+
+
+
@@ -70,6 +73,16 @@ Note:If the text contains special characters, please escape them according to th
+
+
+
+
+
+
+
+
+
+
diff --git a/include/config.h b/include/config.h
index f732901d22f7f7d1f3fe35bdbf39dd36454dd60f..0ffea5a2594868918d2198d3e3822c1abfc61861 100644
--- a/include/config.h
+++ b/include/config.h
@@ -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 */
\ No newline at end of file
diff --git a/src/control/ctl_symbols_list.c b/src/control/ctl_symbols_list.c
index 40b986f287fb604a441e63bee44e74bac738812c..ea17749d0d8f7ad5b00e6cedc20f6bd5ab007554 100644
--- a/src/control/ctl_symbols_list.c
+++ b/src/control/ctl_symbols_list.c
@@ -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,