aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2018-08-31 03:08:38 +0000
committerMark Brown <[email protected]>2018-08-31 15:58:15 +0100
commit5ece10ab99205d11419e3d2e6c7ac0e382d952b5 (patch)
treea34b7d8d0af8240a39cc93e319b2c7818ad5123b /tools/perf/scripts/python/stackcollapse.py
parent710af9196ce614ee02185c2ec55e617a71843183 (diff)
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions