aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 79d855d2bddd..4a578b5d855c 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -333,6 +333,11 @@ struct snd_soc_dai_link {
333/* SoC card */ 333/* SoC card */
334struct snd_soc_card { 334struct snd_soc_card {
335 char *name; 335 char *name;
336 struct device *dev;
337
338 struct list_head list;
339
340 int instantiated;
336 341
337 int (*probe)(struct platform_device *pdev); 342 int (*probe)(struct platform_device *pdev);
338 int (*remove)(struct platform_device *pdev); 343 int (*remove)(struct platform_device *pdev);