Lines Matching defs:capt
1103 int capt, err;
1107 capt = 0;
1109 capt = 1;
1110 err = snd_pcm_new(ice->card, "ICE1724", device, 1, capt, &pcm);
1115 if (capt)
1281 int play, capt;
1292 capt = 1;
1295 capt = 0;
1296 if (!play && !capt)
1303 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
1310 if (capt)