[alsa-devel] [PATCH 8/8] ASoC: AMD: add AMD ASoC ACP-I2S driver

2015-10-24 Thread Mark Brown
On Sat, Oct 24, 2015 at 02:21:04AM +0530, maruthi srinivas wrote: > On Sat, Oct 24, 2015 at 1:01 AM, Mark Brown wrote: > >> >> +static void acp_turnoff_sram_banks(void __iomem *acp_mmio) > >> >> +{ > >> >> + /* Bank 0 : used for DMA descriptors > >> >> + * Bank 1 to 4 : used for

[alsa-devel] [PATCH 8/8] ASoC: AMD: add AMD ASoC ACP-I2S driver

2015-10-24 Thread Mark Brown
On Fri, Oct 23, 2015 at 04:39:07PM -0400, Alex Deucher wrote: > something. In this particular case, most of the common infrastructure > that should be utilized for this particular patch set comes from > non-traditional x86 platforms so most of us that come from a more > traditional x86

[alsa-devel] [PATCH 8/8] ASoC: AMD: add AMD ASoC ACP-I2S driver

2015-10-24 Thread Mark Brown
On Sat, Oct 24, 2015 at 12:20:09AM +0530, maruthi srinivas wrote: > On Thu, Oct 22, 2015 at 9:44 PM, Mark Brown wrote: > > On Thu, Oct 08, 2015 at 12:12:40PM -0400, Alex Deucher wrote: > >> +/* ACP DMA irq handler routine for playback, capture usecases */ > >> +int dma_irq_handler(struct device

[alsa-devel] [PATCH 8/8] ASoC: AMD: add AMD ASoC ACP-I2S driver

2015-10-24 Thread maruthi srinivas
On Sat, Oct 24, 2015 at 1:01 AM, Mark Brown wrote: > On Sat, Oct 24, 2015 at 12:20:09AM +0530, maruthi srinivas wrote: >> On Thu, Oct 22, 2015 at 9:44 PM, Mark Brown wrote: >> > On Thu, Oct 08, 2015 at 12:12:40PM -0400, Alex Deucher wrote: > > Please document this clearly - your comment doesn't

[alsa-devel] [PATCH 8/8] ASoC: AMD: add AMD ASoC ACP-I2S driver

2015-10-24 Thread maruthi srinivas
On Thu, Oct 22, 2015 at 9:44 PM, Mark Brown wrote: > On Thu, Oct 08, 2015 at 12:12:40PM -0400, Alex Deucher wrote: > >> ACP IP block consists of dedicated DMA and I2S blocks. The PCM driver >> provides the platform DMA component to ALSA core. > > Overall my main comment on a lot of this code is

[alsa-devel] [PATCH 8/8] ASoC: AMD: add AMD ASoC ACP-I2S driver

2015-10-23 Thread Alex Deucher
On Fri, Oct 23, 2015 at 3:31 PM, Mark Brown wrote: > On Sat, Oct 24, 2015 at 12:20:09AM +0530, maruthi srinivas wrote: >> On Thu, Oct 22, 2015 at 9:44 PM, Mark Brown wrote: >> > On Thu, Oct 08, 2015 at 12:12:40PM -0400, Alex Deucher wrote: > >> >> +/* ACP DMA irq handler routine for playback,