techpack: audio: tfa98{xx,74}: Fix headers inclusion
Change-Id: I1d81ddbe547b320d7ab448daed0cd8a19e03683f
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/input.h>
|
||||
#include "config.h"
|
||||
#include "tfa98xx.h"
|
||||
#include "tfa.h"
|
||||
#include "tfa_dsp_fw.h"
|
||||
#include "../inc/config.h"
|
||||
#include "../inc/tfa98xx.h"
|
||||
#include "../inc/tfa.h"
|
||||
#include "../inc/tfa_dsp_fw.h"
|
||||
|
||||
#undef pr_info
|
||||
#undef pr_err
|
||||
@@ -40,9 +40,9 @@
|
||||
#define pr_err(fmt, args...) printk(KERN_ERR "[tfa9874] " pr_fmt(fmt), ##args)
|
||||
|
||||
/* required for enum tfa9912_irq */
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
|
||||
#include "spk-id.h"
|
||||
#include "../inc/spk-id.h"
|
||||
|
||||
#define TFA98XX_VERSION TFA98XX_API_REV_STR
|
||||
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_container.h"
|
||||
#include "tfa.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "tfa_internal.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_container.h"
|
||||
#include "../inc/tfa.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/tfa_internal.h"
|
||||
|
||||
/* defines */
|
||||
#define MODULE_BIQUADFILTERBANK 2
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_service.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_service.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
|
||||
/* support for error code translation into text */
|
||||
static char latest_errorstr[64];
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_container.h"
|
||||
#include "tfa.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "tfa_internal.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_container.h"
|
||||
#include "../inc/tfa.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/tfa_internal.h"
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#ifdef pr_fmt
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_service.h"
|
||||
#include "tfa_internal.h"
|
||||
#include "tfa_container.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_service.h"
|
||||
#include "../inc/tfa_internal.h"
|
||||
#include "../inc/tfa_container.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
|
||||
/* The CurrentSense4 registers are not in the datasheet */
|
||||
#define TFA98XX_CURRENTSENSE4_CTRL_CLKGATECFOFF (1 << 2)
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/input.h>
|
||||
#include "config.h"
|
||||
#include "tfa98xx.h"
|
||||
#include "tfa.h"
|
||||
#include "tfa_dsp_fw.h"
|
||||
#include "../inc/config.h"
|
||||
#include "../inc/tfa98xx.h"
|
||||
#include "../inc/tfa.h"
|
||||
#include "../inc/tfa_dsp_fw.h"
|
||||
|
||||
#undef pr_info
|
||||
#undef pr_err
|
||||
@@ -45,9 +45,9 @@
|
||||
#define pr_err(fmt, args...) printk(KERN_ERR "[tfa9874] " pr_fmt(fmt), ##args)
|
||||
|
||||
/* required for enum tfa9912_irq */
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
|
||||
#include "spk-id.h"
|
||||
#include "../inc/spk-id.h"
|
||||
|
||||
#define TFA98XX_VERSION TFA98XX_API_REV_STR
|
||||
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_container.h"
|
||||
#include "tfa.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "tfa_internal.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_container.h"
|
||||
#include "../inc/tfa.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/tfa_internal.h"
|
||||
|
||||
/* defines */
|
||||
#define MODULE_BIQUADFILTERBANK 2
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_service.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_service.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
|
||||
/* support for error code translation into text */
|
||||
static char latest_errorstr[64];
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_container.h"
|
||||
#include "tfa.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "tfa_internal.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_container.h"
|
||||
#include "../inc/tfa.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/tfa_internal.h"
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#ifdef pr_fmt
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "dbgprint.h"
|
||||
#include "tfa_service.h"
|
||||
#include "tfa_internal.h"
|
||||
#include "tfa_container.h"
|
||||
#include "tfa98xx_tfafieldnames.h"
|
||||
#include "../inc/dbgprint.h"
|
||||
#include "../inc/tfa_service.h"
|
||||
#include "../inc/tfa_internal.h"
|
||||
#include "../inc/tfa_container.h"
|
||||
#include "../inc/tfa98xx_tfafieldnames.h"
|
||||
|
||||
/* The CurrentSense4 registers are not in the datasheet */
|
||||
#define TFA98XX_CURRENTSENSE4_CTRL_CLKGATECFOFF (1 << 2)
|
||||
|
||||
Reference in New Issue
Block a user