Skip to content

Commit

Permalink
ASoC: fsl-ssi: Use regmap
Browse files Browse the repository at this point in the history
This patch replaces the ssi specific functions write_ssi, read_ssi and
write_ssi_mask by standard regmap function calls.

Signed-off-by: Markus Pargmann <[email protected]>
Tested-By: Michael Grzeschik <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Markus Pargmann authored and broonie committed Jun 1, 2014
1 parent 737a6b4 commit 4324812
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 134 deletions.
1 change: 1 addition & 0 deletions sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config SND_SOC_FSL_SAI
select SND_SOC_GENERIC_DMAENGINE_PCM

config SND_SOC_FSL_SSI
select REGMAP_MMIO
tristate

config SND_SOC_FSL_SPDIF
Expand Down
Loading

0 comments on commit 4324812

Please sign in to comment.