All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/5] ASoC: TDM stuff for simple-card, mcasp, and tlv320aic3x
@ 2015-09-09 18:27 Jyri Sarha
       [not found] ` <cover.1441806963.git.jsarha-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Jyri Sarha @ 2015-09-09 18:27 UTC (permalink / raw)
  To: linux-omap, alsa-devel, devicetree
  Cc: liam.r.girdwood, Li.Xiubo, Jyri Sarha, peter.ujfalusi, broonie,
	bcousson, misael.lopez

The first patch is an independent fix.

The symmetric_samplebits constraint could probably be removed too
(with some changes to mcasp code too), but as tlv320aic3x family
codecs won't support it, I could not test it.

Jyri Sarha (5):
  ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver
  ASoC: simple-card: Add tdm slot mask support to simple-card
  ASoC: davinci-mcasp: Add set_tdm_slots() support
  ASoC: davinci-mcasp: Get rid of bclk_lrclk_ratio in private data
  ASoC: tlv320aic3x: Improve tdm support

 .../devicetree/bindings/sound/tdm-slot.txt         |  11 +-
 include/sound/simple_card.h                        |   2 +
 include/sound/soc.h                                |   2 +
 sound/soc/codecs/tlv320aic3x.c                     |  30 +-
 sound/soc/davinci/davinci-mcasp.c                  | 306 ++++++++++++++-------
 sound/soc/generic/simple-card.c                    |   8 +-
 sound/soc/soc-core.c                               |  25 ++
 7 files changed, 274 insertions(+), 110 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-09-16 20:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 18:27 [PATCH RFC 0/5] ASoC: TDM stuff for simple-card, mcasp, and tlv320aic3x Jyri Sarha
     [not found] ` <cover.1441806963.git.jsarha-l0cyMroinI0@public.gmane.org>
2015-09-09 18:27   ` [PATCH RFC 1/5] ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver Jyri Sarha
2015-09-11  8:48     ` Peter Ujfalusi
2015-09-09 18:27   ` [PATCH RFC 2/5] ASoC: simple-card: Add tdm slot mask support to simple-card Jyri Sarha
2015-09-16 20:01     ` Applied "ASoC: simple-card: Add tdm slot mask support to simple-card" to the asoc tree Mark Brown
2015-09-09 18:27   ` [PATCH RFC 3/5] ASoC: davinci-mcasp: Add set_tdm_slots() support Jyri Sarha
2015-09-16 20:01     ` Applied "ASoC: davinci-mcasp: Add set_tdm_slots() support" to the asoc tree Mark Brown
2015-09-09 18:27   ` [PATCH RFC 4/5] ASoC: davinci-mcasp: Get rid of bclk_lrclk_ratio in private data Jyri Sarha
     [not found]     ` <f23dab7c68fe1cc899a8bc95cb5c3c5bd1038e18.1441806963.git.jsarha-l0cyMroinI0@public.gmane.org>
2015-09-10  7:16       ` Jyri Sarha
     [not found]         ` <55F12E4E.9020607-l0cyMroinI0@public.gmane.org>
2015-09-16 17:01           ` Mark Brown
2015-09-09 18:27   ` [PATCH RFC 5/5] ASoC: tlv320aic3x: Improve tdm support Jyri Sarha
2015-09-16 20:01     ` Applied "ASoC: tlv320aic3x: Improve tdm support" to the asoc tree 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.