diff options
| author | Kuninori Morimoto <[email protected]> | 2019-11-05 15:47:09 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-11-05 23:50:43 +0000 |
| commit | 5d07519703bc2f0bf19d33652401552a480d68b8 (patch) | |
| tree | 22fcc020ebc1dec7a4455a51312389fd28f573e9 /scripts/gdb/linux/clk.py | |
| parent | e11381f38f34789b374880c4a149e25e8d7f0cfd (diff) | |
ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()
ALSA SoC has 2 functions.
snd_soc_register_dai() is used from topology
snd_soc_register_dais() is used from snd_soc_add_component()
In general, people think like _dai() is called from _dais()
with for loop. But in reality, these are very similar
but different implementation.
We shouldn't have duplicated and confusing implementation.
snd_soc_register_dai() is now used from topology.
But to reduce duplicated code, it should be used from _dais(), too.
To prepare it, this patch adds missing parameter legacy_dai_naming
to snd_soc_register_dai().
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions