#include <tlv320aic23b.h>
Definition at line 226 of file tlv320aic23b.h.
Data Fields | |
struct { | |
const U16 addr: AIC23B_CTRL_ADDR_SIZE | |
Control address. | |
U16 data: AIC23B_CTRL_DATA_SIZE | |
Control data. | |
}; | |
struct { | |
U16 rhv: AIC23B_RCHVC_RHV_SIZE | |
Right headphone volume control. | |
U16 rls: AIC23B_RCHVC_RLS_SIZE | |
Right/left headphone channel simultaneous volume/mute update. | |
U16 rzc: AIC23B_RCHVC_RZC_SIZE | |
Right-channel zero-cross detect. | |
const U16: AIC23B_CTRL_ADDR_SIZE | |
}; |
struct { ... } |
struct { ... } |
const U16 aic23b_rchvc_t::addr |
Control data.
Definition at line 231 of file tlv320aic23b.h.
Referenced by aic23b_dac_get_average_headphone_volume(), aic23b_get_headphone_volume(), and aic23b_set_headphone_volume().
Right headphone volume control.
Definition at line 238 of file tlv320aic23b.h.
Referenced by aic23b_dac_get_average_headphone_volume(), aic23b_get_headphone_volume(), and aic23b_set_headphone_volume().
Right/left headphone channel simultaneous volume/mute update.
Definition at line 236 of file tlv320aic23b.h.
Referenced by aic23b_set_headphone_volume().
Right-channel zero-cross detect.
Definition at line 237 of file tlv320aic23b.h.
Referenced by aic23b_set_headphone_volume().
const aic23b_rchvc_t::U16 |
Definition at line 235 of file tlv320aic23b.h.