LibDriver WM8978
Loading...
Searching...
No Matches
driver_wm8978.h File Reference

driver wm8978 header file More...

#include <stdio.h>
#include <stdint.h>
#include <string.h>
Include dependency graph for driver_wm8978.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  wm8978_handle_s
 wm8978 handle structure definition More...
struct  wm8978_info_s
 wm8978 information structure definition More...

Macros

#define DRIVER_WM8978_LINK_INIT(HANDLE, STRUCTURE)
 initialize wm8978_handle_t structure
#define DRIVER_WM8978_LINK_IIC_INIT(HANDLE, FUC)
 link iic_init function
#define DRIVER_WM8978_LINK_IIC_DEINIT(HANDLE, FUC)
 link iic_deinit function
#define DRIVER_WM8978_LINK_IIC_WRITE(HANDLE, FUC)
 link iic_write function
#define DRIVER_WM8978_LINK_DELAY_MS(HANDLE, FUC)
 link delay_ms function
#define DRIVER_WM8978_LINK_DEBUG_PRINT(HANDLE, FUC)
 link debug_print function

Typedefs

typedef struct wm8978_handle_s wm8978_handle_t
 wm8978 handle structure definition
typedef struct wm8978_info_s wm8978_info_t
 wm8978 information structure definition

Enumerations

enum  wm8978_bool_t { WM8978_BOOL_FALSE = 0x00 , WM8978_BOOL_TRUE = 0x01 }
 wm8978 bool enumeration definition More...
enum  wm8978_impedance_t { WM8978_IMPEDANCE_OFF = 0x00 , WM8978_IMPEDANCE_75K = 0x01 , WM8978_IMPEDANCE_300K = 0x02 , WM8978_IMPEDANCE_5K = 0x03 }
 wm8978 impedance enumeration definition More...
enum  wm8978_polarity_t { WM8978_POLARITY_NORMAL = 0x00 , WM8978_POLARITY_INVERTED = 0x01 }
 wm8978 polarity enumeration definition More...
enum  wm8978_word_length_t { WM8978_WORD_LENGTH_16_BITS = 0x00 , WM8978_WORD_LENGTH_20_BITS = 0x01 , WM8978_WORD_LENGTH_24_BITS = 0x02 , WM8978_WORD_LENGTH_32_BITS = 0x03 }
 wm8978 word length enumeration definition More...
enum  wm8978_data_format_t { WM8978_DATA_FORMAT_RIGHT_JUSTIFIED = 0x00 , WM8978_DATA_FORMAT_LEFT_JUSTIFIED = 0x01 , WM8978_DATA_FORMAT_IIS = 0x02 , WM8978_DATA_FORMAT_PCM = 0x03 }
 wm8978 data format enumeration definition More...
enum  wm8978_appear_t { WM8978_APPEAR_LEFT = 0x00 , WM8978_APPEAR_RIGHT = 0x01 }
 wm8978 appear enumeration definition More...
enum  wm8978_channel_t { WM8978_CHANNEL_STEREO = 0x00 , WM8978_CHANNEL_MONO = 0x01 }
 wm8978 channel enumeration definition More...
enum  wm8978_companding_t { WM8978_COMPANDING_LINEAR = 0x00 , WM8978_COMPANDING_U_LAW = 0x02 , WM8978_COMPANDING_A_LAW = 0x03 }
 wm8978 companding enumeration definition More...
enum  wm8978_clksel_t { WM8978_CLKSEL_MCLK = 0x00 , WM8978_CLKSEL_PLL_OUTPUT = 0x01 }
 wm8978 clksel enumeration definition More...
enum  wm8978_mclk_div_t {
  WM8978_MCLK_DIV_BY_1 = 0x00 , WM8978_MCLK_DIV_BY_1P5 = 0x01 , WM8978_MCLK_DIV_BY_2 = 0x02 , WM8978_MCLK_DIV_BY_3 = 0x03 ,
  WM8978_MCLK_DIV_BY_4 = 0x04 , WM8978_MCLK_DIV_BY_6 = 0x05 , WM8978_MCLK_DIV_BY_8 = 0x06 , WM8978_MCLK_DIV_BY_12 = 0x07
}
 wm8978 mclk div enumeration definition More...
enum  wm8978_bclk_div_t {
  WM8978_BCLK_DIV_BY_1 = 0x00 , WM8978_BCLK_DIV_BY_2 = 0x01 , WM8978_BCLK_DIV_BY_4 = 0x02 , WM8978_BCLK_DIV_BY_8 = 0x03 ,
  WM8978_BCLK_DIV_BY_16 = 0x04 , WM8978_BCLK_DIV_BY_32 = 0x05
}
 wm8978 bclk div enumeration definition More...
enum  wm8978_clock_mode_t { WM8978_CLOCK_MODE_INPUT = 0x00 , WM8978_CLOCK_MODE_OUTPUT = 0x01 }
 wm8978 clock mode enumeration definition More...
enum  wm8978_approximate_sample_t {
  WM8978_APPROXIMATE_SAMPLE_48_KHZ = 0x00 , WM8978_APPROXIMATE_SAMPLE_32_KHZ = 0x01 , WM8978_APPROXIMATE_SAMPLE_24_KHZ = 0x02 , WM8978_APPROXIMATE_SAMPLE_16_KHZ = 0x03 ,
  WM8978_APPROXIMATE_SAMPLE_12_KHZ = 0x04 , WM8978_APPROXIMATE_SAMPLE_8_KHZ = 0x05
}
 wm8978 approximate sample enumeration definition More...
enum  wm8978_pll_div_t { WM8978_PLL_DIV_BY_1 = 0x00 , WM8978_PLL_DIV_BY_2 = 0x01 , WM8978_PLL_DIV_BY_3 = 0x02 , WM8978_PLL_DIV_BY_4 = 0x03 }
 wm8978 pll div enumeration definition More...
enum  wm8978_gpio1_sel_t {
  WM8978_GPIO1_SEL_INPUT = 0x00 , WM8978_GPIO1_SEL_TEMP_OK = 0x02 , WM8978_GPIO1_SEL_AMUTE_ACTIVE = 0x03 , WM8978_GPIO1_SEL_PLL_CLK = 0x04 ,
  WM8978_GPIO1_SEL_PLL_LOCK = 0x05 , WM8978_GPIO1_SEL_LOGIC_1 = 0x06 , WM8978_GPIO1_SEL_LOGIC_0 = 0x07
}
 wm8978 gpio1 sel enumeration definition More...
enum  wm8978_jack_sel_t { WM8978_JACK_SEL_GPIO1 = 0x00 , WM8978_JACK_SEL_GPIO2 = 0x01 , WM8978_JACK_SEL_GPIO3 = 0x02 }
 wm8978 jack sel enumeration definition More...
enum  wm8978_dac_oversample_rate_t { WM8978_DAC_OVERSAMPLE_RATE_64X = 0x00 , WM8978_DAC_OVERSAMPLE_RATE_128X = 0x01 }
 wm8978 dac oversample rate enumeration definition More...
enum  wm8978_jack_t { WM8978_JACK_OUT1 = 0x01 , WM8978_JACK_OUT2 = 0x02 , WM8978_JACK_OUT3 = 0x04 , WM8978_JACK_OUT4 = 0x08 }
 wm8978 jack enumeration definition More...
enum  wm8978_mode_t { WM8978_MODE_AUDIO = 0x00 , WM8978_MODE_APPLICATION = 0x01 }
 wm8978 mode enumeration definition More...
enum  wm8978_high_pass_filter_cut_off_t {
  WM8978_HIGH_PASS_FILTER_CUT_OFF_0 = 0x00 , WM8978_HIGH_PASS_FILTER_CUT_OFF_1 = 0x01 , WM8978_HIGH_PASS_FILTER_CUT_OFF_2 = 0x02 , WM8978_HIGH_PASS_FILTER_CUT_OFF_3 = 0x03 ,
  WM8978_HIGH_PASS_FILTER_CUT_OFF_4 = 0x04 , WM8978_HIGH_PASS_FILTER_CUT_OFF_5 = 0x05 , WM8978_HIGH_PASS_FILTER_CUT_OFF_6 = 0x06 , WM8978_HIGH_PASS_FILTER_CUT_OFF_7 = 0x07
}
 wm8978 high pass filter cut off enumeration definition More...
enum  wm8978_adc_oversample_rate_t { WM8978_ADC_OVERSAMPLE_RATE_64X = 0x00 , WM8978_ADC_OVERSAMPLE_RATE_128X = 0x01 }
 wm8978 adc oversample rate enumeration definition More...
enum  wm8978_equaliser_t { WM8978_EQUALISER_APPLIED_TO_ADC = 0x00 , WM8978_EQUALISER_APPLIED_TO_DAC = 0x01 }
 wm8978 equaliser enumeration definition More...
enum  wm8978_eq1_band_cut_off_t { WM8978_EQ1_BAND_CUT_OFF_80HZ = 0x00 , WM8978_EQ1_BAND_CUT_OFF_105HZ = 0x01 , WM8978_EQ1_BAND_CUT_OFF_135HZ = 0x02 , WM8978_EQ1_BAND_CUT_OFF_175HZ = 0x03 }
 wm8978 eq1 band cut off enumeration definition More...
enum  wm8978_eq_bandwidth_t { WM8978_EQ_BANDWIDTH_NARROW = 0x00 , WM8978_EQ_BANDWIDTH_WIDE = 0x01 }
 wm8978 eq bandwidth enumeration definition More...
enum  wm8978_eq2_band_centre_freq_t { WM8978_EQ2_BAND_CENTRE_FREQ_230HZ = 0x00 , WM8978_EQ2_BAND_CENTRE_FREQ_300HZ = 0x01 , WM8978_EQ2_BAND_CENTRE_FREQ_385HZ = 0x02 , WM8978_EQ2_BAND_CENTRE_FREQ_500HZ = 0x03 }
 wm8978 eq2 band centre freq enumeration definition More...
enum  wm8978_eq3_band_centre_freq_t { WM8978_EQ3_BAND_CENTRE_FREQ_650HZ = 0x00 , WM8978_EQ3_BAND_CENTRE_FREQ_850HZ = 0x01 , WM8978_EQ3_BAND_CENTRE_FREQ_1100HZ = 0x02 , WM8978_EQ3_BAND_CENTRE_FREQ_1400HZ = 0x03 }
 wm8978 eq3 band centre freq enumeration definition More...
enum  wm8978_eq4_band_centre_freq_t { WM8978_EQ4_BAND_CENTRE_FREQ_1800HZ = 0x00 , WM8978_EQ4_BAND_CENTRE_FREQ_2400HZ = 0x01 , WM8978_EQ4_BAND_CENTRE_FREQ_3200HZ = 0x02 , WM8978_EQ4_BAND_CENTRE_FREQ_4100HZ = 0x03 }
 wm8978 eq4 band centre freq enumeration definition More...
enum  wm8978_eq5_band_cut_off_t { WM8978_EQ5_BAND_CUT_OFF_5300HZ = 0x00 , WM8978_EQ5_BAND_CUT_OFF_6900HZ = 0x01 , WM8978_EQ5_BAND_CUT_OFF_9000HZ = 0x02 , WM8978_EQ5_BAND_CUT_OFF_11700HZ = 0x03 }
 wm8978 eq5 band cut off enumeration definition More...
enum  wm8978_dac_limiter_decay_t {
  WM8978_DAC_LIMITER_DECAY_750US = 0x00 , WM8978_DAC_LIMITER_DECAY_1P5MS = 0x01 , WM8978_DAC_LIMITER_DECAY_3MS = 0x02 , WM8978_DAC_LIMITER_DECAY_6MS = 0x03 ,
  WM8978_DAC_LIMITER_DECAY_12MS = 0x04 , WM8978_DAC_LIMITER_DECAY_24MS = 0x05 , WM8978_DAC_LIMITER_DECAY_48MS = 0x06 , WM8978_DAC_LIMITER_DECAY_96MS = 0x07 ,
  WM8978_DAC_LIMITER_DECAY_192MS = 0x08 , WM8978_DAC_LIMITER_DECAY_384MS = 0x09 , WM8978_DAC_LIMITER_DECAY_768MS = 0x0A
}
 wm8978 dac limiter decay enumeration definition More...
enum  wm8978_dac_limiter_attack_t {
  WM8978_DAC_LIMITER_ATTACK_94US = 0x00 , WM8978_DAC_LIMITER_ATTACK_188US = 0x01 , WM8978_DAC_LIMITER_ATTACK_375US = 0x02 , WM8978_DAC_LIMITER_ATTACK_750US = 0x03 ,
  WM8978_DAC_LIMITER_ATTACK_1P5MS = 0x04 , WM8978_DAC_LIMITER_ATTACK_3MS = 0x05 , WM8978_DAC_LIMITER_ATTACK_6MS = 0x06 , WM8978_DAC_LIMITER_ATTACK_12MS = 0x07 ,
  WM8978_DAC_LIMITER_ATTACK_24MS = 0x08 , WM8978_DAC_LIMITER_ATTACK_48MS = 0x09 , WM8978_DAC_LIMITER_ATTACK_96MS = 0x0A
}
 wm8978 dac limiter attack enumeration definition More...
enum  wm8978_dac_limiter_level_t {
  WM8978_DAC_LIMITER_LEVEL_NEGATIVE_1DB = 0x00 , WM8978_DAC_LIMITER_LEVEL_NEGATIVE_2DB = 0x01 , WM8978_DAC_LIMITER_LEVEL_NEGATIVE_3DB = 0x02 , WM8978_DAC_LIMITER_LEVEL_NEGATIVE_4DB = 0x03 ,
  WM8978_DAC_LIMITER_LEVEL_NEGATIVE_5DB = 0x04 , WM8978_DAC_LIMITER_LEVEL_NEGATIVE_6DB = 0x05
}
 wm8978 dac limiter level enumeration definition More...
enum  wm8978_alc_t { WM8978_ALC_OFF = 0x00 , WM8978_ALC_RIGHT = 0x01 , WM8978_ALC_LEFT = 0x02 , WM8978_ALC_BOTH = 0x03 }
 wm8978 alc enumeration definition More...
enum  wm8978_max_gain_t {
  WM8978_MAX_GAIN_35P25_DB = 0x07 , WM8978_MAX_GAIN_29P25_DB = 0x06 , WM8978_MAX_GAIN_23P25_DB = 0x05 , WM8978_MAX_GAIN_17P25_DB = 0x04 ,
  WM8978_MAX_GAIN_11P25_DB = 0x03 , WM8978_MAX_GAIN_5P25_DB = 0x02 , WM8978_MAX_GAIN_NEGATIVE_0P75_DB = 0x01 , WM8978_MAX_GAIN_NEGATIVE_6P75_DB = 0x00
}
 wm8978 max gain enumeration definition More...
enum  wm8978_min_gain_t {
  WM8978_MIN_GAIN_30_DB = 0x07 , WM8978_MIN_GAIN_24_DB = 0x06 , WM8978_MIN_GAIN_18_DB = 0x05 , WM8978_MIN_GAIN_12_DB = 0x04 ,
  WM8978_MIN_GAIN_6_DB = 0x03 , WM8978_MIN_GAIN_0_DB = 0x02 , WM8978_MIN_GAIN_NEGATIVE_6_DB = 0x01 , WM8978_MIN_GAIN_NEGATIVE_12_DB = 0x00
}
 wm8978 min gain enumeration definition More...
enum  wm8978_alc_mode_t { WM8978_ALC_MODE_ALC = 0x00 , WM8978_ALC_MODE_LIMITER = 0x01 }
 wm8978 alc mode enumeration definition More...
enum  wm8978_avdd_t { WM8978_AVDD_0P9 = 0x00 , WM8978_AVDD_0P65 = 0x01 }
 wm8978 avdd enumeration definition More...
enum  wm8978_vref_t { WM8978_VREF_1K = 0x00 , WM8978_VREF_30K = 0x01 }
 wm8978 vref enumeration definition More...
enum  wm8978_alc_level_t {
  WM8978_ALC_LEVEL_NEGATIVE_1P5 = 0x0F , WM8978_ALC_LEVEL_NEGATIVE_3 = 0x0D , WM8978_ALC_LEVEL_NEGATIVE_4P5 = 0x0C , WM8978_ALC_LEVEL_NEGATIVE_21 = 0x01 ,
  WM8978_ALC_LEVEL_NEGATIVE_22P5 = 0x00
}
 wm8978 alc level enumeration definition More...

Functions

uint8_t wm8978_info (wm8978_info_t *info)
 get chip's information
uint8_t wm8978_init (wm8978_handle_t *handle)
 initialize the chip
uint8_t wm8978_deinit (wm8978_handle_t *handle)
 close the chip
uint8_t wm8978_soft_reset (wm8978_handle_t *handle)
 soft reset
uint8_t wm8978_set_dc_buffer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable dc buffer
uint8_t wm8978_set_out4_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out4 mixer
uint8_t wm8978_set_out3_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out3 mixer
uint8_t wm8978_set_pll (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable pll
uint8_t wm8978_set_microphone_bias (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable microphone bias
uint8_t wm8978_set_analogue_amplifier_bias (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable analogue amplifier bias
uint8_t wm8978_set_unused_input_output_tie_off_buffer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable unused input output tie off buffer
uint8_t wm8978_set_reference_impedance (wm8978_handle_t *handle, wm8978_impedance_t impedance)
 set reference impedance
uint8_t wm8978_set_right_out1 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right out1
uint8_t wm8978_set_left_out1 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left out1
uint8_t wm8978_set_sleep (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable sleep
uint8_t wm8978_set_right_channel_input_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input boost
uint8_t wm8978_set_left_channel_input_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input boost
uint8_t wm8978_set_right_channel_input_pga (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga
uint8_t wm8978_set_left_channel_input_pga (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga
uint8_t wm8978_set_right_channel_adc (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel adc
uint8_t wm8978_set_left_channel_adc (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel adc
uint8_t wm8978_set_out4 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out4
uint8_t wm8978_set_out3 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out3
uint8_t wm8978_set_left_out2 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left out2
uint8_t wm8978_set_right_out2 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right out2
uint8_t wm8978_set_right_output_channel_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right output channel mixer
uint8_t wm8978_set_left_output_channel_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left output channel mixer
uint8_t wm8978_set_right_channel_dac (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel dac
uint8_t wm8978_set_left_channel_dac (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel dac
uint8_t wm8978_set_bclk_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set bclk polarity
uint8_t wm8978_set_lrclk_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set lrclk polarity
uint8_t wm8978_set_word_length (wm8978_handle_t *handle, wm8978_word_length_t word_length)
 set word length
uint8_t wm8978_set_data_format (wm8978_handle_t *handle, wm8978_data_format_t format)
 set data format
uint8_t wm8978_set_dac_appear (wm8978_handle_t *handle, wm8978_appear_t appear)
 set dac appear
uint8_t wm8978_set_adc_appear (wm8978_handle_t *handle, wm8978_appear_t appear)
 set adc appear
uint8_t wm8978_set_channel (wm8978_handle_t *handle, wm8978_channel_t channel)
 set channel
uint8_t wm8978_set_companding_8bit_mode (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable companding 8bit mode
uint8_t wm8978_set_dac_companding (wm8978_handle_t *handle, wm8978_companding_t companding)
 set dac companding
uint8_t wm8978_set_adc_companding (wm8978_handle_t *handle, wm8978_companding_t companding)
 set adc companding
uint8_t wm8978_set_loopback (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable loopback
uint8_t wm8978_set_clksel (wm8978_handle_t *handle, wm8978_clksel_t clksel)
 set clksel
uint8_t wm8978_set_mclk_div (wm8978_handle_t *handle, wm8978_mclk_div_t d)
 set mclk div
uint8_t wm8978_set_bclk_div (wm8978_handle_t *handle, wm8978_bclk_div_t d)
 set bclk div
uint8_t wm8978_set_clock_mode (wm8978_handle_t *handle, wm8978_clock_mode_t mode)
 set clock mode
uint8_t wm8978_set_approximate_sample_rate (wm8978_handle_t *handle, wm8978_approximate_sample_t sample)
 set approximate sample rate
uint8_t wm8978_set_slow_clock (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable slow clock
uint8_t wm8978_set_pll_div (wm8978_handle_t *handle, wm8978_pll_div_t d)
 set pll div
uint8_t wm8978_set_gpio1_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set gpio1 polarity
uint8_t wm8978_set_gpio1_select (wm8978_handle_t *handle, wm8978_gpio1_sel_t sel)
 set gpio1 select
uint8_t wm8978_set_vmid_1 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable vmid 1
uint8_t wm8978_set_vmid_0 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable vmid 0
uint8_t wm8978_set_jack_detection (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable jack detection
uint8_t wm8978_set_jack_gpio (wm8978_handle_t *handle, wm8978_jack_sel_t sel)
 set jack gpio
uint8_t wm8978_set_soft_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable soft mute
uint8_t wm8978_set_dac_oversample_rate (wm8978_handle_t *handle, wm8978_dac_oversample_rate_t rate)
 set dac oversample rate
uint8_t wm8978_set_amute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable amute
uint8_t wm8978_set_right_dac_output_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set right dac output polarity
uint8_t wm8978_set_left_dac_output_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set left dac output polarity
uint8_t wm8978_set_dac_left_volume (wm8978_handle_t *handle, wm8978_bool_t enable, uint8_t volume)
 set dac left volume
uint8_t wm8978_set_dac_right_volume (wm8978_handle_t *handle, wm8978_bool_t enable, uint8_t volume)
 set dac right volume
uint8_t wm8978_set_jack_logic_1 (wm8978_handle_t *handle, wm8978_jack_t jack, wm8978_bool_t enable)
 set jack logic 1
uint8_t wm8978_set_jack_logic_0 (wm8978_handle_t *handle, wm8978_jack_t jack, wm8978_bool_t enable)
 set jack logic 0
uint8_t wm8978_set_high_pass_filter (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable high pass filter
uint8_t wm8978_set_mode (wm8978_handle_t *handle, wm8978_mode_t mode)
 set chip mode
uint8_t wm8978_set_high_pass_filter_cut_off (wm8978_handle_t *handle, wm8978_high_pass_filter_cut_off_t cut)
 set high pass filter cut off
uint8_t wm8978_set_adc_oversample_rate (wm8978_handle_t *handle, wm8978_adc_oversample_rate_t rate)
 set adc oversample rate
uint8_t wm8978_set_adc_right_channel_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set adc right channel polarity
uint8_t wm8978_set_adc_left_channel_polarity (wm8978_handle_t *handle, wm8978_polarity_t polarity)
 set adc left channel polarity
uint8_t wm8978_set_adc_left_volume (wm8978_handle_t *handle, wm8978_bool_t enable, uint8_t volume)
 set adc left volume
uint8_t wm8978_set_adc_right_volume (wm8978_handle_t *handle, wm8978_bool_t enable, uint8_t volume)
 set adc right volume
uint8_t wm8978_volume_convert_to_register (wm8978_handle_t *handle, float db, uint8_t *reg)
 convert the volume data to the register raw data
uint8_t wm8978_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, float *db)
 convert the volume register raw data to the real data
uint8_t wm8978_set_equaliser_apply (wm8978_handle_t *handle, wm8978_equaliser_t equaliser)
 set equaliser apply
uint8_t wm8978_set_eq1_cut_off (wm8978_handle_t *handle, wm8978_eq1_band_cut_off_t cut_off)
 set eq1 cut off
uint8_t wm8978_set_eq1_gain (wm8978_handle_t *handle, uint8_t gain)
 set eq1 gain
uint8_t wm8978_set_eq2_bandwidth (wm8978_handle_t *handle, wm8978_eq_bandwidth_t width)
 set eq2 bandwidth
uint8_t wm8978_set_eq2_centre_freq (wm8978_handle_t *handle, wm8978_eq2_band_centre_freq_t freq)
 set eq2 centre freq
uint8_t wm8978_set_eq2_gain (wm8978_handle_t *handle, uint8_t gain)
 set eq2 gain
uint8_t wm8978_set_eq3_bandwidth (wm8978_handle_t *handle, wm8978_eq_bandwidth_t width)
 set eq3 bandwidth
uint8_t wm8978_set_eq3_centre_freq (wm8978_handle_t *handle, wm8978_eq3_band_centre_freq_t freq)
 set eq3 centre freq
uint8_t wm8978_set_eq3_gain (wm8978_handle_t *handle, uint8_t gain)
 set eq3 gain
uint8_t wm8978_set_eq4_bandwidth (wm8978_handle_t *handle, wm8978_eq_bandwidth_t width)
 set eq4 bandwidth
uint8_t wm8978_set_eq4_centre_freq (wm8978_handle_t *handle, wm8978_eq4_band_centre_freq_t freq)
 set eq4 centre freq
uint8_t wm8978_set_eq4_gain (wm8978_handle_t *handle, uint8_t gain)
 set eq4 gain
uint8_t wm8978_set_eq5_cut_off (wm8978_handle_t *handle, wm8978_eq5_band_cut_off_t cut_off)
 set eq5 cut off
uint8_t wm8978_set_eq5_gain (wm8978_handle_t *handle, uint8_t gain)
 set eq5 gain
uint8_t wm8978_eq_gain_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the eq gain to the register raw data
uint8_t wm8978_eq_gain_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the eq gain register raw data to the real data
uint8_t wm8978_set_dac_digital_limiter (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable dac digital limiter
uint8_t wm8978_set_dac_limiter_decay (wm8978_handle_t *handle, wm8978_dac_limiter_decay_t decay)
 set dac limiter decay
uint8_t wm8978_set_dac_limiter_attack (wm8978_handle_t *handle, wm8978_dac_limiter_attack_t attack)
 set dac limiter attack
uint8_t wm8978_set_dac_limiter_level (wm8978_handle_t *handle, wm8978_dac_limiter_level_t level)
 set dac limiter level
uint8_t wm8978_set_dac_limiter_volume_boost (wm8978_handle_t *handle, uint8_t db)
 set dac limiter volume boost
uint8_t wm8978_set_notch_filter (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable notch filter
uint8_t wm8978_set_notch_filter_a0_coefficient_bit_13_7 (wm8978_handle_t *handle, wm8978_bool_t update_once, uint8_t coefficient)
 set notch filter a0 coefficient bit13 - bit7
uint8_t wm8978_set_notch_filter_a0_coefficient_bit_6_0 (wm8978_handle_t *handle, wm8978_bool_t update_once, uint8_t coefficient)
 set notch filter a0 coefficient bit6 - bit0
uint8_t wm8978_set_notch_filter_a1_coefficient_bit_13_7 (wm8978_handle_t *handle, wm8978_bool_t update_once, uint8_t coefficient)
 set notch filter a1 coefficient bit13 - bit7
uint8_t wm8978_set_notch_filter_a1_coefficient_bit_6_0 (wm8978_handle_t *handle, wm8978_bool_t update_once, uint8_t coefficient)
 set notch filter a1 coefficient bit6 - bit0
uint8_t wm8978_set_alc (wm8978_handle_t *handle, wm8978_alc_t alc)
 set alc
uint8_t wm8978_set_alc_max_gain (wm8978_handle_t *handle, wm8978_max_gain_t gain)
 set alc max gain
uint8_t wm8978_set_alc_min_gain (wm8978_handle_t *handle, wm8978_min_gain_t gain)
 set alc min gain
uint8_t wm8978_set_alc_hold_time (wm8978_handle_t *handle, uint8_t t)
 set alc hold time
uint8_t wm8978_alc_hold_time_convert_to_register (wm8978_handle_t *handle, float ms, uint8_t *reg)
 convert the alc hold time to the register raw data
uint8_t wm8978_alc_hold_time_convert_to_data (wm8978_handle_t *handle, uint8_t reg, float *ms)
 convert the alc hold time register raw data to the real data
uint8_t wm8978_set_alc_level (wm8978_handle_t *handle, wm8978_alc_level_t level)
 set alc level
uint8_t wm8978_set_alc_mode (wm8978_handle_t *handle, wm8978_alc_mode_t mode)
 set alc mode
uint8_t wm8978_set_alc_decay (wm8978_handle_t *handle, uint8_t decay)
 set alc decay
uint8_t wm8978_set_alc_attack (wm8978_handle_t *handle, uint8_t attack)
 set alc attack
uint8_t wm8978_set_alc_noise_gate (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable alc noise gate
uint8_t wm8978_set_alc_noise_gate_threshold (wm8978_handle_t *handle, uint8_t threshold)
 set alc noise gate threshold
uint8_t wm8978_alc_noise_gate_threshold_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the alc noise gate threshold to the register raw data
uint8_t wm8978_alc_noise_gate_threshold_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the alc noise gate threshold register raw data to the real data
uint8_t wm8978_set_mclk_divide_by_2 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable mclk divide by 2
uint8_t wm8978_set_plln (wm8978_handle_t *handle, uint8_t n)
 set plln
uint8_t wm8978_set_pll_freq (wm8978_handle_t *handle, uint32_t freq)
 set pll freq
uint8_t wm8978_set_depth_3d (wm8978_handle_t *handle, uint8_t depth)
 set depth 3d
uint8_t wm8978_depth_3d_convert_to_register (wm8978_handle_t *handle, float percent, uint8_t *reg)
 convert the depth 3d to the register raw data
uint8_t wm8978_depth_3d_convert_to_data (wm8978_handle_t *handle, uint8_t reg, float *percent)
 convert the depth 3d register raw data to the real data
uint8_t wm8978_set_mute_input_to_inv_rout2_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable mute input to inv rout2 mixer
uint8_t wm8978_set_inv_rout2_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable inv rout2 mixer
uint8_t wm8978_set_beep_volume (wm8978_handle_t *handle, uint8_t vol)
 set beep volume
uint8_t wm8978_beep_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the beep volume to the register raw data
uint8_t wm8978_beep_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the beep volume register raw data to the real data
uint8_t wm8978_set_beep (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable beep
uint8_t wm8978_set_microphone_bias_voltage (wm8978_handle_t *handle, wm8978_avdd_t avdd)
 set microphone bias voltage
uint8_t wm8978_set_right_channel_input_pga_positive (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga positive
uint8_t wm8978_set_right_channel_input_pga_negative (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga negative
uint8_t wm8978_set_right_channel_input_pga_amplifier_positive (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga amplifier positive
uint8_t wm8978_set_left_channel_input_pga_positive (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga positive
uint8_t wm8978_set_left_channel_input_pga_negative (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga negative
uint8_t wm8978_set_left_channel_input_pga_amplifier_positive (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga amplifier positive
uint8_t wm8978_set_left_input_pga_update (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left input pga update
uint8_t wm8978_set_left_channel_input_pga_zero_cross (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga zero cross
uint8_t wm8978_set_left_channel_input_pga_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga mute
uint8_t wm8978_set_left_channel_input_pga_volume (wm8978_handle_t *handle, uint8_t volume)
 set left channel input pga volume
uint8_t wm8978_left_channel_input_pga_volume_convert_to_register (wm8978_handle_t *handle, float db, uint8_t *reg)
 convert the left channel input pga volume to the register raw data
uint8_t wm8978_left_channel_input_pga_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, float *db)
 convert the left channel input pga volume register raw data to the real data
uint8_t wm8978_set_right_input_pga_update (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right input pga update
uint8_t wm8978_set_right_channel_input_pga_zero_cross (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga zero cross
uint8_t wm8978_set_right_channel_input_pga_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga mute
uint8_t wm8978_set_right_channel_input_pga_volume (wm8978_handle_t *handle, uint8_t volume)
 set right channel input pga volume
uint8_t wm8978_right_channel_input_pga_volume_convert_to_register (wm8978_handle_t *handle, float db, uint8_t *reg)
 convert the right channel input pga volume to the register raw data
uint8_t wm8978_right_channel_input_pga_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, float *db)
 convert the right channel input pga volume register raw data to the real data
uint8_t wm8978_set_left_channel_input_pga_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left channel input pga boost
uint8_t wm8978_set_left_channel_input_boost_stage (wm8978_handle_t *handle, uint8_t stage)
 set left channel input boost stage
uint8_t wm8978_left_channel_input_boost_stage_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the left channel input boost stage to the register raw data
uint8_t wm8978_left_channel_input_boost_stage_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the left channel input boost stage register raw data to the real data
uint8_t wm8978_set_auxiliary_amplifier_left_channel_input_boost_stage (wm8978_handle_t *handle, uint8_t stage)
 set auxiliary amplifier left channel input boost stage
uint8_t wm8978_auxiliary_amplifier_left_channel_input_boost_stage_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the auxiliary amplifier left channel input boost stage to the register raw data
uint8_t wm8978_auxiliary_amplifier_left_channel_input_boost_stage_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the auxiliary amplifier left channel input boost stage register raw data to the real data
uint8_t wm8978_set_right_channel_input_pga_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right channel input pga boost
uint8_t wm8978_set_right_channel_input_boost_stage (wm8978_handle_t *handle, uint8_t stage)
 set right channel input boost stage
uint8_t wm8978_right_channel_input_boost_stage_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the right channel input boost stage to the register raw data
uint8_t wm8978_right_channel_input_boost_stage_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the right channel input boost stage register raw data to the real data
uint8_t wm8978_set_auxiliary_amplifier_right_channel_input_boost_stage (wm8978_handle_t *handle, uint8_t stage)
 set auxiliary amplifier right channel input boost stage
uint8_t wm8978_auxiliary_amplifier_right_channel_input_boost_stage_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the auxiliary amplifier right channel input boost stage to the register raw data
uint8_t wm8978_auxiliary_amplifier_right_channel_input_boost_stage_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the auxiliary amplifier right channel input boost stage register raw data to the real data
uint8_t wm8978_set_left_dac_output_to_right_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left dac output to right output mixer
uint8_t wm8978_set_right_dac_output_to_left_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right dac output to left output mixer
uint8_t wm8978_set_out4_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out4 boost
uint8_t wm8978_set_out3_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out3 boost
uint8_t wm8978_set_speaker_boost (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable speaker boost
uint8_t wm8978_set_thermal_shutdown (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable thermal shutdown
uint8_t wm8978_set_vref_to_analogue_output_resistance (wm8978_handle_t *handle, wm8978_vref_t vref)
 set vref to analogue output resistance
uint8_t wm8978_set_aux_left_channel_input_to_left_mixer_volume (wm8978_handle_t *handle, uint8_t vol)
 set aux left channel input to left mixer volume
uint8_t wm8978_aux_left_channel_input_to_left_mixer_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the aux left channel input to left mixer volume to the register raw data
uint8_t wm8978_aux_left_channel_input_to_left_mixer_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the aux left channel input to left mixer volume register raw data to the real data
uint8_t wm8978_set_left_auxiliary_input_to_left_channel_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left auxiliary input to left channel output mixer
uint8_t wm8978_set_left_bypass_volume_control_to_output_channel_mixer (wm8978_handle_t *handle, uint8_t vol)
 set left bypass volume control to output channel mixer
uint8_t wm8978_left_bypass_volume_control_to_output_channel_mixer_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the left bypass volume control to output channel mixer to the register raw data
uint8_t wm8978_left_bypass_volume_control_to_output_channel_mixer_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the left bypass volume control to output channel mixer register raw data to the real data
uint8_t wm8978_set_left_bypass_path_to_left_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left bypass path to left output mixer
uint8_t wm8978_set_left_dac_output_to_left_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left dac output to left output mixer
uint8_t wm8978_set_aux_right_channel_input_to_right_mixer_volume (wm8978_handle_t *handle, uint8_t vol)
 set aux right channel input to right mixer volume
uint8_t wm8978_aux_right_channel_input_to_right_mixer_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the aux right channel input to right mixer volume to the register raw data
uint8_t wm8978_aux_right_channel_input_to_right_mixer_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the aux right channel input to right mixer volume raw data to the real data
uint8_t wm8978_set_right_auxiliary_input_to_right_channel_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right auxiliary input to right channel output mixer
uint8_t wm8978_set_right_bypass_volume_control_to_output_channel_mixer (wm8978_handle_t *handle, uint8_t vol)
 set right bypass volume control to output channel mixer
uint8_t wm8978_right_bypass_volume_control_to_output_channel_mixer_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the right bypass volume control to output channel mixer to the register raw data
uint8_t wm8978_right_bypass_volume_control_to_output_channel_mixer_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the right bypass volume control to output channel mixer raw data to the real data
uint8_t wm8978_set_right_bypass_path_to_right_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right bypass path to right output mixer
uint8_t wm8978_set_right_dac_output_to_right_output_mixer (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right dac output to right output mixer
uint8_t wm8978_set_lout1_update (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable lout1 update
uint8_t wm8978_set_lout1_headphone_volume_zero_cross (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable lout1 headphone volume zero cross
uint8_t wm8978_set_lout1_left_headphone_output_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable lout1 left headphone output mute
uint8_t wm8978_set_lout1_left_headphone_output_volume (wm8978_handle_t *handle, uint8_t vol)
 set lout1 left headphone output volume
uint8_t wm8978_lout1_left_headphone_output_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the lout1 left headphone output volume to the register raw data
uint8_t wm8978_lout1_left_headphone_output_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the lout1 left headphone output volume raw data to the real data
uint8_t wm8978_set_rout1_update (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable rout1 update
uint8_t wm8978_set_rout1_headphone_volume_zero_cross (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable rout1 headphone volume zero cross
uint8_t wm8978_set_rout1_right_headphone_output_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable rout1 right headphone output mute
uint8_t wm8978_set_rout1_right_headphone_output_volume (wm8978_handle_t *handle, uint8_t vol)
 set rout1 right headphone output volume
uint8_t wm8978_rout1_right_headphone_output_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the rout1 right headphone output volume to the register raw data
uint8_t wm8978_rout1_right_headphone_output_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the rout1 right headphone output volume raw data to the real data
uint8_t wm8978_set_lout2_update (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable lout2 update
uint8_t wm8978_set_lout2_speaker_volume_zero_cross (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable lout2 speaker volume zero cross
uint8_t wm8978_set_lout2_left_speaker_output_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable lout2 left speaker output mute
uint8_t wm8978_set_lout2_left_speaker_output_volume (wm8978_handle_t *handle, uint8_t vol)
 set lout2 left speaker output volume
uint8_t wm8978_lout2_left_speaker_output_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the lout2 left speaker output volume to the register raw data
uint8_t wm8978_lout2_left_speaker_output_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the lout2 left speaker output volume raw data to the real data
uint8_t wm8978_set_rout2_update (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable rout2 update
uint8_t wm8978_set_rout2_speaker_volume_zero_cross (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable rout2 speaker volume zero cross
uint8_t wm8978_set_rout2_right_speaker_output_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable rout2 right speaker output mute
uint8_t wm8978_set_rout2_right_speaker_output_volume (wm8978_handle_t *handle, uint8_t vol)
 set rout2 right speaker output volume
uint8_t wm8978_rout2_right_speaker_output_volume_convert_to_register (wm8978_handle_t *handle, int8_t db, uint8_t *reg)
 convert the rout2 right speaker output volume to the register raw data
uint8_t wm8978_rout2_right_speaker_output_volume_convert_to_data (wm8978_handle_t *handle, uint8_t reg, int8_t *db)
 convert the rout2 right speaker output volume raw data to the real data
uint8_t wm8978_set_out3_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out3 mute
uint8_t wm8978_set_out4_mixer_output_to_out3 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out4 mixer output to out3
uint8_t wm8978_set_left_adc_input_to_out3 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left adc input to out3
uint8_t wm8978_set_left_dac_mixer_to_out3 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left dac mixer to out3
uint8_t wm8978_set_left_dac_output_to_out3 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left dac output to out3
uint8_t wm8978_set_out4_mute (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out4 mute
uint8_t wm8978_set_out4_attenuated_by_6db (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable out4 attenuated by 6db
uint8_t wm8978_set_left_dac_mixer_to_out4 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left dac mixer to out4
uint8_t wm8978_set_left_dac_to_out4 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable left dac to out4
uint8_t wm8978_set_right_adc_input_to_out4 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right adc input to out4
uint8_t wm8978_set_right_dac_mixer_to_out4 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right dac mixer to out4
uint8_t wm8978_set_right_dac_output_to_out4 (wm8978_handle_t *handle, wm8978_bool_t enable)
 enable or disable right dac output to out4
uint8_t wm8978_set_reg (wm8978_handle_t *handle, uint8_t reg, uint16_t value)
 set the chip register

Detailed Description

driver wm8978 header file

Copyright (c) 2015 - present LibDriver All rights reserved

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Version
1.0.0
Author
Shifeng Li
Date
2023-07-31

history

Date Version Author Description
2023/07/31 1.0 Shifeng Li first upload

Definition in file driver_wm8978.h.