d5a41b5d5f
ASoC: rt5640: replace codec to component
...
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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >
Signed-off-by: Mark Brown <broonie@kernel.org >
2018-02-12 09:45:47 +00:00
54d8697fa5
ASoC: Set missing card owner field
...
Set the card owner field to prevent the module from being removed from
underneath its users.
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Signed-off-by: Mark Brown <broonie@kernel.org >
2015-08-21 09:07:19 -07:00
e56c72d5f2
ASoC: Intel: create boards folder and move sst boards files in
...
Restructure the sound/soc/intel/ directory: create boards folder, and move
sst boards files here.
Signed-off-by: Jie Yang <yang.jie@intel.com >
Acked-by: Vinod Koul <vinod.koul@intel.com >
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com >
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com >
Signed-off-by: Mark Brown <broonie@kernel.org >
2015-04-06 17:49:45 +01:00