Re: [PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-19 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:26:27AM -0300, Helen Koike wrote: > The current tpa6130a2 driver supports only a single instance. > This patch series add support for multiple instances by removing the global > variable that holds the instance. > This is performed by using the component API,

Re: [PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-19 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:26:27AM -0300, Helen Koike wrote: > The current tpa6130a2 driver supports only a single instance. > This patch series add support for multiple instances by removing the global > variable that holds the instance. > This is performed by using the component API,

Re: [PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:40:38PM +0200, Sebastian Reichel wrote: > On Sat, Jun 18, 2016 at 12:26:27AM -0300, Helen Koike wrote: > > The current tpa6130a2 driver supports only a single instance. > > This patch series add support for multiple instances by removing > > the global variable that

Re: [PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:40:38PM +0200, Sebastian Reichel wrote: > On Sat, Jun 18, 2016 at 12:26:27AM -0300, Helen Koike wrote: > > The current tpa6130a2 driver supports only a single instance. > > This patch series add support for multiple instances by removing > > the global variable that

Re: [PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:26:27AM -0300, Helen Koike wrote: > The current tpa6130a2 driver supports only a single instance. > This patch series add support for multiple instances by removing > the global variable that holds the instance. This is performed by > using the component API,

Re: [PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 12:26:27AM -0300, Helen Koike wrote: > The current tpa6130a2 driver supports only a single instance. > This patch series add support for multiple instances by removing > the global variable that holds the instance. This is performed by > using the component API,

[PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-17 Thread Helen Koike
The current tpa6130a2 driver supports only a single instance. This patch series add support for multiple instances by removing the global variable that holds the instance. This is performed by using the component API, regmap, the snd_soc_{info,put,get}_volsw API and DAPM. This patch series also

[PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances

2016-06-17 Thread Helen Koike
The current tpa6130a2 driver supports only a single instance. This patch series add support for multiple instances by removing the global variable that holds the instance. This is performed by using the component API, regmap, the snd_soc_{info,put,get}_volsw API and DAPM. This patch series also