/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-midi.c | 75 static const struct snd_rawmidi_ops capture_ops = { in snd_tscm_create_midi_devices() local 104 &capture_ops); in snd_tscm_create_midi_devices()
|
D | tascam-pcm.c | 259 static const struct snd_pcm_ops capture_ops = { in snd_tscm_create_pcm_devices() local 294 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_tscm_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-midi.c | 94 static const struct snd_rawmidi_ops capture_ops = { in snd_dice_create_midi() local 135 &capture_ops); in snd_dice_create_midi()
|
D | dice-pcm.c | 404 static const struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm() local 451 &capture_ops); in snd_dice_create_pcm()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-midi.c | 131 static const struct snd_rawmidi_ops capture_ops = { in snd_motu_create_midi_devices() local 159 &capture_ops); in snd_motu_create_midi_devices()
|
D | motu-pcm.c | 355 static const struct snd_pcm_ops capture_ops = { in snd_motu_create_pcm_devices() local 388 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_motu_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-midi.c | 115 static const struct snd_rawmidi_ops capture_ops = { in add_substream_pair() local 144 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &capture_ops); in add_substream_pair()
|
D | digi00x-pcm.c | 332 static const struct snd_pcm_ops capture_ops = { in snd_dg00x_create_pcm_devices() local 367 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_dg00x_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_midi.c | 123 static const struct snd_rawmidi_ops capture_ops = { in snd_efw_create_midi_devices() local 152 &capture_ops); in snd_efw_create_midi_devices()
|
D | fireworks_pcm.c | 377 static const struct snd_pcm_ops capture_ops = { in snd_efw_create_pcm_devices() local 411 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_efw_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_midi.c | 123 static const struct snd_rawmidi_ops capture_ops = { in snd_bebob_create_midi_devices() local 152 &capture_ops); in snd_bebob_create_midi_devices()
|
D | bebob_pcm.c | 353 static const struct snd_pcm_ops capture_ops = { in snd_bebob_create_pcm_devices() local 388 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_bebob_create_pcm_devices()
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-midi.c | 133 static const struct snd_rawmidi_ops capture_ops = { in snd_oxfw_create_midi() local 165 &capture_ops); in snd_oxfw_create_midi()
|
D | oxfw-pcm.c | 381 static const struct snd_pcm_ops capture_ops = { in snd_oxfw_create_pcm() local 420 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_oxfw_create_pcm()
|
/Linux-v4.19/sound/pci/ |
D | intel8x0.c | 1507 const struct snd_pcm_ops *capture_ops; member 1526 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1() 1532 if (rec->capture_ops) in snd_intel8x0_pcm1() 1533 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1() 1572 .capture_ops = &snd_intel8x0_capture_ops, 1578 .capture_ops = &snd_intel8x0_capture_mic_ops, 1585 .capture_ops = &snd_intel8x0_capture_mic2_ops, 1592 .capture_ops = &snd_intel8x0_capture2_ops, 1609 .capture_ops = &snd_intel8x0_capture_ops, 1615 .capture_ops = &snd_intel8x0_capture_mic_ops, [all …]
|
D | intel8x0m.c | 714 const 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-v4.19/sound/pci/ali5451/ |
D | ali5451.c | 1654 const struct snd_pcm_ops *capture_ops; member 1684 if (desc->capture_ops) in snd_ali_pcm() 1686 desc->capture_ops); in snd_ali_pcm() 1705 .capture_ops = &snd_ali_capture_ops 1711 .capture_ops = &snd_ali_modem_capture_ops,
|