Searched refs:SRCS_RATELOCKED (Results 1 – 2 of 2) sorted by relevance
56 snd_iprintf(buffer, "Rate Locked : %s\n", rate & SRCS_RATELOCKED ? "on" : "off"); in snd_emu10k1_proc_spdif_status()257 snd_iprintf(buffer, "Rate Locked : %s\n", val & SRCS_RATELOCKED ? "on" : "off"); in snd_emu10k1_proc_spdif_read()
790 #define SRCS_RATELOCKED 0x01000000 /* Sample rate locked */ macro