* [GIT PULL] ASoC updates for 2.6.36
@ 2010-05-31 10:29 Liam Girdwood
2010-05-31 16:14 ` Takashi Iwai
0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-05-31 10:29 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown
Hi Takashi,
Please pull the following ASoC updates for 2.6.36.
Thanks
Liam
---
The following changes since commit ad8332c1302bcb4f80d593fd3eb477be9d7f5604:
Jarkko Nikula (1):
ASoC: tpa6130a2: Remove CPVSS and HPVdd supplies
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Jorge Eduardo Candelaria (1):
ASoC: TWL6040: Fix playback with 19.2 Mhz MCLK
Peter Ujfalusi (8):
ASoC: TWL4030: Revisit codec defaults
ASoC: TWL4030: Remove wrapper for power down
ASoC: TWL4030: Make offset cancellation path configurable
ASoC: TWL4030: Optimize the power up sequence
ASoC: TWL4030: Helper to check chip default registers
ASoC: TWL4030: Correct the ARXR2_APGA_CTL chip default
ASoC: TWL4030: Use BIAS_OFF instead of BIAS_STANDBY, when not in use
ASoC: TWL4030: Add functionalty to reset the registers
sound/soc/codecs/twl4030.c | 291 +++++++++++++++++++++++++-------------------
sound/soc/codecs/twl4030.h | 3 +
sound/soc/codecs/twl6040.c | 2 +-
3 files changed, 170 insertions(+), 126 deletions(-)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-05-31 10:29 Liam Girdwood
@ 2010-05-31 16:14 ` Takashi Iwai
0 siblings, 0 replies; 15+ messages in thread
From: Takashi Iwai @ 2010-05-31 16:14 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown
At Mon, 31 May 2010 11:29:08 +0100,
Liam Girdwood wrote:
>
> Hi Takashi,
>
> Please pull the following ASoC updates for 2.6.36.
>
> Thanks
>
> Liam
>
> ---
>
> The following changes since commit ad8332c1302bcb4f80d593fd3eb477be9d7f5604:
> Jarkko Nikula (1):
> ASoC: tpa6130a2: Remove CPVSS and HPVdd supplies
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Thanks, pulled now to topic/asoc branch.
Takashi
> Jorge Eduardo Candelaria (1):
> ASoC: TWL6040: Fix playback with 19.2 Mhz MCLK
>
> Peter Ujfalusi (8):
> ASoC: TWL4030: Revisit codec defaults
> ASoC: TWL4030: Remove wrapper for power down
> ASoC: TWL4030: Make offset cancellation path configurable
> ASoC: TWL4030: Optimize the power up sequence
> ASoC: TWL4030: Helper to check chip default registers
> ASoC: TWL4030: Correct the ARXR2_APGA_CTL chip default
> ASoC: TWL4030: Use BIAS_OFF instead of BIAS_STANDBY, when not in use
> ASoC: TWL4030: Add functionalty to reset the registers
>
> sound/soc/codecs/twl4030.c | 291 +++++++++++++++++++++++++-------------------
> sound/soc/codecs/twl4030.h | 3 +
> sound/soc/codecs/twl6040.c | 2 +-
> 3 files changed, 170 insertions(+), 126 deletions(-)
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [GIT PULL] ASoC updates for 2.6.36
@ 2010-06-07 10:14 Liam Girdwood
2010-06-07 16:41 ` Takashi Iwai
0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-06-07 10:14 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown
Hi Takashi,
Some mainly OMAP McBSP specific patches to reduce power from Peter. We
have Tony's Ack on all the arch/arm/omap stuff.
Thanks
Liam
The following changes since commit 1fab79b8a1bf0d46a7c7e6a1c06dbed1803f403c:
Takashi Iwai (1):
Merge branch 'for-2.6.36' of git://git.kernel.org/.../broonie/sound-2.6 into topic/asoc
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Peter Ujfalusi (6):
OMAP: McBSP: Function to query the FIFO size
OMAP3: McBSP: Change the way how the FIFO is handled
OMAP3: McBSP: Use the port's buffer_size when calculating tx delay
ASoC: omap-mcbsp: Save, and use wlen for threshold configuration
ASoC: omap-mcbsp: Place correct constraints for streams
ASoC: tlv320dac33: Add support for changing upper threshold
arch/arm/mach-omap2/mcbsp.c | 10 ++--
arch/arm/plat-omap/include/plat/mcbsp.h | 2 +
arch/arm/plat-omap/mcbsp.c | 51 ++++++++++-----
sound/soc/codecs/tlv320dac33.c | 57 +++++++++++++---
sound/soc/omap/omap-mcbsp.c | 112 +++++++++++++++++++++++-------
5 files changed, 176 insertions(+), 56 deletions(-)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-06-07 10:14 Liam Girdwood
@ 2010-06-07 16:41 ` Takashi Iwai
0 siblings, 0 replies; 15+ messages in thread
From: Takashi Iwai @ 2010-06-07 16:41 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown
At Mon, 07 Jun 2010 11:14:58 +0100,
Liam Girdwood wrote:
>
> Hi Takashi,
>
> Some mainly OMAP McBSP specific patches to reduce power from Peter. We
> have Tony's Ack on all the arch/arm/omap stuff.
>
> Thanks
>
> Liam
>
> The following changes since commit 1fab79b8a1bf0d46a7c7e6a1c06dbed1803f403c:
> Takashi Iwai (1):
> Merge branch 'for-2.6.36' of git://git.kernel.org/.../broonie/sound-2.6 into topic/asoc
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Pulled now. Thanks.
Takashi
> Peter Ujfalusi (6):
> OMAP: McBSP: Function to query the FIFO size
> OMAP3: McBSP: Change the way how the FIFO is handled
> OMAP3: McBSP: Use the port's buffer_size when calculating tx delay
> ASoC: omap-mcbsp: Save, and use wlen for threshold configuration
> ASoC: omap-mcbsp: Place correct constraints for streams
> ASoC: tlv320dac33: Add support for changing upper threshold
>
> arch/arm/mach-omap2/mcbsp.c | 10 ++--
> arch/arm/plat-omap/include/plat/mcbsp.h | 2 +
> arch/arm/plat-omap/mcbsp.c | 51 ++++++++++-----
> sound/soc/codecs/tlv320dac33.c | 57 +++++++++++++---
> sound/soc/omap/omap-mcbsp.c | 112 +++++++++++++++++++++++-------
> 5 files changed, 176 insertions(+), 56 deletions(-)
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [GIT PULL] ASoC updates for 2.6.36
@ 2010-06-24 9:09 Liam Girdwood
2010-06-24 10:50 ` Takashi Iwai
0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-06-24 9:09 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown
The following changes since commit 66517915e0954ee027b889f452511945f7a9f3ec:
Peter Huewe (1):
ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Eric Bénard (1):
codecs/tlv320aic23: fix bias management for suspend/resume
Grazvydas Ignotas (1):
ASoC: pandora: fix CLKX polarity
Jarkko Nikula (2):
ASoC: RX-51: Add Jack Function kcontrol
ASoC: RX-51: Add basic jack detection
sound/soc/codecs/tlv320aic23.c | 7 ++--
sound/soc/omap/omap3pandora.c | 36 ++++---------------
sound/soc/omap/rx51.c | 73 +++++++++++++++++++++++++++++++++++++++-
3 files changed, 84 insertions(+), 32 deletions(-)
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-06-24 9:09 [GIT PULL] ASoC updates for 2.6.36 Liam Girdwood
@ 2010-06-24 10:50 ` Takashi Iwai
0 siblings, 0 replies; 15+ messages in thread
From: Takashi Iwai @ 2010-06-24 10:50 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown
At Thu, 24 Jun 2010 10:09:22 +0100,
Liam Girdwood wrote:
>
> The following changes since commit 66517915e0954ee027b889f452511945f7a9f3ec:
> Peter Huewe (1):
> ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Pulled now. Thanks.
Takashi
> Eric Bénard (1):
> codecs/tlv320aic23: fix bias management for suspend/resume
>
> Grazvydas Ignotas (1):
> ASoC: pandora: fix CLKX polarity
>
> Jarkko Nikula (2):
> ASoC: RX-51: Add Jack Function kcontrol
> ASoC: RX-51: Add basic jack detection
>
> sound/soc/codecs/tlv320aic23.c | 7 ++--
> sound/soc/omap/omap3pandora.c | 36 ++++---------------
> sound/soc/omap/rx51.c | 73 +++++++++++++++++++++++++++++++++++++++-
> 3 files changed, 84 insertions(+), 32 deletions(-)
>
>
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 15+ messages in thread
* [GIT PULL] ASoC updates for 2.6.36
@ 2010-07-21 12:38 Liam Girdwood
2010-07-21 13:02 ` Takashi Iwai
0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-07-21 12:38 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown
The following changes since commit 66b47fdb851924956b6e4696fb43a3496ae2c462:
Mark Brown (1):
ASoC: Implement WM8994 OPCLK support
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Jorge Eduardo Candelaria (1):
ASoC: TWL6040: Correct widget handling for drivers
Peter Ujfalusi (3):
ASoC: TWL4030: Fix for digital loopback gain range
ASoC: TWL4030: DAC power optimization
ASoC: TWL4030: Add configurable delay after digimic enable
sound/soc/codecs/twl4030.c | 47 ++++++++++++++++++++++++++----------
sound/soc/codecs/twl4030.h | 1 +
sound/soc/codecs/twl6040.c | 56 ++++++++++++++++++++++----------------------
3 files changed, 63 insertions(+), 41 deletions(-)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-07-21 12:38 Liam Girdwood
@ 2010-07-21 13:02 ` Takashi Iwai
0 siblings, 0 replies; 15+ messages in thread
From: Takashi Iwai @ 2010-07-21 13:02 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown
At Wed, 21 Jul 2010 13:38:44 +0100,
Liam Girdwood wrote:
>
> The following changes since commit 66b47fdb851924956b6e4696fb43a3496ae2c462:
> Mark Brown (1):
> ASoC: Implement WM8994 OPCLK support
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Pulled now. Thanks.
Takashi
> Jorge Eduardo Candelaria (1):
> ASoC: TWL6040: Correct widget handling for drivers
>
> Peter Ujfalusi (3):
> ASoC: TWL4030: Fix for digital loopback gain range
> ASoC: TWL4030: DAC power optimization
> ASoC: TWL4030: Add configurable delay after digimic enable
>
> sound/soc/codecs/twl4030.c | 47 ++++++++++++++++++++++++++----------
> sound/soc/codecs/twl4030.h | 1 +
> sound/soc/codecs/twl6040.c | 56 ++++++++++++++++++++++----------------------
> 3 files changed, 63 insertions(+), 41 deletions(-)
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [GIT PULL] ASoC updates for 2.6.36
@ 2010-08-02 9:53 Liam Girdwood
2010-08-02 10:13 ` Takashi Iwai
0 siblings, 1 reply; 15+ messages in thread
From: Liam Girdwood @ 2010-08-02 9:53 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown
Hi Takashi,
More updates for 2.6.36. Btw, when are you thinking of doing a pull
request for 2.6.36 ? I'm doing a multi-component patch series later
today and if all goes well it would be nice to get it in for the 2.6.36
merge window.
Thanks
Liam
---
The following changes since commit a7e7cd5bd7d1e0134032b8db5e64ceb9dac8b3ca:
Kuninori Morimoto (1):
ASoC: da7210: Add HeadPhone Playback Volume control
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
Peter Ujfalusi (7):
ASoC: TWL4030: Capture route DAPM event fix
ASoC: tlv320dac33: Revisit the FIFO Mode1 handling
ASoC: tlv320dac33: Add support for automatic FIFO configuration
ASoC: omap-mcbsp: Restructure the code within omap_mcbsp_dai_hw_params
ASoC: omap-mcbsp: Code cleanup in omap_mcbsp_dai_hw_params
ASoC: omap-mcbsp: Support for sDMA packet mode
ASoC: omap-mcbsp: Remove period size constraint in THRESHOLD mode
include/sound/tlv320dac33-plat.h | 2 +
sound/soc/codecs/tlv320dac33.c | 125 ++++++++++++++++++++++------------
sound/soc/codecs/twl4030.c | 2 -
sound/soc/omap/omap-mcbsp.c | 137 +++++++++++++++++++++-----------------
4 files changed, 158 insertions(+), 108 deletions(-)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-08-02 9:53 Liam Girdwood
@ 2010-08-02 10:13 ` Takashi Iwai
2010-08-02 10:30 ` Liam Girdwood
0 siblings, 1 reply; 15+ messages in thread
From: Takashi Iwai @ 2010-08-02 10:13 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown
At Mon, 02 Aug 2010 10:53:50 +0100,
Liam Girdwood wrote:
>
> Hi Takashi,
>
> More updates for 2.6.36.
Pulled now.
> Btw, when are you thinking of doing a pull
> request for 2.6.36 ? I'm doing a multi-component patch series later
> today and if all goes well it would be nice to get it in for the 2.6.36
> merge window.
I thought to send a pull request in the middle of this week, depending
on the pending bugs / features. So I'm still open for new stuff for a
few days. As long as it's local to ASoC, I'm fine to merge it now.
thanks,
Takashi
>
> Thanks
>
> Liam
>
> ---
>
> The following changes since commit a7e7cd5bd7d1e0134032b8db5e64ceb9dac8b3ca:
> Kuninori Morimoto (1):
> ASoC: da7210: Add HeadPhone Playback Volume control
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git for-2.6.36
>
> Peter Ujfalusi (7):
> ASoC: TWL4030: Capture route DAPM event fix
> ASoC: tlv320dac33: Revisit the FIFO Mode1 handling
> ASoC: tlv320dac33: Add support for automatic FIFO configuration
> ASoC: omap-mcbsp: Restructure the code within omap_mcbsp_dai_hw_params
> ASoC: omap-mcbsp: Code cleanup in omap_mcbsp_dai_hw_params
> ASoC: omap-mcbsp: Support for sDMA packet mode
> ASoC: omap-mcbsp: Remove period size constraint in THRESHOLD mode
>
> include/sound/tlv320dac33-plat.h | 2 +
> sound/soc/codecs/tlv320dac33.c | 125 ++++++++++++++++++++++------------
> sound/soc/codecs/twl4030.c | 2 -
> sound/soc/omap/omap-mcbsp.c | 137 +++++++++++++++++++++-----------------
> 4 files changed, 158 insertions(+), 108 deletions(-)
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-08-02 10:13 ` Takashi Iwai
@ 2010-08-02 10:30 ` Liam Girdwood
2010-08-02 10:33 ` Mark Brown
2010-08-02 16:24 ` Timur Tabi
0 siblings, 2 replies; 15+ messages in thread
From: Liam Girdwood @ 2010-08-02 10:30 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown
On Mon, 2010-08-02 at 12:13 +0200, Takashi Iwai wrote:
> At Mon, 02 Aug 2010 10:53:50 +0100,
> Liam Girdwood wrote:
>
> > Btw, when are you thinking of doing a pull
> > request for 2.6.36 ? I'm doing a multi-component patch series later
> > today and if all goes well it would be nice to get it in for the 2.6.36
> > merge window.
>
> I thought to send a pull request in the middle of this week, depending
> on the pending bugs / features. So I'm still open for new stuff for a
> few days. As long as it's local to ASoC, I'm fine to merge it now.
>
Ok, the multi-component branch does touch arch quite a bit as we are
adding platform devices for all our components. So it's probably safer
for merging (after your pull request) in the for 2.6.37 period to reduce
any merge conflict with arch.
Fwiw, the release yesterday did take me a little by surprise as I was at
least expecting an rc7 and a little extra time for multi-comp ;)
Thanks
Liam
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-08-02 10:30 ` Liam Girdwood
@ 2010-08-02 10:33 ` Mark Brown
2010-08-02 10:45 ` Liam Girdwood
2010-08-02 16:24 ` Timur Tabi
1 sibling, 1 reply; 15+ messages in thread
From: Mark Brown @ 2010-08-02 10:33 UTC (permalink / raw)
To: Liam Girdwood; +Cc: Takashi Iwai, alsa-devel
On 2 Aug 2010, at 11:30, Liam Girdwood wrote:
> Ok, the multi-component branch does touch arch quite a bit as we are
> adding platform devices for all our components. So it's probably safer
> for merging (after your pull request) in the for 2.6.37 period to reduce
> any merge conflict with arch.
> Fwiw, the release yesterday did take me a little by surprise as I was at
> least expecting an rc7 and a little extra time for multi-comp ;)
In that case I guess I'll send a pull request with WM8741 tomorrow and send you the multi-component updates for it separately if that's OK with you (I'm about to crash, just got in from 16 hours of flying)?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-08-02 10:33 ` Mark Brown
@ 2010-08-02 10:45 ` Liam Girdwood
0 siblings, 0 replies; 15+ messages in thread
From: Liam Girdwood @ 2010-08-02 10:45 UTC (permalink / raw)
To: Mark Brown; +Cc: Takashi Iwai, alsa-devel
On Mon, 2010-08-02 at 11:33 +0100, Mark Brown wrote:
> On 2 Aug 2010, at 11:30, Liam Girdwood wrote:
>
> > Ok, the multi-component branch does touch arch quite a bit as we are
> > adding platform devices for all our components. So it's probably safer
> > for merging (after your pull request) in the for 2.6.37 period to reduce
> > any merge conflict with arch.
>
> > Fwiw, the release yesterday did take me a little by surprise as I was at
> > least expecting an rc7 and a little extra time for multi-comp ;)
>
> In that case I guess I'll send a pull request with WM8741 tomorrow and
> send you the multi-component updates for it separately if that's OK
> with you (I'm about to crash, just got in from 16 hours of flying)?
Yep, that's cool.
Thanks
Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-08-02 10:30 ` Liam Girdwood
2010-08-02 10:33 ` Mark Brown
@ 2010-08-02 16:24 ` Timur Tabi
2010-08-02 17:39 ` Timur Tabi
1 sibling, 1 reply; 15+ messages in thread
From: Timur Tabi @ 2010-08-02 16:24 UTC (permalink / raw)
To: Liam Girdwood; +Cc: Takashi Iwai, alsa-devel, Mark Brown
On Mon, Aug 2, 2010 at 5:30 AM, Liam Girdwood <lrg@slimlogic.co.uk> wrote:
> Ok, the multi-component branch does touch arch quite a bit as we are
> adding platform devices for all our components. So it's probably safer
> for merging (after your pull request) in the for 2.6.37 period to reduce
> any merge conflict with arch.
Um, I was really expecting my code to be part of 2.6.36. Why are we
concerned with merge conflicts? That's going to happen no matter
what.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [GIT PULL] ASoC updates for 2.6.36
2010-08-02 16:24 ` Timur Tabi
@ 2010-08-02 17:39 ` Timur Tabi
0 siblings, 0 replies; 15+ messages in thread
From: Timur Tabi @ 2010-08-02 17:39 UTC (permalink / raw)
To: Liam Girdwood; +Cc: Takashi Iwai, alsa-devel, Mark Brown
On Mon, Aug 2, 2010 at 11:24 AM, Timur Tabi <timur@freescale.com> wrote:
> Um, I was really expecting my code to be part of 2.6.36. Why are we
> concerned with merge conflicts? That's going to happen no matter
> what.
Never mind, Liam explained the whole thing to me on IRC. I'm just
frustrated that code I wrote back in April won't be in a kernel
release until the end of this year.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2010-08-02 17:40 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 9:09 [GIT PULL] ASoC updates for 2.6.36 Liam Girdwood
2010-06-24 10:50 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2010-08-02 9:53 Liam Girdwood
2010-08-02 10:13 ` Takashi Iwai
2010-08-02 10:30 ` Liam Girdwood
2010-08-02 10:33 ` Mark Brown
2010-08-02 10:45 ` Liam Girdwood
2010-08-02 16:24 ` Timur Tabi
2010-08-02 17:39 ` Timur Tabi
2010-07-21 12:38 Liam Girdwood
2010-07-21 13:02 ` Takashi Iwai
2010-06-07 10:14 Liam Girdwood
2010-06-07 16:41 ` Takashi Iwai
2010-05-31 10:29 Liam Girdwood
2010-05-31 16:14 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.