Lines Matching refs:to

3 Note: parts of this README file apply also to other
7 added to the sound driver after Linux-2.1.91 was out.
14 Usually you do not need to set jumpers, etc. The sound driver
41 For the OPTi 931 you can answer 'n' to:
44 need to answer 'm' to the above question. In that case you will
45 also need to answer 'm' to:
52 In most systems with a PnP BIOS you do not need to use isapnp. The
54 to pick up the card and continue initialization.
56 If that fails, or if you have other PnP cards, you need to use isapnp
57 to initialize the card.
59 isapnptools-1.13 (or newer). Run pnpdump to dump the information
64 The driver has one limitation with respect to I/O port resources:
81 If you have an MPU daughtercard or onboard MPU you will want to add to the
98 request to loading the main sound module.
105 There is currently no way to autoload the sound device driver
113 SoundBlaster driver. This option tells the SB driver not to look
114 for a SB card but to wait for the mad16 driver.
122 I use two DMA channels (only one is required) to enable full duplex.
127 This tells modprobe to run /sbin/ad1848_mixer_reroute after
129 for ad1848_mixer_reroute is appended to the end of this readme
130 file. It is impossible for the sound driver to know the actual
131 connections to the mixer. The 3 inputs intended for cd, synth
132 and line-in are mapped to the generic inputs line1, line2 and
133 line3. This program reroutes these mixer channels to their
137 14=line1 8=cd - reroute line1 to the CD input.
138 15=line2 3=synth - reroute line2 to the synthesizer input.
139 16=line3 6=line - reroute line3 to the line input.
149 A CDROM drive connected to the sound card
156 the mad16 driver (use "modprobe mad16" to prevent auto-unloading)
159 Using the sound driver built-in to the kernel may help here, but...
168 1. See the section on "A CDROM drive connected to the sound card".
174 to all C931 based cards. I do not know how to identify cards that
188 int val, from, to;
199 to = atoi(argv[i]);
201 if(to == SOUND_MIXER_NONE)
203 argv[0], mixer_names[to]);
205 fprintf(stderr, "%s: rerouting mixer %s to %s\n",
206 argv[0], mixer_names[from], mixer_names[to]);
208 val = from << 8 | to;