.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) STMicroelectronics SA 2015 |
---|
3 | 4 | * Authors: Arnaud Pouliquen <arnaud.pouliquen@st.com> |
---|
4 | 5 | * for STMicroelectronics. |
---|
5 | | - * License terms: GNU General Public License (GPL), version 2 |
---|
6 | 6 | */ |
---|
7 | 7 | |
---|
8 | 8 | #ifndef __SND_ST_AUD_UNIPERIF_H |
---|
.. | .. |
---|
1348 | 1348 | struct sti_uniperiph_dai dai_data; |
---|
1349 | 1349 | }; |
---|
1350 | 1350 | |
---|
1351 | | -static const struct snd_pcm_hardware uni_tdm_hw = { |
---|
| 1351 | +static __maybe_unused const struct snd_pcm_hardware uni_tdm_hw = { |
---|
1352 | 1352 | .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | |
---|
1353 | 1353 | SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_MMAP | |
---|
1354 | 1354 | SNDRV_PCM_INFO_MMAP_VALID, |
---|