HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 48 struct snd_pcm *pcm;
118 int snd_es1688_pcm(struct snd_es1688 *chip, int device, struct snd_pcm ** rpcm);
ymfpci.h 337 struct snd_pcm *pcm;
338 struct snd_pcm *pcm2;
339 struct snd_pcm *pcm_spdif;
340 struct snd_pcm *pcm_4ch;
380 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm);
381 int snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm);
382 int snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm);
383 int snd_ymfpci_pcm_4ch(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm);
cs4231.h 83 struct snd_pcm *pcm;
134 int snd_cs4231_pcm(struct snd_cs4231 * chip, int device, struct snd_pcm **rpcm);
145 int snd_cs4236_pcm(struct snd_cs4231 * chip, int device, struct snd_pcm **rpcm);
trident.h 415 struct snd_pcm *pcm; /* ADC/DAC PCM */
416 struct snd_pcm *foldback; /* Foldback PCM */
417 struct snd_pcm *spdif; /* SPDIF PCM */
445 int snd_trident_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm);
446 int snd_trident_foldback_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm);
447 int snd_trident_spdif_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm);
emu8000.h 92 struct snd_pcm *pcm; /* pcm on emu8000 wavetable */
pcm.h 347 struct snd_pcm *pcm;
400 struct snd_pcm *pcm;
419 struct snd_pcm { struct
432 void (*private_free) (struct snd_pcm *pcm);
440 int (*n_register) (struct snd_pcm * pcm);
441 int (*n_disconnect) (struct snd_pcm * pcm);
442 int (*n_unregister) (struct snd_pcm * pcm);
454 struct snd_pcm **rpcm);
455 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
475 int snd_pcm_suspend_all(struct snd_pcm *pcm)
    [all...]
ad1816a.h 142 struct snd_pcm *pcm;
170 extern int snd_ad1816a_pcm(struct snd_ad1816a *chip, int device, struct snd_pcm **rpcm);
ad1848.h 140 struct snd_pcm *pcm;
169 int snd_ad1848_pcm(struct snd_ad1848 * chip, int device, struct snd_pcm **rpcm);
sb.h 97 struct snd_pcm *pcm;
304 int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
316 int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
emu10k1.h     [all...]
cs46xx.h     [all...]
soc.h 392 struct snd_pcm *);
393 void (*pcm_free)(struct snd_pcm *);
gus.h 451 struct snd_pcm *pcm;
619 int snd_gf1_pcm_new(struct snd_gus_card * gus, int pcm_dev, int control_index, struct snd_pcm ** rpcm);
vx_core.h 164 struct snd_pcm *pcm[VX_MAX_CODECS];

Completed in 5273 milliseconds