Tag: 93189ea425498339b13e5f74d254070d4a2b7d37

ASoC: Intel: constify sst_block_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The sst_block_ops structure is never modified, and is thus declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Acked-by: Jie Yang Signed-off-by: Mark Brown — sound/soc/intel/common/sst-dsp-priv.h | 6 +++— sound/soc/intel/common/sst-firmware.c | 4 ++– sound/soc/intel/haswell/sst-haswell-dsp.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)   diff –git a/sound/soc/intel/common/sst-dsp-priv.h …

Continue reading