From 961abb97b7a110d4c76b6687ecf2f3a2f9a28a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Tue, 16 Jul 2024 11:28:16 +0000 Subject: [PATCH 1/8] update src/control/ctl_symbols_list.c. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- src/control/ctl_symbols_list.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/control/ctl_symbols_list.c b/src/control/ctl_symbols_list.c index 40b986f2..ea17749d 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, -- Gitee From c97e124f0fd779e0c7a06f6e891b17d661626637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Tue, 16 Jul 2024 11:30:00 +0000 Subject: [PATCH 2/8] update include/version.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- include/version.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index beba2b22..4c4e4f23 100644 --- a/include/version.h +++ b/include/version.h @@ -1,5 +1,21 @@ /* - * version.h + * ALSA lib header file include/version.h + * 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 + * */ #define SND_LIB_MAJOR 1 /**< major number of library version */ -- Gitee From 2a79e2c23c59e6c983d8498605198082d3eefee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Tue, 16 Jul 2024 11:33:01 +0000 Subject: [PATCH 3/8] update include/config.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- include/config.h | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index f732901d..7e464f15 100644 --- a/include/config.h +++ b/include/config.h @@ -1,5 +1,25 @@ -/* include/config.h. Generated from config.h.in by configure. */ -/* include/config.h.in. Generated from configure.ac by autoheader. */ +/* + * ALSA lib header file include/config.h + * 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 + * + */ + +#ifndef __ALSA_CONFIG_H +#define __ALSA_CONFIG_H /* Directory with aload* device files */ #define ALOAD_DEVICE_DIRECTORY "/dev/" @@ -259,3 +279,5 @@ #ifndef __cplusplus /* #undef inline */ #endif + +#endif /* __ALSA_CONFIG_H */ \ No newline at end of file -- Gitee From c0ecdea3ca898c039b4ce1eea454d085e0326796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Tue, 16 Jul 2024 11:44:07 +0000 Subject: [PATCH 4/8] update OAT.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- OAT.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/OAT.xml b/OAT.xml index 972f1132..ded160df 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,18 @@ Note:If the text contains special characters, please escape them according to th + + + + + + + + + + + + -- Gitee From 2fd4d97a2c27f0b23441c71090528cdbeb3957ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Wed, 17 Jul 2024 01:26:39 +0000 Subject: [PATCH 5/8] update OAT.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- OAT.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OAT.xml b/OAT.xml index ded160df..4db9cdd0 100755 --- a/OAT.xml +++ b/OAT.xml @@ -73,7 +73,6 @@ Note:If the text contains special characters, please escape them according to th - @@ -84,7 +83,6 @@ Note:If the text contains special characters, please escape them according to th - -- Gitee From 4945670c40c10926adf9d9df4010fb314604f5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Wed, 17 Jul 2024 03:53:49 +0000 Subject: [PATCH 6/8] update include/config.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- include/config.h | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/include/config.h b/include/config.h index 7e464f15..0ffea5a2 100644 --- a/include/config.h +++ b/include/config.h @@ -1,22 +1,5 @@ -/* - * ALSA lib header file include/config.h - * 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 - * - */ +/* 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 -- Gitee From bfc207f453852a5a988968bdd9d80059f7abd96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Wed, 17 Jul 2024 03:54:31 +0000 Subject: [PATCH 7/8] update include/version.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- include/version.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/include/version.h b/include/version.h index 4c4e4f23..fd27eb20 100644 --- a/include/version.h +++ b/include/version.h @@ -1,20 +1,5 @@ /* - * ALSA lib header file include/version.h - * 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 + * version.h * */ -- Gitee From 59b0dd90f56159b4c2abba7f014f424f3819ad74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Wed, 17 Jul 2024 03:54:52 +0000 Subject: [PATCH 8/8] update include/version.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- include/version.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/version.h b/include/version.h index fd27eb20..beba2b22 100644 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,5 @@ /* * version.h - * */ #define SND_LIB_MAJOR 1 /**< major number of library version */ -- Gitee