All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: davinci-mcasp: fixes and over/underrun handling
@ 2014-11-10 10:32 Peter Ujfalusi
  2014-11-10 10:32 ` [PATCH 1/6] ASoC: davinci-mcasp: Validate tdm_slots parameter at probe time Peter Ujfalusi
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Peter Ujfalusi @ 2014-11-10 10:32 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood
  Cc: daniel, Misael Lopez Cruz, alsa-devel, Jyri Sarha

Hi,

Some fixes for the mcasp code:
- rx formating fix
- constraint for number of channels and sample bits

handling of over/underrun:
When such event happens (in McASP vs DMA level) we force restart the stream in
order to get McASP and the DMA in sync again.

Regards,
Peter
---
Misael Lopez Cruz (2):
  ASoC: davinci-mcasp: Active slots depend on active serializers
  ASoC: davinci-mcasp: Add overrun/underrun event handling

Peter Ujfalusi (4):
  ASoC: davinci-mcasp: Validate tdm_slots parameter at probe time
  ASoC: davinci-mcasp: Place constraint on number of channels
  ASoC: davinci-mcasp: Symmetric sample bits for IIS mode
  ASoC: davinci-mcasp: Fix rx format when more bclk is used on the bus

 .../bindings/sound/davinci-mcasp-audio.txt         |   2 +-
 sound/soc/davinci/davinci-mcasp.c                  | 212 +++++++++++++++++++--
 sound/soc/davinci/davinci-mcasp.h                  |  10 +
 3 files changed, 210 insertions(+), 14 deletions(-)

-- 
2.1.3

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-11-11 11:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 10:32 [PATCH 0/6] ASoC: davinci-mcasp: fixes and over/underrun handling Peter Ujfalusi
2014-11-10 10:32 ` [PATCH 1/6] ASoC: davinci-mcasp: Validate tdm_slots parameter at probe time Peter Ujfalusi
2014-11-10 15:00   ` Mark Brown
2014-11-10 10:32 ` [PATCH 2/6] ASoC: davinci-mcasp: Place constraint on number of channels Peter Ujfalusi
2014-11-10 15:00   ` Mark Brown
2014-11-10 10:32 ` [PATCH 3/6] ASoC: davinci-mcasp: Active slots depend on active serializers Peter Ujfalusi
2014-11-10 15:00   ` Mark Brown
2014-11-10 10:32 ` [PATCH 4/6] ASoC: davinci-mcasp: Symmetric sample bits for IIS mode Peter Ujfalusi
2014-11-10 14:55   ` Mark Brown
2014-11-10 10:32 ` [PATCH 5/6] ASoC: davinci-mcasp: Fix rx format when more bclk is used on the bus Peter Ujfalusi
2014-11-10 14:56   ` Mark Brown
2014-11-10 10:32 ` [PATCH 6/6] ASoC: davinci-mcasp: Add overrun/underrun event handling Peter Ujfalusi
2014-11-10 18:58   ` Mark Brown
2014-11-11  7:47     ` Peter Ujfalusi
2014-11-11 11:02       ` Mark Brown

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.