diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-03-19 04:15:18 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-22 18:20:51 +0000 |
commit | f8c3c3094302cb25d9720804b8100fdd37a3ace0 (patch) | |
tree | 2ab3e87266005a53e4fbd56e65065870abe0b384 /sound/soc/sh/rcar/rsnd.h | |
parent | d2c4b80c5b392c8437f9174161a17176b9c3cd76 (diff) | |
download | blackbird-op-linux-f8c3c3094302cb25d9720804b8100fdd37a3ace0.tar.gz blackbird-op-linux-f8c3c3094302cb25d9720804b8100fdd37a3ace0.zip |
ASoC: rsnd: add dai_link stream name
This patch adds missing dai_link stream_name
which is used when DPCM
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, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index 52c401c9eeef..5f35af7ff821 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h @@ -301,6 +301,7 @@ struct dma_chan *rsnd_mod_dma_req(struct rsnd_mod *mod); */ #define RSND_DAI_NAME_SIZE 16 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 */ |