Home
last modified time | relevance | path

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

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