alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "ASoC: core: Try to use regmap if the driver doesn't set up any I/O"
@ 2012-08-01 13:50 Peter Ujfalusi
  2012-08-01 15:22 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Ujfalusi @ 2012-08-01 13:50 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown; +Cc: alsa-devel

Some codec driver can not have regmap implementation so core should not
assume that codecs without control_data have implemented regmap of it's
own.

This reverts commit 38cbf9598feba97de9f9b43efa9153fd7c1a2ec9.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---

Hi Mark,

the reverted patch broke the audio on OMAP based board using twl4030, twl6040
as codec.
We can not have regmap implementaion within these codec drivers since they rely
on the MFD core to do the IO towards the chip.

Regards,
Peter

 sound/soc/soc-core.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index f219b2f..da31aa4 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1095,10 +1095,6 @@ static int soc_probe_codec(struct snd_soc_card *card,
 		}
 	}
 
-	/* If the driver didn't set I/O up try regmap */
-	if (!codec->control_data)
-		snd_soc_codec_set_cache_io(codec, 0, 0, SND_SOC_REGMAP);
-
 	if (driver->controls)
 		snd_soc_add_codec_controls(codec, driver->controls,
 				     driver->num_controls);
-- 
1.7.8.6

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

end of thread, other threads:[~2012-08-01 18:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 13:50 [PATCH] Revert "ASoC: core: Try to use regmap if the driver doesn't set up any I/O" Peter Ujfalusi
2012-08-01 15:22 ` Mark Brown
2012-08-01 16:13   ` Takashi Iwai
2012-08-01 17:59     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).