Lines Matching defs:capt
1122 int capt, err;
1126 capt = 0;
1128 capt = 1;
1129 err = snd_pcm_new(ice->card, "ICE1724", device, 1, capt, &pcm);
1134 if (capt)
1300 int play, capt;
1311 capt = 1;
1314 capt = 0;
1315 if (!play && !capt)
1322 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
1329 if (capt)