/linux/sound/firewire/tascam/ |
H A 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()
|
H A D | tascam-pcm.c | 254 static const struct snd_pcm_ops capture_ops = { in snd_tscm_create_pcm_devices() local 286 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_tscm_create_pcm_devices()
|
/linux/sound/firewire/motu/ |
H A 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()
|
H A D | motu-pcm.c | 336 static const struct snd_pcm_ops capture_ops = { in snd_motu_create_pcm_devices() local 366 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_motu_create_pcm_devices()
|
/linux/sound/firewire/fireworks/ |
H A 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()
|
H A D | fireworks_pcm.c | 372 static const struct snd_pcm_ops capture_ops = { in snd_efw_create_pcm_devices() local 403 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_efw_create_pcm_devices()
|
/linux/sound/firewire/bebob/ |
H A 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()
|
H A D | bebob_pcm.c | 342 static const struct snd_pcm_ops capture_ops = { in snd_bebob_create_pcm_devices() local 374 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_bebob_create_pcm_devices()
|
/linux/sound/firewire/dice/ |
H A 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()
|
H A D | dice-pcm.c | 405 static const struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm() local 449 &capture_ops); in snd_dice_create_pcm()
|
/linux/sound/firewire/digi00x/ |
H A 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()
|
H A D | digi00x-pcm.c | 325 static const struct snd_pcm_ops capture_ops = { in snd_dg00x_create_pcm_devices() local 357 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_dg00x_create_pcm_devices()
|
/linux/sound/firewire/oxfw/ |
H A 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()
|
H A D | oxfw-pcm.c | 411 static const struct snd_pcm_ops capture_ops = { in snd_oxfw_create_pcm() local 447 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &capture_ops); in snd_oxfw_create_pcm()
|
/linux/sound/pci/ |
H A D | intel8x0.c | 1420 const struct snd_pcm_ops *capture_ops; member 1442 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0_pcm1() 1448 if (rec->capture_ops) in snd_intel8x0_pcm1() 1449 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0_pcm1() 1488 .capture_ops = &snd_intel8x0_capture_ops, 1494 .capture_ops = &snd_intel8x0_capture_mic_ops, 1501 .capture_ops = &snd_intel8x0_capture_mic2_ops, 1508 .capture_ops = &snd_intel8x0_capture2_ops, 1525 .capture_ops = &snd_intel8x0_capture_ops, 1531 .capture_ops = &snd_intel8x0_capture_mic_ops, [all …]
|
H A D | intel8x0m.c | 665 const struct snd_pcm_ops *capture_ops; member 684 rec->capture_ops ? 1 : 0, &pcm); in snd_intel8x0m_pcm1() 690 if (rec->capture_ops) in snd_intel8x0m_pcm1() 691 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops); in snd_intel8x0m_pcm1() 714 .capture_ops = &snd_intel8x0m_capture_ops,
|
/linux/sound/pci/ali5451/ |
H A D | ali5451.c | 1608 const struct snd_pcm_ops *capture_ops; member 1638 if (desc->capture_ops) in snd_ali_pcm() 1640 desc->capture_ops); in snd_ali_pcm() 1658 .capture_ops = &snd_ali_capture_ops 1664 .capture_ops = &snd_ali_modem_capture_ops,
|