Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/mISDN/
Dl1oip_codec.c99 static u8 ulaw_to_alaw[256] = variable
301 *result++ = ulaw_to_alaw[*data++]; in l1oip_ulaw_to_alaw()