snd_soc_component_update_bits_async (9) Linux Manual Page
snd_soc_component_update_bits_async – Perform asynchronous read/modify/write cycle Synopsis int snd_soc_component_update_bits_async(struct snd_soc_component *component, unsigned int reg, unsigned int mask, unsigned int val); Arguments component Component to update reg Register to update mask Mask that specifies which bits to update val New value for the bits specified by mask Description This function is similar to snd_soc_component_update_bits, but the…
