Home
last modified time | relevance | path

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

/linux/sound/i2c/other/
H A Dak4117.c455 c1 = (ak4117->rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f)) ^ in snd_ak4117_check_rate_and_errors()
456 (rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f)); in snd_ak4117_check_rate_and_errors()
484 if (c1 & AK4117_DTSCD) in snd_ak4117_check_rate_and_errors()
/linux/include/sound/
H A Dak4117.h115 #define AK4117_DTSCD (1<<6) /* DTS-CD bit audio stream detect, 0 = no detect, 1 = detect */ macro