diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-06-06 04:35:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-06 18:55:08 +0200 |
commit | d70c34db3357cedf8735ebad0b0fa5fed7b54b35 (patch) | |
tree | 15f0abe917e78a5478aa0b6f56126cb1c644cf22 /sound/soc/sh/rcar/rsnd.h | |
parent | ASoC: rsnd: remove unused rsnd_ssi_non_ops (diff) | |
download | linux-d70c34db3357cedf8735ebad0b0fa5fed7b54b35.tar.xz linux-d70c34db3357cedf8735ebad0b0fa5fed7b54b35.zip |
ASoC: rsnd: remove unused rsnd_dai_path_info
commit 2ea2cc86db7c ("ASoC: rsnd: remove struct rcar_snd_info")
removed all struct rsnd_dai_path_info related code.
This patch removes unused rsnd_dai_path_info.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/rsnd.h')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index 037e33ffa69d..96a567de5f14 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h @@ -421,7 +421,6 @@ struct rsnd_dai_stream { char name[RSND_DAI_NAME_SIZE]; struct snd_pcm_substream *substream; struct rsnd_mod *mod[RSND_MOD_MAX]; - struct rsnd_dai_path_info *info; /* rcar_snd.h */ struct rsnd_dai *rdai; u32 parent_ssi_status; int byte_pos; |