forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/sound/soc/sti/uniperif.h
....@@ -1,8 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) STMicroelectronics SA 2015
34 * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com>
45 * for STMicroelectronics.
5
- * License terms: GNU General Public License (GPL), version 2
66 */
77
88 #ifndef __SND_ST_AUD_UNIPERIF_H
....@@ -1348,7 +1348,7 @@
13481348 struct sti_uniperiph_dai dai_data;
13491349 };
13501350
1351
-static const struct snd_pcm_hardware uni_tdm_hw = {
1351
+static __maybe_unused const struct snd_pcm_hardware uni_tdm_hw = {
13521352 .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER |
13531353 SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_MMAP |
13541354 SNDRV_PCM_INFO_MMAP_VALID,