Searched refs:DSP_OPT_ULAW (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Ddsp_audio.c163 if (dsp_options & DSP_OPT_ULAW) {
212 if (dsp_options & DSP_OPT_ULAW)
224 if (dsp_options & DSP_OPT_ULAW)
H A Ddsp.h27 #define DSP_OPT_ULAW (1 << 0) macro
H A Ddsp_core.c727 skb->len, (dsp_options & DSP_OPT_ULAW) ? 1 : 0);
1174 dsp_silence = (dsp_options & DSP_OPT_ULAW) ? 0xff : 0x2a;
1175 dsp_audio_law_to_s32 = (dsp_options & DSP_OPT_ULAW) ?
1180 if (dsp_options & DSP_OPT_ULAW)

Completed in 260 milliseconds