Home
last modified time | relevance | path

Searched full:multichannel (Results 1 – 25 of 67) sorted by relevance

123

/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst2 Low latency, multichannel audio with JACK and the emu10k1/emu10k2
6 latency, multichannel recording functionality. All of my recent work to allow
16 latency, multichannel features offered by the "kX ASIO" feature of their
26 the multichannel devices, set the in and out channels to 16, and the sample
39 popular belief, all emu10k1 cards are multichannel cards. Which of these
H A Dmixart.rst11 The miXart8 is a multichannel audio processing and mixing soundcard
/linux/sound/soc/ti/
H A DKconfig25 daVinci McBSP (w/o the multichannel support).
28 tristate "Multichannel Audio Serial Port (McASP) support"
52 tristate "Multichannel Buffered Serial Port (McBSP) support"
60 tristate "Multichannel PDM Controller (McPDM) support"
/linux/drivers/usb/musb/
H A Dtusb6010_omap.c55 unsigned multichannel:1; member
153 if (!tusb_dma->multichannel) in tusb_omap_dma_cb()
239 if (!tusb_dma->multichannel) { in tusb_omap_dma_program()
471 if (tusb_dma->multichannel) { in tusb_omap_dma_allocate()
485 tusb_dma->multichannel ? "shared" : "dedicated", in tusb_omap_dma_allocate()
547 * - one channel in case of non multichannel mode in tusb_omap_allocate_dma_pool()
548 * - MAX_DMAREQ number of channels in multichannel mode in tusb_omap_allocate_dma_pool()
550 if (i == 0 || tusb_dma->multichannel) { in tusb_omap_allocate_dma_pool()
612 tusb_dma->multichannel = 1; in tusb_dma_controller_create()
/linux/Documentation/devicetree/bindings/sound/
H A Dsamsung-i2s.yaml21 samsung,s5pv210-i2s: for 8/16/24bit multichannel (5.1) I2S with
25 samsung,exynos5420-i2s: for 8/16/24bit multichannel (5.1) I2S for
38 stereo channels. Exynos7 I2S1 upgraded to 5.1 multichannel with
H A Dti,tas2781.yaml63 DSP and IV Sense, 16/20/24/32bit stereo I2S or multichannel TDM.
79 multichannel TDM.
H A Dfsl,qmc-audio.yaml13 The QMC audio is an ASoC component which uses QMC (QUICC Multichannel
/linux/include/sound/sof/
H A Dchannel_map.h21 * from a multichannel input stream.
46 * \brief Complete map for each channel of a multichannel stream.
/linux/fs/smb/client/
H A Dfs_context.c79 fsparam_flag_no("multichannel", Opt_multichannel),
728 if (ctx->multichannel) { in smb3_handle_conflicting_options()
733 "max_channels must be greater than 1 when multichannel is enabled\n"); in smb3_handle_conflicting_options()
741 "max_channels must be equal to 1 when multichannel is disabled\n"); in smb3_handle_conflicting_options()
748 ctx->multichannel = true; in smb3_handle_conflicting_options()
750 ctx->multichannel = false; in smb3_handle_conflicting_options()
752 ctx->multichannel = false; in smb3_handle_conflicting_options()
1167 * If multichannel or max_channels has changed, update the session's channels accordingly. in smb3_reconfigure()
1170 if ((ctx->multichannel != cifs_sb->ctx->multichannel) || in smb3_reconfigure()
[all...]
H A Dfs_context.h296 bool multichannel:1; member
297 bool multichannel_specified:1; /* true if user specified multichannel or nomultichannel */
300 /* reuse existing guid for multichannel */
H A Dsess.c172 cifs_dbg(VFS, "multichannel is not supported on this protocol version, use 3.0 or above\n"); in cifs_try_adding_channels()
178 cifs_server_dbg(VFS, "no multichannel support\n"); in cifs_try_adding_channels()
289 cifs_dbg(FYI, "server does not support multichannel anymore.\n"); in cifs_decrease_secondary_channels()
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-scc-qmc.yaml7 title: PowerQUICC CPM QUICC Multichannel Controller (QMC)
13 The QMC (QUICC Multichannel Controller) emulates up to 64 channels within one
H A Dfsl,qe-ucc-qmc.yaml7 title: PowerQUICC QE QUICC Multichannel Controller (QMC)
13 The QMC (QUICC Multichannel Controller) emulates up to 64 channels within one
/linux/drivers/media/pci/tw5864/
H A DKconfig8 multichannel video & audio grabbing and encoding (H.264, MJPEG,
/linux/arch/arm/mach-omap2/
H A Dmcbsp.c8 * Multichannel mode not supported.
/linux/drivers/soc/fsl/qe/
H A DKconfig54 Freescale CPM/QE QUICC Multichannel Controller
H A Dqmc.c58 /* Multichannel base pointer (32 bits) */
60 /* Multichannel controller state (16 bits) */
72 /* Multichannel interrupt base address (32 bits) */
74 /* Multichannel interrupt pointer (32 bits) */
1768 /* Allocate the 'Global Multichannel Parameters' and the in qmc_qe_init_resources()
1770 * is located right after the 'Global Multichannel Parameters'. in qmc_qe_init_resources()
/linux/include/sound/
H A Dhda_chmap.h3 * For multichannel support
/linux/Documentation/ABI/stable/
H A Dfirewire-cdev96 for multichannel reception which works in buffer-fill mode.
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst60 AAC, some implementations may support AAC multichannel but HE-AAC
305 - multichannel IEC encoding. Unclear if this is required.
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dti,ads131e08.yaml13 The ADS131E0x are a family of multichannel, simultaneous sampling,
/linux/drivers/media/tuners/
H A Dxc2028-types.h20 /* Multichannel Television Sound (MTS)
/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c56 * fill channel map params for multichannel support. in sst_alloc_stream_mrfld()
58 * for multichannel support. in sst_alloc_stream_mrfld()
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst16 multichannel performance optimizations, algorithmic channel selection,
/linux/drivers/net/wan/
H A DKconfig205 HDLC support using the Freescale QUICC Multichannel Controller (QMC).

123