Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dak4114.h127 #define AK4114_FS3 (1<<7) /* sampling frequency detection */ macro
134 #define AK4114_FS_88200HZ (AK4114_FS3)
135 #define AK4114_FS_96000HZ (AK4114_FS3|AK4114_FS1)
136 #define AK4114_FS_176400HZ (AK4114_FS3|AK4114_FS2)
137 #define AK4114_FS_192000HZ (AK4114_FS3|AK4114_FS2|AK4114_FS1)
/openbmc/linux/sound/i2c/other/
H A Dak4114.c157 switch (rcs1 & (AK4114_FS0|AK4114_FS1|AK4114_FS2|AK4114_FS3)) { in external_rate()