aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/generic/simple-scu-card.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/generic/simple-scu-card.c b/sound/soc/generic/simple-scu-card.c
index 3fa19084e326..fdfaf4f5c443 100644
--- a/sound/soc/generic/simple-scu-card.c
+++ b/sound/soc/generic/simple-scu-card.c
@@ -22,12 +22,6 @@
22#include <sound/soc-dai.h> 22#include <sound/soc-dai.h>
23#include <sound/simple_card_utils.h> 23#include <sound/simple_card_utils.h>
24 24
25struct asoc_simple_card_of_data {
26 const char *prefix;
27 const struct snd_soc_dapm_route *routes;
28 int num_routes;
29};
30
31static const struct of_device_id asoc_simple_card_of_match[] = { 25static const struct of_device_id asoc_simple_card_of_match[] = {
32 { .compatible = "renesas,rsrc-card", }, 26 { .compatible = "renesas,rsrc-card", },
33 { .compatible = "simple-scu-audio-card", }, 27 { .compatible = "simple-scu-audio-card", },
@@ -35,8 +29,6 @@ static const struct of_device_id asoc_simple_card_of_match[] = {
35}; 29};
36MODULE_DEVICE_TABLE(of, asoc_simple_card_of_match); 30MODULE_DEVICE_TABLE(of, asoc_simple_card_of_match);
37 31
38#define IDX_CPU 0
39#define IDX_CODEC 1
40struct asoc_simple_card_priv { 32struct asoc_simple_card_priv {
41 struct snd_soc_card snd_card; 33 struct snd_soc_card snd_card;
42 struct snd_soc_codec_conf codec_conf; 34 struct snd_soc_codec_conf codec_conf;