Lines Matching refs:connected

31  * we think is connected. This information is hard-
48 int connected;
49 /* codec dependent bit to be set in the aoa_codec.connected field.
118 /* onyx with all but microphone connected */
121 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT,
125 .connected = CC_DIGITALOUT,
129 .connected = CC_LINEIN,
132 {} /* terminate array by .connected == 0 */
138 .connected = CC_SPEAKERS | CC_LINEOUT |
143 .connected = CC_DIGITALOUT,
149 .connected = CC_LINEIN,
153 .connected = CC_MICROPHONE,
156 {} /* terminate array by .connected == 0 */
162 .connected = CC_SPEAKERS | CC_LINEOUT | CC_HEADPHONE,
166 .connected = CC_DIGITALOUT,
170 .connected = CC_LINEIN,
173 {} /* terminate array by .connected == 0 */
179 .connected = CC_SPEAKERS | CC_HEADPHONE,
183 .connected = CC_LINEIN,
187 .connected = CC_MICROPHONE,
190 {} /* terminate array by .connected == 0 */
196 .connected = CC_SPEAKERS | CC_HEADPHONE,
200 .connected = CC_MICROPHONE,
203 {} /* terminate array by .connected == 0 */
209 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT,
213 .connected = CC_LINEIN,
216 {} /* terminate array by .connected == 0 */
219 /* tas on machines with everything connected */
222 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT,
226 .connected = CC_LINEIN,
230 .connected = CC_MICROPHONE,
233 {} /* terminate array by .connected == 0 */
238 .connected = CC_SPEAKERS | CC_HEADPHONE,
241 {} /* terminate array by .connected == 0 */
246 .connected = CC_DIGITALIN,
249 {} /* terminate array by .connected == 0 */
254 .connected = CC_DIGITALOUT,
257 {} /* terminate array by .connected == 0 */
262 .connected = CC_DIGITALIN,
266 .connected = CC_DIGITALOUT,
269 {} /* terminate array by .connected == 0 */
808 codec->connected = 0;
811 while (cc->connected) {
812 codec->connected |= 1<<cc->codec_bit;
917 while (cc->connected) {
918 if (cc->connected & CC_SPEAKERS) {
925 if (cc->connected & CC_HEADPHONE) {
947 if (cc->connected & CC_LINEOUT) {
951 if (cc->connected & CC_LINEOUT_LABELLED_HEADPHONE)
965 if (cc->connected & CC_LINEOUT_LABELLED_HEADPHONE)
972 if (cc->connected & CC_LINEOUT_LABELLED_HEADPHONE)