On Tue, Jun 30, 2020 at 01:22:29PM +0530, Sameer Pujar wrote:
Yes there are complex use cases, but if we look at the amount of changesWhy simple-card and not audio-graph-card?
required in simple-card driver that is not too much. Existing binding for
simple-card driver would still work fine for our cases. Yes there are some
deviations and we don't want to break existing users, that is why a *new*
compatible was introduced and specific items can be pushed under it.
Majority of the simple-card driver is getting re-used here. We just need to
make sure it does not affect anyone else.
Remember that this stuff gets fixed into the ABI so we'd have to liveUsing fe/be instead of cpu/codec is easy to understand.I guess you are referring to DT binding part. The parsing code specifically
looks for "codec" sub node and thus present conventions had to be used.
with this for ever.