| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /*************************************************************************** |
|---|
| 2 | 3 | * au88x0_a3ddata.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | ****************************************************************************/ |
|---|
| 8 | 9 | |
|---|
| 9 | 10 | /* |
|---|
| 10 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 11 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 12 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 13 | | - * (at your option) any later version. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 18 | | - * GNU Library General Public License for more details. |
|---|
| 19 | | - * |
|---|
| 20 | | - * You should have received a copy of the GNU General Public License |
|---|
| 21 | | - * along with this program; if not, write to the Free Software |
|---|
| 22 | | - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 23 | 11 | */ |
|---|
| 24 | 12 | |
|---|
| 25 | 13 | /* Constant initializer values. */ |
|---|
| .. | .. |
|---|
| 33 | 21 | 0, 0, 0 |
|---|
| 34 | 22 | }; |
|---|
| 35 | 23 | |
|---|
| 36 | | -static const a3d_Hrtf_t A3dHrirImpulse = { |
|---|
| 24 | +static __maybe_unused const a3d_Hrtf_t A3dHrirImpulse = { |
|---|
| 37 | 25 | 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
|---|
| 38 | 26 | 0, 0, 0, |
|---|
| 39 | 27 | 0, 0, 0, 0, |
|---|
| .. | .. |
|---|
| 42 | 30 | 0, 0, 0 |
|---|
| 43 | 31 | }; |
|---|
| 44 | 32 | |
|---|
| 45 | | -static const a3d_Hrtf_t A3dHrirOnes = { |
|---|
| 33 | +static __maybe_unused const a3d_Hrtf_t A3dHrirOnes = { |
|---|
| 46 | 34 | 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, |
|---|
| 47 | 35 | 0x7fff, |
|---|
| 48 | 36 | 0x7fff, |
|---|
| .. | .. |
|---|
| 59 | 47 | 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff |
|---|
| 60 | 48 | }; |
|---|
| 61 | 49 | |
|---|
| 62 | | -static const a3d_Hrtf_t A3dHrirSatTest = { |
|---|
| 50 | +static __maybe_unused const a3d_Hrtf_t A3dHrirSatTest = { |
|---|
| 63 | 51 | 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, 0x7fff, |
|---|
| 64 | 52 | 0x7fff, |
|---|
| 65 | 53 | 0x7fff, |
|---|
| .. | .. |
|---|
| 71 | 59 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
|---|
| 72 | 60 | }; |
|---|
| 73 | 61 | |
|---|
| 74 | | -static const a3d_Hrtf_t A3dHrirDImpulse = { |
|---|
| 62 | +static __maybe_unused const a3d_Hrtf_t A3dHrirDImpulse = { |
|---|
| 75 | 63 | 0, 0x7fff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
|---|
| 76 | 64 | 0, 0, 0, |
|---|
| 77 | 65 | 0, 0, 0, 0, |
|---|