oleavr-rgl-a500-mini-linux-.../sound/soc/sunxi/codec-utils.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

18 lines
No EOL
556 B
C
Executable file

/*
* codec-utils.h
*
* Copyright (c) 2015 Allwinner.
*
* Author: Liu shaohua <liushaohua@allwinnertech.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*/
#ifndef CODEC_UTILS_H_
#define CODEC_UTILS_H_
extern int codec_utils_probe(struct platform_device *pdev);
extern int codec_utils_remove(struct platform_device *pdev);
#endif