view src/cs/services/audio/audio_var_i.h @ 702:9394305d4ff5 default tip

etm_audio.c: fix off-by-one error in auw of FIR coefficients This fix was already made in FC Tourmaline a while back, but it is also the kind of bugfix that deserves to be backported to Magnetite and Selenite as well.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 31 Oct 2022 00:14:44 +0000
parents 838eeafb0051
children
line wrap: on
line source

/********************************************************************************/
/*                                                                              */
/*    File Name:   audio_var_i.h                                                */
/*                                                                              */
/*    Purpose:     This header contains the global variables                    */
/*                 that are used by the AUDIO layer.                            */
/*                                                                              */
/*    Note:                                                                     */
/*        None.                                                                 */
/*                                                                              */
/*    Revision History:                                                         */
/*       11 May 01     Francois Mazard - Stephanie Gerthoux        Create       */
/*                                                                              */
/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved.   */
/*                                                                              */
/********************************************************************************/
  #ifndef _AUDIO_VAR_I_H_
    #define _AUDIO_VAR_I_H_

    #ifdef __cplusplus
      extern "C"
      {
    #endif

    /* Define a pointer to the Global Environment Control block  */
  extern T_AUDIO_ENV_CTRL_BLK *p_audio_gbl_var;

    #ifdef __cplusplus
      }
    #endif
  #endif /* _AUDIO_VAR_I_ */