Lines Matching +full:capture +full:- +full:channels

8    keep here as reference -- tiwai
22 … programming information, so I (Rainer Zimmermann) had to find out some card-specific information …
24 This is the first testing version of the Maya44 driver released to the alsa-devel mailing list (Feb…
29 - playback and capture at all sampling rates
30 - input/output level
31 - crossmixing
32 - line/mic switch
33 - phantom power switch
34 - analogue monitor a.k.a bypass
39 - Channel 3+4 analogue - S/PDIF input switching
40 - S/PDIF output
41 - all inputs/outputs on the M/IO/DIO extension card
42 - internal/external clock selection
50 - The level meters ("multi track") in 'alsamixer' do not seem to react to signals in (if this is a …
52 - Ardour 2.1 seems to work only via JACK, not using ALSA directly or via OSS. This still needs to b…
60 * pci/ice1724/maya44.c - Maya44 specific code
63 * pci/ice1724/ice1724.h.patch - PROPOSED patch to ice1724.h (see SAMPLING RATES)
64 * i2c/other/wm8776.c - low-level access routines for Wolfson WM8776 codecs
68 Note that the wm8776.c code is meant to be card-independent and does not actually register the code…
69 This is done in maya44.c, mainly because some of the WM8776 controls are used in Maya44-specific wa…
72 …es were created in pci/ice1724, simply #including the corresponding file from the alsa-kernel tree:
95 …olfson WM8776 codecs) allow a maximum sampling rate of 192 kHz for playback and 92 kHz for capture.
99 …n the maya44 card will always set the *global* sampling rate for all playback and capture channels.
101 * In the current state of the driver, setting rates of up to 192 kHz is permitted even for capture
103 …OVE 96kHz*, even though it may appear to work. The codec cannot actually capture at such rates, me…
106 I propose some additional code for limiting the sampling rate when setting on a capture pcm device.…
116 * hw:0,0 input - stereo, analog input 1+2
117 * hw:0,0 output - stereo, analog output 1+2
118 * hw:0,1 input - stereo, analog input 3+4 OR S/PDIF input
119 * hw:0,1 output - stereo, analog output 3+4 (and SPDIF out)
148 cross-mixer from channels 1+2 to channels 3+4
150 cross-mixer from channels 3+4 to channels 1+2