/Linux-v5.4/sound/firewire/motu/ |
D | motu-midi.c | 98 static const struct snd_rawmidi_ops capture_ops = { in snd_motu_create_midi_devices() local 126 &capture_ops); in snd_motu_create_midi_devices()
|
D | motu-pcm.c | 323 static const struct snd_pcm_ops capture_ops = { in snd_motu_create_pcm_devices() local 356 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_motu_create_pcm_devices()
|
/Linux-v5.4/sound/firewire/tascam/ |
D | tascam-midi.c | 74 static const struct snd_rawmidi_ops capture_ops = { in snd_tscm_create_midi_devices() local 103 &capture_ops); in snd_tscm_create_midi_devices()
|
D | tascam-pcm.c | 229 static const struct snd_pcm_ops capture_ops = { in snd_tscm_create_pcm_devices() local 264 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_tscm_create_pcm_devices()
|
/Linux-v5.4/sound/firewire/bebob/ |
D | bebob_midi.c | 95 static const struct snd_rawmidi_ops capture_ops = { in snd_bebob_create_midi_devices() local 124 &capture_ops); in snd_bebob_create_midi_devices()
|
D | bebob_pcm.c | 318 static const struct snd_pcm_ops capture_ops = { in snd_bebob_create_pcm_devices() local 353 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_bebob_create_pcm_devices()
|
/Linux-v5.4/sound/firewire/fireworks/ |
D | fireworks_midi.c | 94 static const struct snd_rawmidi_ops capture_ops = { in snd_efw_create_midi_devices() local 123 &capture_ops); in snd_efw_create_midi_devices()
|
D | fireworks_pcm.c | 346 static const struct snd_pcm_ops capture_ops = { in snd_efw_create_pcm_devices() local 380 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_efw_create_pcm_devices()
|
/Linux-v5.4/sound/firewire/dice/ |
D | dice-midi.c | 98 static const struct snd_rawmidi_ops capture_ops = { in snd_dice_create_midi() local 139 &capture_ops); in snd_dice_create_midi()
|
D | dice-pcm.c | 372 static const struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm() local 419 &capture_ops); in snd_dice_create_pcm()
|
/Linux-v5.4/sound/firewire/digi00x/ |
D | digi00x-midi.c | 119 static const struct snd_rawmidi_ops capture_ops = { in add_substream_pair() local 148 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &capture_ops); in add_substream_pair()
|
D | digi00x-pcm.c | 297 static const struct snd_pcm_ops capture_ops = { in snd_dg00x_create_pcm_devices() local 332 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_dg00x_create_pcm_devices()
|
/Linux-v5.4/sound/firewire/oxfw/ |
D | oxfw-midi.c | 140 static const struct snd_rawmidi_ops capture_ops = { in snd_oxfw_create_midi() local 172 &capture_ops); in snd_oxfw_create_midi()
|
D | oxfw-pcm.c | 389 static const struct snd_pcm_ops capture_ops = { in snd_oxfw_create_pcm() local 428 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_oxfw_create_pcm()
|
/Linux-v5.4/sound/pci/ |
D | intel8x0.c | 1451 const struct snd_pcm_ops *capture_ops; member 1473 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1() 1479 if (rec->capture_ops) in snd_intel8x0_pcm1() 1480 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1() 1519 .capture_ops = &snd_intel8x0_capture_ops, 1525 .capture_ops = &snd_intel8x0_capture_mic_ops, 1532 .capture_ops = &snd_intel8x0_capture_mic2_ops, 1539 .capture_ops = &snd_intel8x0_capture2_ops, 1556 .capture_ops = &snd_intel8x0_capture_ops, 1562 .capture_ops = &snd_intel8x0_capture_mic_ops, [all …]
|
D | intel8x0m.c | 699 const struct snd_pcm_ops *capture_ops; member 718 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0m_pcm1() 724 if (rec->capture_ops) in snd_intel8x0m_pcm1() 725 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0m_pcm1() 748 .capture_ops = &snd_intel8x0m_capture_ops,
|
/Linux-v5.4/sound/pci/ali5451/ |
D | ali5451.c | 1640 const struct snd_pcm_ops *capture_ops; member 1670 if (desc->capture_ops) in snd_ali_pcm() 1672 desc->capture_ops); in snd_ali_pcm() 1691 .capture_ops = &snd_ali_capture_ops 1697 .capture_ops = &snd_ali_modem_capture_ops,
|