Home
last modified time | relevance | path

Searched refs:AK4114_CHECK_NO_RATE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/sound/
Dak4114.h159 #define AK4114_CHECK_NO_RATE (1<<1) /* no rate check */ macro
/linux-4.1.27/sound/pci/ice1712/
Drevo.c501 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
Dprodigy192.c635 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
/linux-4.1.27/sound/i2c/other/
Dak4114.c605 if (!(flags & AK4114_CHECK_NO_RATE) && runtime && runtime->rate != res) { in snd_ak4114_check_rate_and_errors()