Home
last modified time | relevance | path

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

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