Commits

Daniel Baluta committed ef442581bb1
MLK-15070-1: ASoC: codecs: Add support for AK4497 DAC AK4497 is a 32-bit 2ch DAC, supporting up to 6 types of digital filters and accepts up to 768kHz PCM data and 22.4MHz DSD data. This is based on original code received from Asahi Kasei with the following modifications: * there is now a .component_driver inside snd_soc_codec_driver holding the controls, dapm_widgets and dap_routes. * Remove akdbgprt * Use module_i2c_driver * Add NXP copyright * Use symbolic names for registers * Fix coding style issues * fix function parameters indentation * remove multiple empty newlines * convert C++ style comments to C style comments * fix spaces and tabs at the end of the line. * remove braces {} for single block statements * Make pointers const * Fix lines over 80 chars * Don't initialize statics to 0 * Use usleep_range instead of msleep * Fx vendor prefix * Add DT bindings documentation for ak4497 codec * Remove regmap default functions * Use devm_kzalloc * Fix MAX_REGISTERS value * Add $self as module author * Remove .owner field * Make ak4497_init_reg return void Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>