Lines Matching +full:channel +full:- +full:use

4 be programmed in AC97, I2S, left-justified, or right-justified modes.
7 - compatible: Compatible list, should contain one of the following
9 fsl,mpc8610-ssi
10 fsl,imx51-ssi
11 fsl,imx35-ssi
12 fsl,imx21-ssi
13 - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on.
14 - reg: Offset and length of the register set for the device.
15 - interrupts: <a b> where a is the interrupt number and b is a
21 - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs.
23 - clocks: "ipg" - Required clock for the SSI unit
24 "baud" - Required clock for SSI master mode. Otherwise this
28 Documentation/devicetree/bindings/sound/soc-ac97link.txt for the necessary
32 - codec-handle: Phandle to a 'codec' node that defines an audio
35 - fsl,fiq-stream-filter: Bool property. Disabled DMA and use FIQ instead to
39 - dmas: Generic dma devicetree binding as described in
41 - dma-names: Two dmas have to be defined, "tx" and "rx", if fsl,imx-fiq
43 - fsl,mode: The operating mode for the AC97 interface only.
44 "ac97-slave" - AC97 mode, SSI is clock slave
45 "ac97-master" - AC97 mode, SSI is clock master
46 - fsl,ssi-asynchronous:
51 playback and capture to use different sample sizes and
56 - fsl,playback-dma: Phandle to a node for the DMA channel to use for
60 - fsl,capture-dma: Phandle to a node for the DMA channel to use for
66 - compatible: Compatible list, contains the name of the codec
69 - clock-frequency: The frequency of the input clock, which typically comes
70 from an on-board dedicated oscillator.
72 Notes on fsl,playback-dma and fsl,capture-dma:
74 On SOCs that have an SSI, specific DMA channels are hard-wired for playback
75 and capture. On the MPC8610, for example, SSI1 must use DMA channel 0 for
76 playback and DMA channel 1 for capture. SSI2 must use DMA channel 2 for
77 playback and DMA channel 3 for capture. The developer can choose which
78 DMA controller to use, but the channels themselves are hard-wired. The
82 "fsl,playback-dma" and "fsl,capture-dma" must be marked as compatible with
83 "fsl,ssi-dma-channel". The SOC-specific compatible string (e.g.
84 "fsl,mpc8610-dma-channel") can remain. If these nodes are left as
85 "fsl,elo-dma-channel" or "fsl,eloplus-dma-channel", then the generic Elo DMA
86 drivers (fsldma) will attempt to use them, and it will conflict with the