2 * SiS 7018, Trident 4D Wave DX/NX, Acer Lab M5451 Sound Driver.
3 * Copyright (c) 2002, 2008-2011 S.Zharski <imker@gmx.li>
4 * Distributed under the terms of the MIT license.
7 #ifndef _SiS7018_SETTINGS_H_
8 #define _SiS7018_SETTINGS_H_
11 #include <driver_settings.h>
17 void release_settings();
19 void SiS7018_trace(bool force
, const char *func
, const char *fmt
, ...);
24 #define TRACE(x...) SiS7018_trace(false, __func__, x)
29 #define ERROR(x...) SiS7018_trace(true, __func__, x)
32 #endif //_SiS7018_SETTINGS_H_