commit | ff60005e4598ca9a79fa6d8378dd35a668ae4de7 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Fri Nov 02 16:00:18 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 05 10:37:30 2018 +0000 |
tree | 5b1e4c5a38ed81a65ea9042eb847927be1e509b1 | |
parent | 6b27e27729270a2478fdebea2db9c4f57bb4e8e6 [diff] |
ASoC: smd845: constify snd_soc_ops structure The snd_soc_ops structure can be const as it is only stored in the ops field of a snd_soc_dai_link structure and this field is const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mark Brown <broonie@kernel.org>