Home
last modified time | relevance | path

Searched refs:capture_ops (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/firewire/dice/
Ddice-midi.c81 static struct snd_rawmidi_ops capture_ops = { variable
135 &capture_ops); in snd_dice_create_midi()
Ddice-pcm.c381 static struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm() local
424 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_dice_create_pcm()
/linux-4.4.14/sound/pci/
Dintel8x0.c1511 struct snd_pcm_ops *capture_ops; member
1530 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1()
1536 if (rec->capture_ops) in snd_intel8x0_pcm1()
1537 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1()
1576 .capture_ops = &snd_intel8x0_capture_ops,
1582 .capture_ops = &snd_intel8x0_capture_mic_ops,
1589 .capture_ops = &snd_intel8x0_capture_mic2_ops,
1596 .capture_ops = &snd_intel8x0_capture2_ops,
1613 .capture_ops = &snd_intel8x0_capture_ops,
1619 .capture_ops = &snd_intel8x0_capture_mic_ops,
[all …]
Dintel8x0m.c714 struct snd_pcm_ops *capture_ops; member
733 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0m_pcm1()
739 if (rec->capture_ops) in snd_intel8x0m_pcm1()
740 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0m_pcm1()
763 .capture_ops = &snd_intel8x0m_capture_ops,
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-pcm.c391 static struct snd_pcm_ops capture_ops = { in snd_oxfw_create_pcm() local
430 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_oxfw_create_pcm()
/linux-4.4.14/sound/pci/ali5451/
Dali5451.c1655 struct snd_pcm_ops *capture_ops; member
1685 if (desc->capture_ops) in snd_ali_pcm()
1687 desc->capture_ops); in snd_ali_pcm()
1706 .capture_ops = &snd_ali_capture_ops
1712 .capture_ops = &snd_ali_modem_capture_ops,