techpack: audio: tfa98{xx,74}: Fix headers inclusion

Change-Id: I1d81ddbe547b320d7ab448daed0cd8a19e03683f
This commit is contained in:
Sebastiano Barezzi
2023-03-05 21:29:05 +01:00
parent 82ff61e0e2
commit d31ab267c9
10 changed files with 48 additions and 48 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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];

View File

@@ -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

View File

@@ -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)

View File

@@ -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

View File

@@ -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

View File

@@ -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];

View File

@@ -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

View File

@@ -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)