/Linux-v6.1/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 | 336 static const struct snd_pcm_ops capture_ops = { in snd_motu_create_pcm_devices() local 365 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_motu_create_pcm_devices()
|
/Linux-v6.1/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 | 254 static const struct snd_pcm_ops capture_ops = { in snd_tscm_create_pcm_devices() local 285 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_tscm_create_pcm_devices()
|
/Linux-v6.1/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 | 372 static const struct snd_pcm_ops capture_ops = { in snd_efw_create_pcm_devices() local 402 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_efw_create_pcm_devices()
|
/Linux-v6.1/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 | 342 static const struct snd_pcm_ops capture_ops = { in snd_bebob_create_pcm_devices() local 373 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_bebob_create_pcm_devices()
|
/Linux-v6.1/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 | 405 static const struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm() local 448 &capture_ops); in snd_dice_create_pcm()
|
/Linux-v6.1/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 | 325 static const struct snd_pcm_ops capture_ops = { in snd_dg00x_create_pcm_devices() local 356 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_dg00x_create_pcm_devices()
|
/Linux-v6.1/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 | 411 static const struct snd_pcm_ops capture_ops = { in snd_oxfw_create_pcm() local 446 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_oxfw_create_pcm()
|
/Linux-v6.1/sound/pci/ |
D | intel8x0.c | 1423 const struct snd_pcm_ops *capture_ops; member 1445 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1() 1451 if (rec->capture_ops) in snd_intel8x0_pcm1() 1452 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1() 1491 .capture_ops = &snd_intel8x0_capture_ops, 1497 .capture_ops = &snd_intel8x0_capture_mic_ops, 1504 .capture_ops = &snd_intel8x0_capture_mic2_ops, 1511 .capture_ops = &snd_intel8x0_capture2_ops, 1528 .capture_ops = &snd_intel8x0_capture_ops, 1534 .capture_ops = &snd_intel8x0_capture_mic_ops, [all …]
|
D | intel8x0m.c | 668 const struct snd_pcm_ops *capture_ops; member 687 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0m_pcm1() 693 if (rec->capture_ops) in snd_intel8x0m_pcm1() 694 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0m_pcm1() 717 .capture_ops = &snd_intel8x0m_capture_ops,
|
/Linux-v6.1/sound/pci/ali5451/ |
D | ali5451.c | 1610 const struct snd_pcm_ops *capture_ops; member 1640 if (desc->capture_ops) in snd_ali_pcm() 1642 desc->capture_ops); in snd_ali_pcm() 1660 .capture_ops = &snd_ali_capture_ops 1666 .capture_ops = &snd_ali_modem_capture_ops,
|