Searched refs:SLPI_MAGIC_NUM (Results 1 – 1 of 1) sorted by relevance
55 #define SLPI_MAGIC_NUM 0x3000 macro271 ret = add_new_sndcard(SLPI_MAGIC_NUM, fd); in enum_sndcards()437 bool is_cpe = ((s->card >= CPE_MAGIC_NUM) && (s->card < SLPI_MAGIC_NUM)); in on_sndcard_state_update()438 bool is_slpi = (s->card == SLPI_MAGIC_NUM); in on_sndcard_state_update()444 s->card - (is_cpe ? CPE_MAGIC_NUM : (is_slpi ? SLPI_MAGIC_NUM : 0)), in on_sndcard_state_update()