diff options
author | Mark Brown <broonie@kernel.org> | 2017-09-01 14:12:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-01 14:12:19 +0300 |
commit | 460f623a6e3cab02c3cda52cf64094a96afece4e (patch) | |
tree | a54caccd6540733d8f4fafc576f920d47baab9a5 /sound/soc/intel/haswell/sst-haswell-pcm.c | |
parent | 39e0a0ae6957a7eafcd3245f45f40bf822e49812 (diff) | |
parent | 38a770859e10f566c434ae0d3f380954280f262b (diff) | |
download | linux-460f623a6e3cab02c3cda52cf64094a96afece4e.tar.xz |
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/haswell/sst-haswell-pcm.c')
-rw-r--r-- | sound/soc/intel/haswell/sst-haswell-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/haswell/sst-haswell-pcm.c b/sound/soc/intel/haswell/sst-haswell-pcm.c index 9e4094e2c6e3..c044400540ec 100644 --- a/sound/soc/intel/haswell/sst-haswell-pcm.c +++ b/sound/soc/intel/haswell/sst-haswell-pcm.c @@ -1135,7 +1135,7 @@ static int hsw_pcm_remove(struct snd_soc_platform *platform) return 0; } -static struct snd_soc_platform_driver hsw_soc_platform = { +static const struct snd_soc_platform_driver hsw_soc_platform = { .probe = hsw_pcm_probe, .remove = hsw_pcm_remove, .ops = &hsw_pcm_ops, |