
9 Jul
2018
9 Jul
'18
2:03 p.m.
On Mon, Jul 09, 2018 at 05:31:04PM +0530, Rohit Kumar wrote:
On 7/9/2018 4:44 PM, Mark Brown wrote:
On Fri, Jul 06, 2018 at 03:13:13PM +0530, Rohit kumar wrote:
+static const struct component_master_ops sdm845_ops = {
- .bind = sdm845_bind,
- .unbind = sdm845_unbind,
+};
Why is this using the component stuff rather than the normal support for finding the components of audio cards?
QCOM soundcard is dependent on platform and cpu dais which gets registered only when ADSP is up.
This doesn't answer the question...
This is the design being followed in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/soun...
Oh dear, missed that :( This is also broken and should be fixed.