commit | 0da390ba86d841b1f9770c0a67bdebb4d8dc8be5 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Wed Jan 01 08:43:28 2020 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Jan 01 21:38:48 2020 +0000 |
tree | 648c9449d3293550820e8a51bcb9e5392a7f4c0f | |
parent | 3d8cbeda38f1cc51733715f0a02b338b4f75fad0 [diff] |
ASoC: qdsp6: q6asm-dai: constify copied structure The q6asm_dai_hardware_capture structure is only copied into another structure, so make it const. The opportunity for this change was found using Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/1577864614-5543-11-git-send-email-Julia.Lawall@inria.fr Signed-off-by: Mark Brown <broonie@kernel.org>