conf_audio_mixer.h File Reference


Detailed Description

Audio mixer configuration file.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file AUDIO_EXAMPLE_CLOCK_SYNTHESIZER/conf_audio_mixer.h.

#include "board.h"
#include "conf_audio_player.h"
#include "pwm_dac.h"
#include "tlv320aic23b.h"
#include "tpa6130.h"
#include "usb_stream_player.h"

Go to the source code of this file.

Defines

#define AUDIO_MIXER_ADC_OUT_OF_SAMPLE
#define AUDIO_MIXER_ADC_RELOAD_CALLBACK
#define AUDIO_MIXER_OUT_OF_SAMPLES_CALLBACK
#define AUDIO_MIXER_RELOAD_CALLBACK
#define SPEAKER_VOL_MAX   AIC23B_HP_VOL_MAX
#define SPEAKER_VOL_MIN   AIC23B_HP_VOL_MIN
#define SPEAKER_VOL_RES   1
DACs Bit-Masks
#define AUDIO_MIXER_DAC_ABDAC   4
#define AUDIO_MIXER_DAC_AIC23B   2
#define AUDIO_MIXER_DAC_PWM_DAC   1
DACs Interfaces
#define AUDIO_MIXER_DACS_INTERFACES
LEDs
#define AUDIO_MIXER_OVERRUN_LED   LED2
#define AUDIO_MIXER_UNDERRUN_LED   LED3


Define Documentation

#define AUDIO_MIXER_ADC_OUT_OF_SAMPLE

Value:

{                                                                               \
  adc_underflow_cb();                                                           \
}

Definition at line 180 of file AUDIO_EXAMPLE_CLOCK_SYNTHESIZER/conf_audio_mixer.h.

#define AUDIO_MIXER_ADC_RELOAD_CALLBACK

Value:

{                                                                               \
  adc_sample_sent_cb();                                                         \
}

Definition at line 175 of file AUDIO_EXAMPLE_CLOCK_SYNTHESIZER/conf_audio_mixer.h.

#define AUDIO_MIXER_DAC_ABDAC   4

#define AUDIO_MIXER_DAC_AIC23B   2

#define AUDIO_MIXER_DAC_PWM_DAC   1

#define AUDIO_MIXER_DACS_INTERFACES

#define AUDIO_MIXER_OUT_OF_SAMPLES_CALLBACK

Value:

{                                                                               \
  dac_underflow_cb();                                                           \
}

Definition at line 164 of file AUDIO_EXAMPLE_CLOCK_SYNTHESIZER/conf_audio_mixer.h.

#define AUDIO_MIXER_OVERRUN_LED   LED2

#define AUDIO_MIXER_RELOAD_CALLBACK

Value:

{                                                                               \
  dac_sample_sent_cb();                                                         \
}

Definition at line 169 of file AUDIO_EXAMPLE_CLOCK_SYNTHESIZER/conf_audio_mixer.h.

#define AUDIO_MIXER_UNDERRUN_LED   LED3

#define SPEAKER_VOL_MAX   AIC23B_HP_VOL_MAX

#define SPEAKER_VOL_MIN   AIC23B_HP_VOL_MIN

#define SPEAKER_VOL_RES   1


Generated on Fri Feb 19 02:32:15 2010 for AVR32 - USB AUDIO Example by  doxygen 1.5.5