linux/sound/soc/amd/yc
Rikard Falkeborn 7bef00106b
ASoC: amd: acp6x-pdm-dma: Constify static snd_soc_dai_ops
The only usage of acp6x_pdm_dai_ops is to assign its address to the ops
field in the snd_soc_dai_driver struct, which is a pointer to const
snd_soc_dai_ops. Make it const to allow the compiler to put it in
read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20211204110848.21322-1-rikard.falkeborn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2021-12-06 13:49:31 +00:00
..
acp6x_chip_offset_byte.h
acp6x-mach.c ASoC: amd: add YC machine driver using dmic 2021-10-18 21:11:46 +01:00
acp6x-pdm-dma.c ASoC: amd: acp6x-pdm-dma: Constify static snd_soc_dai_ops 2021-12-06 13:49:31 +00:00
acp6x.h ASoC: amd: create platform device for acp6x machine driver 2021-10-18 21:11:45 +01:00
Makefile ASoC: amd: enable Yellow Carp platform machine driver build 2021-10-18 21:11:47 +01:00
pci-acp6x.c ASoC: amd: fix uninitialized variable in snd_acp6x_probe() 2021-11-30 13:08:02 +00:00