forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/sound/soc/sh/siu.h
....@@ -96,7 +96,7 @@
9696 };
9797
9898 struct siu_stream {
99
- struct tasklet_struct tasklet;
99
+ struct work_struct work;
100100 struct snd_pcm_substream *substream;
101101 snd_pcm_format_t format;
102102 size_t buf_bytes;
....@@ -169,7 +169,7 @@
169169 #define SIU_BRGBSEL (0x108 / sizeof(u32))
170170 #define SIU_BRRB (0x10c / sizeof(u32))
171171
172
-extern struct snd_soc_component_driver siu_component;
172
+extern const struct snd_soc_component_driver siu_component;
173173 extern struct siu_info *siu_i2s_data;
174174
175175 int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card);