summaryrefslogtreecommitdiff
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-08-25 01:56:18 (GMT)
committerMark Brown <broonie@kernel.org>2016-09-01 20:21:39 (GMT)
commit5496ca5c657517a20aa0f19f4baea2a119f231aa (patch)
treeae64fddfa9da1143a7a9a0d718e8573f96deea01 /sound/soc/generic
parentd12c6216c4a58f9fd2a58bc489783a095d84b2fc (diff)
downloadlinux-5496ca5c657517a20aa0f19f4baea2a119f231aa.tar.xz
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.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 3fa1908..fdfaf4f 100644
--- a/sound/soc/generic/simple-scu-card.c
+++ b/sound/soc/generic/simple-scu-card.c
@@ -22,12 +22,6 @@
#include <sound/soc-dai.h>
#include <sound/simple_card_utils.h>
-struct asoc_simple_card_of_data {
- const char *prefix;
- const struct snd_soc_dapm_route *routes;
- int num_routes;
-};
-
static const struct of_device_id asoc_simple_card_of_match[] = {
{ .compatible = "renesas,rsrc-card", },
{ .compatible = "simple-scu-audio-card", },
@@ -35,8 +29,6 @@ static const struct of_device_id asoc_simple_card_of_match[] = {
};
MODULE_DEVICE_TABLE(of, asoc_simple_card_of_match);
-#define IDX_CPU 0
-#define IDX_CODEC 1
struct asoc_simple_card_priv {
struct snd_soc_card snd_card;
struct snd_soc_codec_conf codec_conf;