Re: [PATCH 0/3] ASoC: tpa6130a2: model handling cleanup

2011-09-21 Thread Mark Brown
On Tue, Aug 30, 2011 at 04:38:50PM +0300, Jarkko Nikula wrote:

 Tested-by: Jarkko Nikula jarkko.nik...@bitmer.com

I applied these with the last two patches squashed together in order to
preserve bisection - the two patches should have been combined as patch
2 removes a field that the existing code is using.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [alsa-devel] [PATCH 0/3] ASoC: tpa6130a2: model handling cleanup

2011-09-13 Thread Péter Ujfalusi
Hello Mark, Tony,

On Tuesday 30 August 2011 13:39:51 Ujfalusi, Peter wrote:
 Hello,
 
 Small cleanup for the tpa6130a2 driver for model handling:
 Remove the model_id from platform_data, and use the device name/device_data
 to distinguish between the supported models of TPA.

Would you have time to take a look at this series (it got the Tested-by from 
Jarkko)?

Thank you,
Péter
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [alsa-devel] [PATCH 0/3] ASoC: tpa6130a2: model handling cleanup

2011-09-13 Thread Mark Brown
On Tue, Sep 13, 2011 at 03:11:41PM +0300, Péter Ujfalusi wrote:

 Would you have time to take a look at this series (it got the Tested-by from 
 Jarkko)?

I'm fine with it, I'm waiting for Liam's review.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [alsa-devel] [PATCH 0/3] ASoC: tpa6130a2: model handling cleanup

2011-09-13 Thread Liam Girdwood
On Tue, 2011-09-13 at 13:27 +0100, Mark Brown wrote:
 On Tue, Sep 13, 2011 at 03:11:41PM +0300, Péter Ujfalusi wrote:
 
  Would you have time to take a look at this series (it got the Tested-by 
  from 
  Jarkko)?
 
 I'm fine with it, I'm waiting for Liam's review.

Acked-by: Liam Girdwood l...@ti.com


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] ASoC: tpa6130a2: model handling cleanup

2011-08-30 Thread Peter Ujfalusi
Hello,

Small cleanup for the tpa6130a2 driver for model handling:
Remove the model_id from platform_data, and use the device name/device_data
to distinguish between the supported models of TPA.

Regards,
Peter
---
Peter Ujfalusi (3):
  ASoC: tpa6130a2: Model support cleanup
  OMAP: RX51: No need to configure the tpa_model
  ASoC: tpa6130a2: Remove model_id from platform data

 arch/arm/mach-omap2/board-rx51-peripherals.c |1 -
 include/sound/tpa6130a2-plat.h   |6 --
 sound/soc/codecs/tpa6130a2.c |   12 +---
 3 files changed, 9 insertions(+), 10 deletions(-)

-- 
1.7.6.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] ASoC: tpa6130a2: model handling cleanup

2011-08-30 Thread Jarkko Nikula

On 08/30/2011 02:39 PM, Peter Ujfalusi wrote:

Hello,

Small cleanup for the tpa6130a2 driver for model handling:
Remove the model_id from platform_data, and use the device name/device_data
to distinguish between the supported models of TPA.

Regards,
Peter
---
Peter Ujfalusi (3):
   ASoC: tpa6130a2: Model support cleanup
   OMAP: RX51: No need to configure the tpa_model
   ASoC: tpa6130a2: Remove model_id from platform data

  arch/arm/mach-omap2/board-rx51-peripherals.c |1 -
  include/sound/tpa6130a2-plat.h   |6 --
  sound/soc/codecs/tpa6130a2.c |   12 +---
  3 files changed, 9 insertions(+), 10 deletions(-)

Tested-by: Jarkko Nikula jarkko.nik...@bitmer.com

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html