All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: twl4030/tlv320dac33: convert to use usleep_range
@ 2010-10-22 12:11 Peter Ujfalusi
  2010-10-22 12:11 ` [PATCH 1/2] ASoC: tlv320dac33: Use usleep_range for delays Peter Ujfalusi
  2010-10-22 12:11 ` [PATCH 2/2] ASoC: TWL4030: Use usleep_range when appropriate Peter Ujfalusi
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Ujfalusi @ 2010-10-22 12:11 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, Liam Girdwood

Hello,

remove the long busy loop delays from the drivers, and replace it with
more civilized usleep_range or in case of twl4030 msleep (when the
needed delay is really long)

---
Peter Ujfalusi (2):
  ASoC: tlv320dac33: Use usleep_range for delays
  ASoC: TWL4030: Use usleep_range when appropriate

 sound/soc/codecs/tlv320dac33.c |   10 ++++++----
 sound/soc/codecs/twl4030.c     |   33 ++++++++++++++++++++++++++-------
 2 files changed, 32 insertions(+), 11 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2010-10-23 13:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 12:11 [PATCH 0/2] ASoC: twl4030/tlv320dac33: convert to use usleep_range Peter Ujfalusi
2010-10-22 12:11 ` [PATCH 1/2] ASoC: tlv320dac33: Use usleep_range for delays Peter Ujfalusi
2010-10-22 15:32   ` Mark Brown
2010-10-23 13:43     ` Liam Girdwood
2010-10-22 12:11 ` [PATCH 2/2] ASoC: TWL4030: Use usleep_range when appropriate Peter Ujfalusi
2010-10-22 12:23   ` 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.