diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-08-24 21:56:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 16:21:39 -0400 |
commit | 5496ca5c657517a20aa0f19f4baea2a119f231aa (patch) | |
tree | ae64fddfa9da1143a7a9a0d718e8573f96deea01 /sound/soc/generic | |
parent | d12c6216c4a58f9fd2a58bc489783a095d84b2fc (diff) |
ASoC: simple-scu-card: remove unused definitions
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/generic')
-rw-r--r-- | sound/soc/generic/simple-scu-card.c | 8 |
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 | ||
25 | struct asoc_simple_card_of_data { | ||
26 | const char *prefix; | ||
27 | const struct snd_soc_dapm_route *routes; | ||
28 | int num_routes; | ||
29 | }; | ||
30 | |||
31 | static const struct of_device_id asoc_simple_card_of_match[] = { | 25 | static 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 | }; |
36 | MODULE_DEVICE_TABLE(of, asoc_simple_card_of_match); | 30 | MODULE_DEVICE_TABLE(of, asoc_simple_card_of_match); |
37 | 31 | ||
38 | #define IDX_CPU 0 | ||
39 | #define IDX_CODEC 1 | ||
40 | struct asoc_simple_card_priv { | 32 | struct 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; |