Searched refs:rpcm (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_pcm.c439 struct ac97_pcm *rpcms, *rpcm; local
469 rpcm = &rpcms[i];
472 *rpcm = *pcm;
475 rpcm->stream = pcm->stream;
476 rpcm->exclusive = pcm->exclusive;
477 rpcm->spdif = pcm->spdif;
478 rpcm->private_value = pcm->private_value;
479 rpcm->bus = bus;
480 rpcm->rates = ~0;
494 if (rpcm
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Des1688.h118 int snd_es1688_pcm(struct snd_es1688 *chip, int device, struct snd_pcm ** rpcm);
H A Dymfpci.h380 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);
H A Dtrident.h445 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);
H A Dad1816a.h170 extern int snd_ad1816a_pcm(struct snd_ad1816a *chip, int device, struct snd_pcm **rpcm);
H A Dad1848.h170 int snd_ad1848_pcm(struct snd_ad1848 * chip, int device, struct snd_pcm **rpcm);
H A Dcs4231.h287 int snd_cs4231_pcm(struct snd_cs4231 * chip, int device, struct snd_pcm **rpcm);
298 int snd_cs4236_pcm(struct snd_cs4231 * chip, int device, struct snd_pcm **rpcm);
H A Dsb.h303 int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
315 int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
H A Demu10k1.h1552 int snd_emu10k1_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1553 int snd_emu10k1_pcm_mic(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1554 int snd_emu10k1_pcm_efx(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1555 int snd_p16v_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1558 int snd_emu10k1_pcm_multi(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1559 int snd_emu10k1_fx8010_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
H A Dcs46xx.h1735 int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm);
1736 int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm);
1737 int snd_cs46xx_pcm_iec958(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm);
1738 int snd_cs46xx_pcm_center_lfe(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demupcm.c1306 int __devinit snd_emu10k1_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm) argument
1312 if (rpcm)
1313 *rpcm = NULL;
1335 if (rpcm)
1336 *rpcm = pcm;
1341 int __devinit snd_emu10k1_pcm_multi(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm) argument
1347 if (rpcm)
1348 *rpcm = NULL;
1366 if (rpcm)
1367 *rpcm
1384 snd_emu10k1_pcm_mic(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm) argument
1716 snd_emu10k1_pcm_efx(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm) argument
[all...]
H A Dp16v.c588 int __devinit snd_p16v_pcm(struct snd_emu10k1 *emu, int device, struct snd_pcm **rpcm) argument
597 if (rpcm)
598 *rpcm = NULL;
636 if (rpcm)
637 *rpcm = pcm;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Dsb8_main.c510 int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm) argument
516 if (rpcm)
517 *rpcm = NULL;
531 if (rpcm)
532 *rpcm = pcm;
H A Dsb16_main.c858 int snd_sb16dsp_pcm(struct snd_sb * chip, int device, struct snd_pcm ** rpcm) argument
864 if (rpcm)
865 *rpcm = NULL;
884 if (rpcm)
885 *rpcm = pcm;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c1113 int __devinit snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1118 if (rpcm)
1119 *rpcm = NULL;
1135 if (rpcm)
1136 *rpcm = pcm;
1151 int __devinit snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1156 if (rpcm)
1157 *rpcm = NULL;
1173 if (rpcm)
1174 *rpcm
1189 snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
1226 snd_ymfpci_pcm_4ch(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-pcm.c322 struct snd_pcm **rpcm)
356 if (rpcm)
357 *rpcm = pcm;
321 pxa2xx_pcm_new(struct snd_card *card, struct pxa2xx_pcm_client *client, struct snd_pcm **rpcm) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_pcm.c813 int snd_gf1_pcm_new(struct snd_gus_card * gus, int pcm_dev, int control_index, struct snd_pcm ** rpcm) argument
821 if (rpcm)
822 *rpcm = NULL;
867 if (rpcm)
868 *rpcm = pcm;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Dad1889.c626 snd_ad1889_pcm_init(struct snd_ad1889 *chip, int device, struct snd_pcm **rpcm) argument
631 if (rpcm)
632 *rpcm = NULL;
661 if (rpcm)
662 *rpcm = pcm;
H A Dens1370.c1237 struct snd_pcm ** rpcm)
1242 if (rpcm)
1243 *rpcm = NULL;
1271 if (rpcm)
1272 *rpcm = pcm;
1277 struct snd_pcm ** rpcm)
1282 if (rpcm)
1283 *rpcm = NULL;
1309 if (rpcm)
1310 *rpcm
1236 snd_ensoniq_pcm(struct ensoniq * ensoniq, int device, struct snd_pcm ** rpcm) argument
1276 snd_ensoniq_pcm2(struct ensoniq * ensoniq, int device, struct snd_pcm ** rpcm) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c1580 int __devinit snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) argument
1585 if (rpcm)
1586 *rpcm = NULL;
1603 if (rpcm)
1604 *rpcm = pcm;
1611 int __devinit snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) argument
1616 if (rpcm)
1617 *rpcm = NULL;
1634 if (rpcm)
1635 *rpcm
1640 snd_cs46xx_pcm_center_lfe(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) argument
1669 snd_cs46xx_pcm_iec958(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dpcm.c668 * @rpcm: the pointer to store the new pcm instance
679 struct snd_pcm ** rpcm)
689 snd_assert(rpcm != NULL, return -EINVAL);
690 *rpcm = NULL;
715 *rpcm = pcm;
677 snd_pcm_new(struct snd_card *card, char *id, int device, int playback_count, int capture_count, struct snd_pcm ** rpcm) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c1112 static int __devinit snd_ca0106_pcm(struct snd_ca0106 *emu, int device, struct snd_pcm **rpcm) argument
1118 if (rpcm)
1119 *rpcm = NULL;
1169 if (rpcm)
1170 *rpcm = pcm;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1712.c881 static int __devinit snd_ice1712_pcm(struct snd_ice1712 * ice, int device, struct snd_pcm ** rpcm) argument
886 if (rpcm)
887 *rpcm = NULL;
903 if (rpcm)
904 *rpcm = pcm;
911 static int __devinit snd_ice1712_pcm_ds(struct snd_ice1712 * ice, int device, struct snd_pcm ** rpcm) argument
916 if (rpcm)
917 *rpcm = NULL;
932 if (rpcm)
933 *rpcm
1249 snd_ice1712_pcm_profi(struct snd_ice1712 * ice, int device, struct snd_pcm ** rpcm) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c2105 int device, struct snd_pcm ** rpcm)
2110 if (rpcm)
2111 *rpcm = NULL;
2146 if (rpcm)
2147 *rpcm = pcm;
2163 int device, struct snd_pcm ** rpcm)
2170 if (rpcm)
2171 *rpcm = NULL;
2203 if (rpcm)
2204 *rpcm
2104 snd_trident_pcm(struct snd_trident * trident, int device, struct snd_pcm ** rpcm) argument
2162 snd_trident_foldback_pcm(struct snd_trident * trident, int device, struct snd_pcm ** rpcm) argument
2219 snd_trident_spdif_pcm(struct snd_trident * trident, int device, struct snd_pcm ** rpcm) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/ad1816a/
H A Dad1816a_lib.c600 int __devinit snd_ad1816a_pcm(struct snd_ad1816a *chip, int device, struct snd_pcm **rpcm) argument
622 if (rpcm)
623 *rpcm = pcm;

Completed in 343 milliseconds

12