TLV320AIC3104-Q1: Need Help to solve Error:error at snd_soc_component_update_bits and error at soc_c Options 12-11-2021 12:53 AM 2,911 Views divyeshmarne0 Contributor III Hi Team, CODEC: TLV320AIC3104 External Codec. CHANGES: + sound-tlv320aic3x ...
static int audio_set_component_params(struct snd_soc_component *component) { // 设置DAC参数 snd_soc_component_update_bits(component, DAC_REG, DAC_MASK, DAC_VALUE); // 设置ADC参数 snd_soc_component_update_bits(component, ADC_REG, ADC_MASK, ADC_VALUE); // 设置时钟参数等 // 更多参数设置...