diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-08-31 03:08:38 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2018-08-31 15:58:15 +0100 |
| commit | 5ece10ab99205d11419e3d2e6c7ac0e382d952b5 (patch) | |
| tree | a34b7d8d0af8240a39cc93e319b2c7818ad5123b /tools/perf/scripts/python/syscall-counts.py | |
| parent | 710af9196ce614ee02185c2ec55e617a71843183 (diff) | |
| download | linux-5ece10ab99205d11419e3d2e6c7ac0e382d952b5.tar.gz linux-5ece10ab99205d11419e3d2e6c7ac0e382d952b5.zip | |
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>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
