Skip to content

Commit

Permalink
ASoC: twl6040: Convert into TWL6040 MFD child
Browse files Browse the repository at this point in the history
Convert TWL6040 CODEC driver into a TWL6040 MFD child, it implies
that MFD-level operations like register accesses, clock setting
and power management are done through MFD APIs, not directly by
CODEC driver anymore. To avoid conflicts with the other MFD child,
vibrator registers are skipped in CODEC driver.

Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Misael Lopez Cruz authored and Peter Ujfalusi committed Jul 4, 2011
1 parent f19b282 commit fb34d3d
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 456 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ config SND_SOC_TWL4030
tristate

config SND_SOC_TWL6040
select TWL6040_CORE
tristate

config SND_SOC_UDA134X
Expand Down
Loading

0 comments on commit fb34d3d

Please sign in to comment.