Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L linux
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • github.com
  • kvm-riscv
  • linux
  • Repository
  • linux
  • sound
  • soc
  • samsung
  • speyside.c
Find file BlameHistoryPermalink
  • Kuninori Morimoto's avatar
    ASoC: wm8996: replace codec to component · 5d61ef8b
    Kuninori Morimoto authored Jan 29, 2018
    
    
    Now we can replace Codec to Component. Let's do it.
    
    Note:
    	xxx_codec_xxx()		->	xxx_component_xxx()
    	.idle_bias_off = 1	->	.idle_bias_on = 0
    	.ignore_pmdown_time = 0	->	.use_pmdown_time = 1
    	-			->	.endianness = 1
    	-			->	.non_legacy_dai_naming = 1
    
    Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    5d61ef8b