Home
last modified time | relevance | path

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

/linux-4.1.27/sound/i2c/other/
Dak4117.c100 chip->rcs0 = reg_read(chip, AK4117_REG_RCS0) & ~(AK4117_QINT | AK4117_CINT | AK4117_STC); in snd_ak4117_create()
480 …c0 = (ak4117->rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK411… in snd_ak4117_check_rate_and_errors()
481 … (rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK4117_UNLCK)); in snd_ak4117_check_rate_and_errors()
484 ak4117->rcs0 = rcs0 & ~(AK4117_QINT | AK4117_CINT | AK4117_STC); in snd_ak4117_check_rate_and_errors()
504 if (c0 & AK4117_QINT) in snd_ak4117_check_rate_and_errors()
/linux-4.1.27/include/sound/
Dak4117.h127 #define AK4117_QINT (1<<0) /* Q-subcode buffer interrupt, 0 = no change, 1 = changed */ macro