summaryrefslogtreecommitdiff
path: root/drivers/sound/maxim_codec.h
AgeCommit message (Collapse)Author
2025-11-07sound: typos 'to be write', 'writen'Heinrich Schuchardt
%s/to be write/to be written/ %s/writen/written/ Signed-off-by: Heinrich Schuchardt <[email protected]>
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
Sphinx expects Return: and not @return to indicate a return value. find . -name '*.c' -exec \ sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \; find . -name '*.h' -exec \ sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \; Signed-off-by: Heinrich Schuchardt <[email protected]>
2018-12-13dm: sound: Move common code out of maxim98095Simon Glass
The register-access code is useful for any maxim codec. Move it out into its own file. Signed-off-by: Simon Glass <[email protected]>