aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/spdif_receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/spdif_receiver.c')
-rw-r--r--sound/soc/codecs/spdif_receiver.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/codecs/spdif_receiver.c b/sound/soc/codecs/spdif_receiver.c
index 7acd05140a81..c8fd6367f6c0 100644
--- a/sound/soc/codecs/spdif_receiver.c
+++ b/sound/soc/codecs/spdif_receiver.c
@@ -34,10 +34,11 @@ static const struct snd_soc_dapm_route dir_routes[] = {
34#define STUB_RATES SNDRV_PCM_RATE_8000_192000 34#define STUB_RATES SNDRV_PCM_RATE_8000_192000
35#define STUB_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \ 35#define STUB_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \
36 SNDRV_PCM_FMTBIT_S20_3LE | \ 36 SNDRV_PCM_FMTBIT_S20_3LE | \
37 SNDRV_PCM_FMTBIT_S24_LE | \ 37 SNDRV_PCM_FMTBIT_S24_LE | \
38 SNDRV_PCM_FMTBIT_S32_LE | \
38 SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE) 39 SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE)
39 40
40static const struct snd_soc_codec_driver soc_codec_spdif_dir = { 41static struct snd_soc_codec_driver soc_codec_spdif_dir = {
41 .component_driver = { 42 .component_driver = {
42 .dapm_widgets = dir_widgets, 43 .dapm_widgets = dir_widgets,
43 .num_dapm_widgets = ARRAY_SIZE(dir_widgets), 44 .num_dapm_widgets = ARRAY_SIZE(dir_widgets),