Sugar Zhang cb8e6654bb ASoC: rk817: Move dbg message into CONFIG_SND_DEBUG
$ ./scripts/bloat-o-meter rk817_codec.o.old rk817_codec.o
add/remove: 0/3 grow/shrink: 0/15 up/down: 0/-1680 (-1680)
Function                                     old     new   delta
dbg_enable                                     4       -      -4
__param_dbg_level                             20       -     -20
__param_str_dbg_level                         24       -     -24
rk817_probe                                  328     284     -44
rk817_remove                                 156     108     -48
rk817_set_dai_sysclk                          76      24     -52
rk817_platform_shutdown                       84      32     -52
rk817_playback_path_get                       84      28     -56
rk817_capture_path_put                       504     444     -60
rk817_hw_params                              464     396     -68
rk817_digital_mute                           384     308     -76
rk817_playback_path_put                      880     788     -92
rk817_codec_ctl_gpio                         188      96     -92
rk817_set_dai_fmt                            196      92    -104
rk817_codec_power_up                         416     292    -124
rk817_codec_power_down                       460     336    -124
__func__                                     310      94    -216
rk817_platform_probe                        1304     880    -424
Total: Before=8618, After=6938, chg -19.49%

Change-Id: I98471c52ea342672e10deb02c4fb38d9fb82f906
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
2021-08-31 14:28:12 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-08-29 19:45:37 +08:00
2019-08-29 19:45:37 +08:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%