linux/sound/soc/generic
Kuninori Morimoto 5ece10ab99
ASoC: simple-scu-card: use simple_dai_props
simple-card and simple-scu-card are very similar driver,
but using different feature. Thus we are keeping synchronization
on these 2 drivers style, because it is easy to confirm / check.

Current big difference between these 2 drivers are "dai_props" on
simple_card_data (= priv).
It will be difficult to keep synchronize if we will add new feature
on simple-scu-card. Thus, this patch synchronize it.

[simple]
struct simple_card_data {
	...
	struct simple_dai_props {
		...
	} *dai_props;
	...
};

[simple scu]
struct simple_card_data {
	...
	struct asoc_simple_dai *dai_props;
	...
};

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-08-31 15:58:15 +01:00
..
audio-graph-card.c ASoC: audio-graph-card.c: convert to SPDX identifiers 2018-07-02 10:53:17 +01:00
audio-graph-scu-card.c ASoC: audio-graph-scu-card.c: convert to SPDX identifiers 2018-07-02 10:53:33 +01:00
Kconfig ASoC: add audio-graph-scu-card support 2017-05-29 14:49:09 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
simple-card-utils.c ASoC: simple_card_utils: support snd_soc_dai_link_component style for codec 2018-08-31 15:58:07 +01:00
simple-card.c ASoC: simple-card: support snd_soc_dai_link_component style for codec 2018-08-31 15:58:11 +01:00
simple-scu-card.c ASoC: simple-scu-card: use simple_dai_props 2018-08-31 15:58:15 +01:00