Lines Matching defs:device
8 * This file contains the definition of the pcm device functions.
128 if (IEC958 == substream->pcm->device) {
133 if (FRONT == substream->pcm->device)
168 if (IEC958 == substream->pcm->device)
205 if (IEC958 == substream->pcm->device)
412 /* Create ALSA pcm device */
414 enum CTALSADEVS device,
423 playback_count = (IEC958 == device) ? 1 : 256;
424 capture_count = (FRONT == device) ? 1 : 0;
425 err = snd_pcm_new(atc->card, "ctxfi", device,
440 if (FRONT == device)
448 switch (device) {
472 atc->pcms[device] = pcm;