Searched refs:AK4117_UNLCK (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_core.c178 if (!(c0 & AK4117_UNLCK)) snd_pdacf_ak4117_change()
182 if (ak4117->rcs0 & AK4117_UNLCK) snd_pdacf_ak4117_change()
241 snd_pdacf_ak4117_change(chip->ak4117, AK4117_UNLCK, 0); snd_pdacf_ak4117_create()
280 return (chip->ak4117->rcs0 & AK4117_UNLCK) == 0; check_signal()
H A Dpdaudiocf_pcm.c84 if ((chip->ak4117->rcs0 & AK4117_UNLCK) || runtime->rate != rate) { pdacf_pcm_trigger()
/linux-4.1.27/sound/i2c/other/
H A Dak4117.c480 c0 = (ak4117->rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK4117_UNLCK)) ^ snd_ak4117_check_rate_and_errors()
481 (rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK4117_UNLCK)); snd_ak4117_check_rate_and_errors()
/linux-4.1.27/include/sound/
H A Dak4117.h120 #define AK4117_UNLCK (1<<7) /* PLL lock status, 0 = lock, 1 = unlock */ macro

Completed in 103 milliseconds