Searched refs:playback_ops (Results 1 - 17 of 17) sorted by relevance

/linux-master/sound/firewire/motu/
H A Dmotu-midi.c103 static const struct snd_rawmidi_ops playback_ops = { local
131 &playback_ops);
H A Dmotu-pcm.c346 static const struct snd_pcm_ops playback_ops = { local
366 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &playback_ops);
/linux-master/sound/firewire/tascam/
H A Dtascam-midi.c79 static const struct snd_rawmidi_ops playback_ops = { local
119 &playback_ops);
H A Dtascam-pcm.c264 static const struct snd_pcm_ops playback_ops = { local
284 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &playback_ops);
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-midi.c124 static const struct snd_rawmidi_ops playback_ops = { local
147 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT, &playback_ops);
H A Ddigi00x-pcm.c335 static const struct snd_pcm_ops playback_ops = { local
355 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &playback_ops);
/linux-master/sound/firewire/dice/
H A Ddice-midi.c103 static const struct snd_rawmidi_ops playback_ops = { local
150 &playback_ops);
H A Ddice-pcm.c415 static const struct snd_pcm_ops playback_ops = { local
452 &playback_ops);
/linux-master/sound/firewire/bebob/
H A Dbebob_midi.c100 static const struct snd_rawmidi_ops playback_ops = { local
135 &playback_ops);
H A Dbebob_pcm.c352 static const struct snd_pcm_ops playback_ops = { local
372 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &playback_ops);
/linux-master/sound/firewire/oxfw/
H A Doxfw-midi.c145 static const struct snd_rawmidi_ops playback_ops = { local
183 &playback_ops);
H A Doxfw-pcm.c421 static const struct snd_pcm_ops playback_ops = { local
444 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &playback_ops);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_midi.c99 static const struct snd_rawmidi_ops playback_ops = { local
134 &playback_ops);
H A Dfireworks_pcm.c382 static const struct snd_pcm_ops playback_ops = { local
401 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &playback_ops);
/linux-master/sound/pci/
H A Dintel8x0m.c667 const struct snd_pcm_ops *playback_ops; member in struct:ich_pcm_table
686 rec->playback_ops ? 1 : 0,
691 if (rec->playback_ops)
692 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, rec->playback_ops);
716 .playback_ops = &snd_intel8x0m_playback_ops,
H A Dintel8x0.c1422 const struct snd_pcm_ops *playback_ops; member in struct:ich_pcm_table
1444 rec->playback_ops ? 1 : 0,
1449 if (rec->playback_ops)
1450 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, rec->playback_ops);
1466 if (rec->playback_ops &&
1467 rec->playback_ops->open == snd_intel8x0_playback_open) {
1490 .playback_ops = &snd_intel8x0_playback_ops,
1518 .playback_ops = &snd_intel8x0_spdif_ops,
1527 .playback_ops = &snd_intel8x0_playback_ops,
1541 .playback_ops
[all...]
/linux-master/sound/pci/ali5451/
H A Dali5451.c1607 const struct snd_pcm_ops *playback_ops; member in struct:ali_pcm_description
1635 if (desc->playback_ops)
1637 desc->playback_ops);
1657 .playback_ops = &snd_ali_playback_ops,
1663 .playback_ops = &snd_ali_modem_playback_ops,

Completed in 287 milliseconds