summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2017-11-28 06:04:31 +0000
committerMark Brown <broonie@kernel.org>2017-12-04 17:32:31 +0000
commit40b84884617d9f07663862770d2574a71e313bc7 (patch)
tree8193b4824aa27be2d408e1bedf60f4bb9e810bbc /scripts/objdiff
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff)
downloadkernel-40b84884617d9f07663862770d2574a71e313bc7.tar.gz
ASoC: use snd_soc_component_init_regmap() on wm8350
To setup regmap, ALSA SoC has snd_soc_component_init_regmap() and .get_regmap. But these are duplicated feature. Let's use snd_soc_component_init_regmap() and remove .get_regmap Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
d>2013-05-12Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki 2013-04-29numa, cpu hotplug: change links of CPU and node when changing node number by ...Yasuaki Ishimatsu 2013-04-03sysfs: fix crash_notes_size build warningArnd Bergmann 2013-03-29sysfs: Add crash_notes_size to export percpu note sizeZhang Yanfei 2013-01-16drivers/base/cpu.c: Fix typo in commentRalf Baechle 2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra 2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman 2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman 2012-02-02driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman 2012-01-26CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger 2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings 2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings 2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers 2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett