Searched refs:dsp_audio_s16_to_law (Results 1 – 3 of 3) sorted by relevance
28 u8 dsp_audio_s16_to_law[65536]; variable29 EXPORT_SYMBOL(dsp_audio_s16_to_law);178 dsp_audio_s16_to_law[i & 0xffff] = in dsp_audio_generate_s2law_table()184 dsp_audio_s16_to_law[i & 0xffff] = in dsp_audio_generate_s2law_table()267 dsp_audio_s16_to_law[sample & 0xffff]; in dsp_audio_generate_mix_table()325 dsp_audio_reduce8[i] = dsp_audio_s16_to_law[ in dsp_audio_generate_volume_changes()327 dsp_audio_reduce7[i] = dsp_audio_s16_to_law[ in dsp_audio_generate_volume_changes()329 dsp_audio_reduce6[i] = dsp_audio_s16_to_law[ in dsp_audio_generate_volume_changes()331 dsp_audio_reduce5[i] = dsp_audio_s16_to_law[ in dsp_audio_generate_volume_changes()333 dsp_audio_reduce4[i] = dsp_audio_s16_to_law[ in dsp_audio_generate_volume_changes()[all …]
50 extern u8 dsp_audio_s16_to_law[65536];
1499 *d++ = dsp_audio_s16_to_law[sample & 0xffff]; in dsp_cmx_send_member()1531 *d++ = dsp_audio_s16_to_law[sample & 0xffff]; in dsp_cmx_send_member()1542 *d++ = dsp_audio_s16_to_law[sample & 0xffff]; in dsp_cmx_send_member()1558 *d++ = dsp_audio_s16_to_law[sample & 0xffff]; in dsp_cmx_send_member()1569 *d++ = dsp_audio_s16_to_law[sample & 0xffff]; in dsp_cmx_send_member()