Home
last modified time | relevance | path

Searched refs:AK4113_CINT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/i2c/other/
Dak4113.c99 AK4113_CINT | AK4113_STC); in snd_ak4113_create()
561 c0 = (ak4113->rcs0 & (AK4113_QINT | AK4113_CINT | AK4113_STC | in snd_ak4113_check_rate_and_errors()
563 (rcs0 & (AK4113_QINT | AK4113_CINT | AK4113_STC | in snd_ak4113_check_rate_and_errors()
569 ak4113->rcs0 = rcs0 & ~(AK4113_QINT | AK4113_CINT | AK4113_STC); in snd_ak4113_check_rate_and_errors()
592 if ((c1 & AK4113_PEM) | (c0 & AK4113_CINT)) in snd_ak4113_check_rate_and_errors()
/linux-4.1.27/include/sound/
Dak4113.h228 #define AK4113_CINT (1<<5) macro