diff options
author | Mark Brown <broonie@kernel.org> | 2017-08-21 21:50:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-21 21:50:23 +0100 |
commit | bf9790bcdca582a7a3a0c10550a52ba2a9efc5c9 (patch) | |
tree | f6325c050ad109e95ba8ae932f9fd5f1483f1dae /sound/soc/codecs/spdif_receiver.c | |
parent | 728c4a87f31d30669a103dac1851a15f4e2af03c (diff) | |
parent | f13db334bf7b68b0086d04ab6a51517ba41123b4 (diff) |
Merge branch 'topic/const' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-blackfin
Diffstat (limited to 'sound/soc/codecs/spdif_receiver.c')
-rw-r--r-- | sound/soc/codecs/spdif_receiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/spdif_receiver.c b/sound/soc/codecs/spdif_receiver.c index 234f87b54838..7acd05140a81 100644 --- a/sound/soc/codecs/spdif_receiver.c +++ b/sound/soc/codecs/spdif_receiver.c @@ -37,7 +37,7 @@ static const struct snd_soc_dapm_route dir_routes[] = { SNDRV_PCM_FMTBIT_S24_LE | \ SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE) -static struct snd_soc_codec_driver soc_codec_spdif_dir = { +static const struct snd_soc_codec_driver soc_codec_spdif_dir = { .component_driver = { .dapm_widgets = dir_widgets, .num_dapm_widgets = ARRAY_SIZE(dir_widgets), |