commit | 5c2e035e69ffff4c8b3f0a2ddfefa102ad9d9d42 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Thu Aug 17 15:46:11 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 17 17:57:21 2017 +0100 |
tree | 1113705f86f917e7f351d8fa0d889574a359034a | |
parent | ce25f0d6e750a808118b699fe9f917c954710cc8 [diff] |
ASoC: sh: make snd_pcm_hardware const Make these const as they are only passed as the 2nd argument to the function snd_soc_set_runtime_hwparams, which is const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>