diff options
| author | Mark Brown <broonie@kernel.org> | 2021-02-17 18:52:25 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-02-17 18:52:25 +0000 |
| commit | 3b9b1490e098f4847a215d2be6a66fbb891bfc7a (patch) | |
| tree | aacd0777b9c0bb1ffa1e560bd3b0ab4bdb45211c /sound/soc/sh | |
| parent | 92bf22614b21a2706f4993b278017e437f7785b3 (diff) | |
| parent | bd8036eb15263a720b8f846861c180b27d050a09 (diff) | |
| download | linux-3b9b1490e098f4847a215d2be6a66fbb891bfc7a.tar.bz2 | |
Merge remote-tracking branch 'asoc/for-5.11' into asoc-linus
Diffstat (limited to 'sound/soc/sh')
| -rw-r--r-- | sound/soc/sh/siu.h | 2 | ||||
| -rw-r--r-- | sound/soc/sh/siu_pcm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index 6201840f1bc0..a675c36fc9d9 100644 --- a/sound/soc/sh/siu.h +++ b/sound/soc/sh/siu.h @@ -169,7 +169,7 @@ static inline u32 siu_read32(u32 __iomem *addr) #define SIU_BRGBSEL (0x108 / sizeof(u32)) #define SIU_BRRB (0x10c / sizeof(u32)) -extern struct snd_soc_component_driver siu_component; +extern const struct snd_soc_component_driver siu_component; extern struct siu_info *siu_i2s_data; int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card); diff --git a/sound/soc/sh/siu_pcm.c b/sound/soc/sh/siu_pcm.c index 45c4320976ab..4785886df4f0 100644 --- a/sound/soc/sh/siu_pcm.c +++ b/sound/soc/sh/siu_pcm.c @@ -543,7 +543,7 @@ static void siu_pcm_free(struct snd_soc_component *component, dev_dbg(pcm->card->dev, "%s\n", __func__); } -struct const snd_soc_component_driver siu_component = { +const struct snd_soc_component_driver siu_component = { .name = DRV_NAME, .open = siu_pcm_open, .close = siu_pcm_close, |