commit | b1635596860dd3229645e41276f6c83ca788e4c1 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sat Oct 27 15:34:42 2018 +0200 |
committer | Vinod Koul <vkoul@kernel.org> | Mon Nov 12 15:36:06 2018 +0530 |
tree | 6fe5a9eaae478b39738ea8b147499190f1618b35 | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a [diff] |
soundwire: intel: constify snd_soc_dai_ops structures The snd_soc_dai_ops structures are only stored in the ops field of a snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures const as well. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Vinod Koul <vkoul@kernel.org>