blob: f0f08a1c9398fde9b493a67c6796cbb91b2fafe0 [file] [log] [blame]
/*
* Samsung DP Audio driver
*
* Copyright (c) 2017 Samsung Electronics Co. Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __DPADO_H
#define __DPADO_H
#if defined(CONFIG_SOC_EXYNOS9810) || defined(CONFIG_SOC_EXYNOS9820)
void dp_ado_switch_set_state(int state);
#else
#define dp_ado_switch_set_state(state) do { } while (0)
#endif
#endif /* __DPADO_H */