diff options
| author | Kuninori Morimoto <[email protected]> | 2021-04-16 10:59:48 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-04-16 14:34:10 +0100 |
| commit | 1cacbac447d9b29a4057d7bbffe8c3d4125ec82a (patch) | |
| tree | 8a9d1a6f9221bda4a3b2f90453cd9415fcb06ea5 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | eea1d18e9b2d959df908746b193f66dba3078473 (diff) | |
ASoC: soc-pcm: don't use "name" on __soc_pcm_params_symmetry() macro
__soc_pcm_params_symmetry() macro is using "name" as parameter
which will be exchanged to rate/channles/sample_bit, like below
dai->name => dai->rate
dai->name => dai->channels
dai->name => dai->sample_bit
But, dai itself has "name". This means
1) It is very confusable naming
2) It can't use dai->name
This patch use "xxx" instead of "name"
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions