diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-03-24 12:01:00 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-24 20:48:56 +0300 |
commit | 4e2576bd36a12e78ac3786d05b99a820dffe687f (patch) | |
tree | 44c1484139d6f14eccf84f5aa1ca73bb711393cb /sound/isa/msnd/msnd_pinnacle_mixer.c | |
parent | 778952598e53f09251bebe1655177b355cd9e836 (diff) | |
download | linux-4e2576bd36a12e78ac3786d05b99a820dffe687f.tar.xz |
ASoC: soc-core: initialize debugfs in snd_soc_instantiate_card()
Current soc_init_card_debugfs() is called from snd_soc_register_card()
but, soc_cleanup_card_debugfs() is called from soc_cleanup_card_resources(),
not from paired function.
This differences don't matter for now. But if anyone wants to implement
a proper hotplug/unplug, this difference would become clearer.
Now, we can assume that snd_soc_instantiate_card() and
soc_cleanup_card_resources() are paired function.
soc_init_card_debugfs() / soc_cleanup_card_debugfs() paired function
should be called from these.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/isa/msnd/msnd_pinnacle_mixer.c')
0 files changed, 0 insertions, 0 deletions