Searched refs:dsp_format (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.c784 u16 dsp_format; local
786 dsp_format = DSP_AUDIOFORM_SS_16LE;
792 dsp_format = DSP_AUDIOFORM_SUPER_INTERLEAVE_16LE;
795 dsp_format = DSP_AUDIOFORM_SUPER_INTERLEAVE_24LE;
798 dsp_format = DSP_AUDIOFORM_SUPER_INTERLEAVE_32LE;
801 dsp_format |= format->interleave;
806 dsp_format = DSP_AUDIOFORM_MM_32BE;
810 dsp_format = DSP_AUDIOFORM_SS_32BE;
817 dsp_format = DSP_AUDIOFORM_MM_32LE;
823 dsp_format
[all...]
/linux-master/arch/mips/kernel/
H A Dunaligned.c186 regs->regs[insn.dsp_format.rd] = value;
195 regs->regs[insn.dsp_format.rd] = value;
206 if (insn.dsp_format.func == lx_op) {
207 switch (insn.dsp_format.op) {
215 regs->regs[insn.dsp_format.rd] = value;
224 regs->regs[insn.dsp_format.rd] = value;
/linux-master/sound/soc/sunxi/
H A Dsun8i-codec.c286 u32 dsp_format, format, invert, value; local
328 dsp_format = 0x0; /* Set LRCK_INV to 0 */
332 dsp_format = 0x1; /* Set LRCK_INV to 1 */
372 invert |= dsp_format;
/linux-master/arch/mips/include/uapi/asm/
H A Dinst.h788 struct dsp_format { /* SPEC3 DSP format instructions */ struct
1134 struct dsp_format dsp_format; member in union:mips_instruction

Completed in 138 milliseconds