1) perf build ============= The perf build process consists of several separated building blocks, which are linked together to form the perf binary: - libperf library (static) - perf builtin commands - traceevent library (static) - GTK ui library Several makefiles govern the perf build: - Makefile top level Makefile working as a wrapper that calls the main Makefile.perf with a -j option to do parallel builds. - Makefile.perf main makefile that triggers build of all perf objects including installation and documentation processing. - tools/build/Makefile.build main makefile of the build framework - tools/build/Build.include build framework generic definitions - Build makefiles makefiles that defines build objects Please refer to tools/build/Documentation/Build.txt for more information about build framework. 2) perf build ============= The Makefile.perf triggers the build framework for build objects: perf, libperf, gtk resulting in following objects: $ ls *-in.o gtk-in.o libperf-in.o perf-in.o Those objects are then used in final linking: libperf-gtk.so <- gtk-in.o libperf-in.o perf <- perf-in.o libperf-in.o NOTE this description is omitting other libraries involved, only focusing on build framework outcomes net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-11-25 20:34:36 +0800
committerMark Brown <broonie@kernel.org>2016-11-30 18:06:18 +0000
commitdac5f86bc9e60eae87a28512f025362d1e2574e3 (patch)
treeee89ca63155269205c5b41fac218c14301db48aa /include
parent999982ef7c7f8aa131d32ef551897804443a40a1 (diff)
ASoC: sun4i-codec: Add support for A23 codec
The codec in the A23 is similar to the one found on the A31. One key difference is the analog path controls are routed through the PRCM block. This is supported by the sun8i-codec-analog driver, and tied into this codec driver with the audio card's aux_dev. In addition, the A23 does not have LINEOUT, and it does not support headset jack detection or buttons. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')