Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-20 Thread Peter Ujfalusi
On 06/18/2016 07:42 AM, Helen Koike wrote: > Add DAPM support and updated rx51 accordingly. > As a consequence: > - the exported function tpa6130a2_stereo_enable is not needed anymore > - the mutex is dealt in the DAPM > - the power state is tracked by the DAPM > > Signed-off-by: Lars-Peter

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-20 Thread Peter Ujfalusi
On 06/18/2016 07:42 AM, Helen Koike wrote: > Add DAPM support and updated rx51 accordingly. > As a consequence: > - the exported function tpa6130a2_stereo_enable is not needed anymore > - the mutex is dealt in the DAPM > - the power state is tracked by the DAPM > > Signed-off-by: Lars-Peter

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-19 Thread Sebastian Reichel
Hi, On Sun, Jun 19, 2016 at 11:39:15AM +0200, Lars-Peter Clausen wrote: > On 06/19/2016 01:21 AM, Sebastian Reichel wrote: > > On Sat, Jun 18, 2016 at 12:26:31AM -0300, Helen Koike wrote: > >> Add DAPM support and updated rx51 accordingly. > >> As a consequence: > >> - the exported function

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-19 Thread Sebastian Reichel
Hi, On Sun, Jun 19, 2016 at 11:39:15AM +0200, Lars-Peter Clausen wrote: > On 06/19/2016 01:21 AM, Sebastian Reichel wrote: > > On Sat, Jun 18, 2016 at 12:26:31AM -0300, Helen Koike wrote: > >> Add DAPM support and updated rx51 accordingly. > >> As a consequence: > >> - the exported function

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-19 Thread Lars-Peter Clausen
On 06/19/2016 01:21 AM, Sebastian Reichel wrote: > Hi, > > On Sat, Jun 18, 2016 at 12:26:31AM -0300, Helen Koike wrote: >> Add DAPM support and updated rx51 accordingly. >> As a consequence: >> - the exported function tpa6130a2_stereo_enable is not needed anymore >> - the mutex is dealt in the

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-19 Thread Lars-Peter Clausen
On 06/19/2016 01:21 AM, Sebastian Reichel wrote: > Hi, > > On Sat, Jun 18, 2016 at 12:26:31AM -0300, Helen Koike wrote: >> Add DAPM support and updated rx51 accordingly. >> As a consequence: >> - the exported function tpa6130a2_stereo_enable is not needed anymore >> - the mutex is dealt in the

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:26:31AM -0300, Helen Koike wrote: > Add DAPM support and updated rx51 accordingly. > As a consequence: > - the exported function tpa6130a2_stereo_enable is not needed anymore > - the mutex is dealt in the DAPM > - the power state is tracked by the DAPM This breaks

Re: [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:26:31AM -0300, Helen Koike wrote: > Add DAPM support and updated rx51 accordingly. > As a consequence: > - the exported function tpa6130a2_stereo_enable is not needed anymore > - the mutex is dealt in the DAPM > - the power state is tracked by the DAPM This breaks

[PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-17 Thread Helen Koike
Add DAPM support and updated rx51 accordingly. As a consequence: - the exported function tpa6130a2_stereo_enable is not needed anymore - the mutex is dealt in the DAPM - the power state is tracked by the DAPM Signed-off-by: Lars-Peter Clausen [koike: port for upstream]

[PATCH 4/4] ASoC: tpa6130a2: Add DAPM support

2016-06-17 Thread Helen Koike
Add DAPM support and updated rx51 accordingly. As a consequence: - the exported function tpa6130a2_stereo_enable is not needed anymore - the mutex is dealt in the DAPM - the power state is tracked by the DAPM Signed-off-by: Lars-Peter Clausen [koike: port for upstream] Signed-off-by: Helen Koike