Home
last modified time | relevance | path

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

/sound/firewire/dice/
Ddice-midi.c81 static struct snd_rawmidi_ops capture_ops = { variable
146 &capture_ops); in snd_dice_create_midi()
Ddice-pcm.c305 static const struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm() local
370 &capture_ops); in snd_dice_create_pcm()
/sound/pci/
Dintel8x0.c1505 struct snd_pcm_ops *capture_ops; member
1524 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1()
1530 if (rec->capture_ops) in snd_intel8x0_pcm1()
1531 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1()
1570 .capture_ops = &snd_intel8x0_capture_ops,
1576 .capture_ops = &snd_intel8x0_capture_mic_ops,
1583 .capture_ops = &snd_intel8x0_capture_mic2_ops,
1590 .capture_ops = &snd_intel8x0_capture2_ops,
1607 .capture_ops = &snd_intel8x0_capture_ops,
1613 .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,
/sound/firewire/oxfw/
Doxfw-pcm.c391 static const 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()
/sound/pci/ali5451/
Dali5451.c1657 struct snd_pcm_ops *capture_ops; member
1687 if (desc->capture_ops) in snd_ali_pcm()
1689 desc->capture_ops); in snd_ali_pcm()
1708 .capture_ops = &snd_ali_capture_ops
1714 .capture_ops = &snd_ali_modem_capture_ops,