GitHub issue: https://github.com/thesofproject/linux/issues/1637
This is not relevant for kernel, pls remove
list_for_each_entry(m_rt, &bus->m_rt_list, bus_node) {
+
+ /*
+ * this loop walks through all master runtimes for a
+ * bus, but the ports can only be configured while
+ * explicitly preparing a stream or handling an
+ * already-prepared stream otherwise.
we can go upto 80 chars, make sure you align the above comment block as
such
/* Program params */
- ret = sdw_program_params(bus);
+ ret = sdw_program_params(bus, false);
Can you do a converse test as well, when the streams are running and
concurrently two stream are stopped, it would be good to get it confirmed...