mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: da7219: Improve mclk error checking, use of_match_ptr
@ 2015-10-07 10:57 Adam Thomson
  2015-10-07 10:57 ` [PATCH 1/2] ASoC: da7219: Use of_match_ptr() when assigning match table Adam Thomson
  2015-10-07 10:57 ` [PATCH 2/2] ASoC: da7219: Improve error checking of mclk enable/disable Adam Thomson
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Thomson @ 2015-10-07 10:57 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Jaroslav Kysela, Takashi Iwai
  Cc: alsa-devel, linux-kernel, Support Opensource

This patch set contains a couple of small updates/fixes:

 - Use of of_match_ptr() for assigning match table to driver structure
 - Only enable/disable mclk if it has been provided to the driver.
 - Add error checking of clk_prepare_enable.

Patch set is based on changes introduced under patch:

'ASoC: da7219: Improve error handling for regulator supplies'
(Commit 4e929134eb8271abc9c52c371e056debfea6898b , kernel/git/broonie/sound.git)

Adam Thomson (2):
  ASoC: da7219: Use of_match_ptr() when assigning match table
  ASoC: da7219: Improve error checking of mclk enable/disable

 sound/soc/codecs/da7219.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

--
1.9.3


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

end of thread, other threads:[~2015-10-07 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-07 10:57 [PATCH 0/2] ASoC: da7219: Improve mclk error checking, use of_match_ptr Adam Thomson
2015-10-07 10:57 ` [PATCH 1/2] ASoC: da7219: Use of_match_ptr() when assigning match table Adam Thomson
2015-10-07 10:57 ` [PATCH 2/2] ASoC: da7219: Improve error checking of mclk enable/disable Adam Thomson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome