All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: davinci-mcasp: Fix master mode capture (w/o playback)
@ 2014-01-30 13:15 Peter Ujfalusi
  2014-01-30 13:15 ` [PATCH 1/4] ASoC: davinci-mcasp: Harmonize the sub hw_params function names Peter Ujfalusi
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Ujfalusi @ 2014-01-30 13:15 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, nsekhar, jsarha, zonque

Hi,

When McASP is master the TX clocks are used for capture clocking as well. Other
parts of the code already does the configuration for both tx and rx - for
different bits in xxFMT/xxFMCT registers we should do the same in other places.

Along with this fix I have added three cleanup patch which came along when I was
debugging the issue.

Regards,
Peter
---
Peter Ujfalusi (4):
  ASoC: davinci-mcasp: Harmonize the sub hw_params function names
  ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers
    synchronously
  ASoC: davinci-mcasp: Return value handling cleanup for
    mcasp_common_hw_param()
  ASoC: davinci-mcasp: Code cleanup in davinci_mcasp_hw_params()

 sound/soc/davinci/davinci-mcasp.c | 81 +++++++++++++++++++--------------------
 1 file changed, 39 insertions(+), 42 deletions(-)

-- 
1.8.5.3

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 13:15 [PATCH 0/4] ASoC: davinci-mcasp: Fix master mode capture (w/o playback) Peter Ujfalusi
2014-01-30 13:15 ` [PATCH 1/4] ASoC: davinci-mcasp: Harmonize the sub hw_params function names Peter Ujfalusi
2014-01-31 15:58   ` Mark Brown
2014-01-30 13:15 ` [PATCH 2/4] ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers synchronously Peter Ujfalusi
2014-01-31 15:59   ` Mark Brown
2014-01-30 13:15 ` [PATCH 3/4] ASoC: davinci-mcasp: Return value handling cleanup for mcasp_common_hw_param() Peter Ujfalusi
2014-01-31 16:10   ` Mark Brown
2014-01-30 13:15 ` [PATCH 4/4] ASoC: davinci-mcasp: Code cleanup in davinci_mcasp_hw_params() Peter Ujfalusi
2014-01-31 16:11   ` Mark Brown
2014-02-03 12:47     ` Peter Ujfalusi

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.