Home
last modified time | relevance | path

Searched refs:snd_pcm_ops (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/linux/sound/pci/oxygen/
H A Doxygen_pcm.c616 static const struct snd_pcm_ops oxygen_rec_a_ops = {
626 static const struct snd_pcm_ops oxygen_rec_b_ops = {
636 static const struct snd_pcm_ops oxygen_rec_c_ops = {
646 static const struct snd_pcm_ops oxygen_spdif_ops = {
656 static const struct snd_pcm_ops oxygen_multich_ops = {
666 static const struct snd_pcm_ops oxygen_ac97_ops = {
/openbmc/linux/sound/usb/line6/
H A Dplayback.h26 extern const struct snd_pcm_ops snd_line6_playback_ops;
H A Dcapture.h16 extern const struct snd_pcm_ops snd_line6_capture_ops;
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c61 static const struct snd_pcm_ops snd_cs46xx_playback_rear_ops;
62 static const struct snd_pcm_ops snd_cs46xx_playback_indirect_rear_ops;
63 static const struct snd_pcm_ops snd_cs46xx_playback_clfe_ops;
64 static const struct snd_pcm_ops snd_cs46xx_playback_indirect_clfe_ops;
65 static const struct snd_pcm_ops snd_cs46xx_playback_iec958_ops;
66 static const struct snd_pcm_ops snd_cs46xx_playback_indirect_iec958_ops;
69 static const struct snd_pcm_ops snd_cs46xx_playback_ops;
70 static const struct snd_pcm_ops snd_cs46xx_playback_indirect_ops;
71 static const struct snd_pcm_ops snd_cs46xx_capture_ops;
72 static const struct snd_pcm_ops snd_cs46xx_capture_indirect_ops;
[all …]
/openbmc/linux/sound/soc/meson/
H A Daiu-fifo.h14 struct snd_pcm_ops;
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch74 snd_pcm_ops
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-pcm.c254 static const struct snd_pcm_ops capture_ops = { in snd_tscm_create_pcm_devices()
264 static const struct snd_pcm_ops playback_ops = { in snd_tscm_create_pcm_devices()
/openbmc/linux/sound/pci/
H A Dintel8x0.c1298 static const struct snd_pcm_ops snd_intel8x0_playback_ops = {
1308 static const struct snd_pcm_ops snd_intel8x0_capture_ops = {
1318 static const struct snd_pcm_ops snd_intel8x0_capture_mic_ops = {
1328 static const struct snd_pcm_ops snd_intel8x0_capture_mic2_ops = {
1338 static const struct snd_pcm_ops snd_intel8x0_capture2_ops = {
1348 static const struct snd_pcm_ops snd_intel8x0_spdif_ops = {
1358 static const struct snd_pcm_ops snd_intel8x0_ali_playback_ops = {
1368 static const struct snd_pcm_ops snd_intel8x0_ali_capture_ops = {
1378 static const struct snd_pcm_ops snd_intel8x0_ali_capture_mic_ops = {
1388 static const struct snd_pcm_ops snd_intel8x0_ali_ac97spdifout_ops = {
[all …]
H A Drme32.c1166 static const struct snd_pcm_ops snd_rme32_playback_spdif_ops = {
1178 static const struct snd_pcm_ops snd_rme32_capture_spdif_ops = {
1189 static const struct snd_pcm_ops snd_rme32_playback_adat_ops = {
1201 static const struct snd_pcm_ops snd_rme32_capture_adat_ops = {
1213 static const struct snd_pcm_ops snd_rme32_playback_spdif_fd_ops = {
1223 static const struct snd_pcm_ops snd_rme32_capture_spdif_fd_ops = {
1233 static const struct snd_pcm_ops snd_rme32_playback_adat_fd_ops = {
1243 static const struct snd_pcm_ops snd_rme32_capture_adat_fd_ops = {
H A Dintel8x0m.c648 static const struct snd_pcm_ops snd_intel8x0m_playback_ops = {
656 static const struct snd_pcm_ops snd_intel8x0m_capture_ops = {
667 const struct snd_pcm_ops *playback_ops;
668 const struct snd_pcm_ops *capture_ops;
/openbmc/linux/sound/virtio/
H A Dvirtio_pcm.h93 extern const struct snd_pcm_ops virtsnd_pcm_ops;
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_main.c1072 static const struct snd_pcm_ops snd_ca0106_playback_front_ops = {
1080 static const struct snd_pcm_ops snd_ca0106_capture_0_ops = {
1088 static const struct snd_pcm_ops snd_ca0106_capture_1_ops = {
1096 static const struct snd_pcm_ops snd_ca0106_capture_2_ops = {
1104 static const struct snd_pcm_ops snd_ca0106_capture_3_ops = {
1112 static const struct snd_pcm_ops snd_ca0106_playback_center_lfe_ops = {
1120 static const struct snd_pcm_ops snd_ca0106_playback_unknown_ops = {
1128 static const struct snd_pcm_ops snd_ca0106_playback_rear_ops = {
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c304 static const struct snd_pcm_ops snd_bcm2835_playback_ops = {
313 static const struct snd_pcm_ops snd_bcm2835_playback_spdif_ops = {
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-pcm.c325 static const struct snd_pcm_ops capture_ops = { in snd_dg00x_create_pcm_devices()
335 static const struct snd_pcm_ops playback_ops = { in snd_dg00x_create_pcm_devices()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_pcm.c372 static const struct snd_pcm_ops capture_ops = { in snd_efw_create_pcm_devices()
382 static const struct snd_pcm_ops playback_ops = { in snd_efw_create_pcm_devices()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-pcm.c336 static const struct snd_pcm_ops capture_ops = { in snd_motu_create_pcm_devices()
346 static const struct snd_pcm_ops playback_ops = { in snd_motu_create_pcm_devices()
/openbmc/linux/sound/firewire/fireface/
H A Dff-pcm.c365 static const struct snd_pcm_ops pcm_capture_ops = { in snd_ff_create_pcm_devices()
375 static const struct snd_pcm_ops pcm_playback_ops = { in snd_ff_create_pcm_devices()
/openbmc/linux/sound/pci/ctxfi/
H A Dctpcm.c367 static const struct snd_pcm_ops ct_pcm_playback_ops = {
378 static const struct snd_pcm_ops ct_pcm_capture_ops = {
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_pcm.c342 static const struct snd_pcm_ops capture_ops = { in snd_bebob_create_pcm_devices()
352 static const struct snd_pcm_ops playback_ops = { in snd_bebob_create_pcm_devices()
/openbmc/linux/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c366 static const struct snd_pcm_ops snd_cs5535audio_playback_ops = {
376 static const struct snd_pcm_ops snd_cs5535audio_capture_ops = {
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-pcm.c411 static const struct snd_pcm_ops capture_ops = { in snd_oxfw_create_pcm()
421 static const struct snd_pcm_ops playback_ops = { in snd_oxfw_create_pcm()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-alsa-pcm.c444 static const struct snd_pcm_ops snd_cobalt_pcm_capture_ops = {
452 static const struct snd_pcm_ops snd_cobalt_pcm_playback_ops = {
/openbmc/linux/sound/firewire/dice/
H A Ddice-pcm.c405 static const struct snd_pcm_ops capture_ops = { in snd_dice_create_pcm()
415 static const struct snd_pcm_ops playback_ops = { in snd_dice_create_pcm()
/openbmc/linux/Documentation/sound/soc/
H A Dplatform.rst43 const struct snd_pcm_ops *ops;
/openbmc/linux/sound/pci/aw2/
H A Daw2-alsa.c162 static const struct snd_pcm_ops snd_aw2_playback_ops = {
171 static const struct snd_pcm_ops snd_aw2_capture_ops = {

123456