Files
linux-stable-mirror/include/sound
Mengdong Lin 68003e6cf2 ASoC: Support registering a DAI dynamically
Define API snd_soc_register_dai() to add a DAI dynamically and
create the DAI widgets. Topology can use this API to register DAIs
when probing a component with topology info. These DAIs's playback
& capture widgets will be freed when the sound card is unregistered
and the DAIs will be freed when cleaning up the component.

And a dobj is embedded into the struct snd_soc_dai_driver. Topology
can use the dobj to find the DAI drivers created by it and free them
when the topology component is removed.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2016-01-10 12:06:19 +00:00
..
2015-10-02 18:11:27 +01:00
2015-02-02 14:42:42 +01:00
2015-05-22 16:01:44 +02:00
2015-10-28 11:42:22 +01:00
2015-02-02 14:42:43 +01:00
2015-07-09 12:00:11 +01:00
2015-03-11 12:08:20 +00:00