Re: [PATCH 02/12] ASoC: dapm: Implement stereo mixer control support

2016-10-27 Thread Chen-Yu Tsai
On Thu, Oct 27, 2016 at 1:50 AM, Mark Brown wrote: > On Mon, Oct 03, 2016 at 07:07:54PM +0800, Chen-Yu Tsai wrote: > >> /* find dapm widget path assoc with kcontrol */ >> dapm_kcontrol_for_each_path(path, kcontrol) { >> + /* >> + * If status for the second chan

Re: [PATCH 02/12] ASoC: dapm: Implement stereo mixer control support

2016-10-26 Thread Chen-Yu Tsai
On Thu, Oct 27, 2016 at 12:57 AM, Mark Brown wrote: > On Mon, Oct 03, 2016 at 07:07:54PM +0800, Chen-Yu Tsai wrote: > >> While DAPM is mono or single channel, its controls can be shared between >> widgets, such as sharing one stereo mixer control between the left and >> right channel widgets. > >>

Re: [PATCH 02/12] ASoC: dapm: Implement stereo mixer control support

2016-10-26 Thread Mark Brown
On Mon, Oct 03, 2016 at 07:07:54PM +0800, Chen-Yu Tsai wrote: > /* find dapm widget path assoc with kcontrol */ > dapm_kcontrol_for_each_path(path, kcontrol) { > + /* > + * If status for the second channel was given ( >= 0 ), > + * consider the sec

Re: [PATCH 02/12] ASoC: dapm: Implement stereo mixer control support

2016-10-26 Thread Mark Brown
On Mon, Oct 03, 2016 at 07:07:54PM +0800, Chen-Yu Tsai wrote: > While DAPM is mono or single channel, its controls can be shared between > widgets, such as sharing one stereo mixer control between the left and > right channel widgets. > This patch introduces support for such shared mixer controls