Re: [PATCH v3 1/4] ASoC: dapm: fix debugfs read using path->connected

2018-02-09 Thread Matthias Kaehlcke
Sorry, I unintentionally 'recycled' git send-email parameters, please ignore this patch :( El Fri, Feb 09, 2018 at 01:22:13PM -0800 Matthias Kaehlcke ha dit: > From: KaiChieh Chuang > > This fix a bug in dapm_widget_power_read_file(), > where it may sent opposite

[PATCH v3 1/4] ASoC: dapm: fix debugfs read using path->connected

2018-02-09 Thread Matthias Kaehlcke
From: KaiChieh Chuang This fix a bug in dapm_widget_power_read_file(), where it may sent opposite order of source/sink widget into the p->connected(). for example, static int connected_check(source, sink); {"w_sink", NULL, "w_source", connected_check} the