/linux-2.6.39/sound/pci/ac97/ |
D | ac97_pcm.c | 449 struct ac97_pcm *rpcms, *rpcm; in snd_ac97_pcm_assign() local 479 rpcm = &rpcms[i]; in snd_ac97_pcm_assign() 482 *rpcm = *pcm; in snd_ac97_pcm_assign() 485 rpcm->stream = pcm->stream; in snd_ac97_pcm_assign() 486 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign() 487 rpcm->spdif = pcm->spdif; in snd_ac97_pcm_assign() 488 rpcm->private_value = pcm->private_value; in snd_ac97_pcm_assign() 489 rpcm->bus = bus; in snd_ac97_pcm_assign() 490 rpcm->rates = ~0; in snd_ac97_pcm_assign() 504 if (rpcm->stream == rpcms[k].stream) in snd_ac97_pcm_assign() [all …]
|
/linux-2.6.39/sound/arm/ |
D | pxa2xx-pcm.c | 85 struct snd_pcm **rpcm) in pxa2xx_pcm_new() argument 119 if (rpcm) in pxa2xx_pcm_new() 120 *rpcm = pcm; in pxa2xx_pcm_new()
|
/linux-2.6.39/include/sound/ |
D | ymfpci.h | 381 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); 382 int snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); 383 int snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm); 384 int snd_ymfpci_pcm_4ch(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm);
|
D | trident.h | 423 int snd_trident_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm); 424 int snd_trident_foldback_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm); 425 int snd_trident_spdif_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm);
|
D | wss.h | 157 int snd_wss_pcm(struct snd_wss *chip, int device, struct snd_pcm **rpcm); 170 int snd_cs4236_pcm(struct snd_wss *chip, int device, struct snd_pcm **rpcm);
|
D | es1688.h | 118 struct snd_pcm **rpcm);
|
D | sb.h | 311 int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm); 323 int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
|
D | cs46xx.h | 1736 int snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); 1737 int snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); 1738 int snd_cs46xx_pcm_iec958(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm); 1739 int snd_cs46xx_pcm_center_lfe(struct snd_cs46xx *chip, int device, struct snd_pcm **rpcm);
|
D | ad1816a.h | 170 extern int snd_ad1816a_pcm(struct snd_ad1816a *chip, int device, struct snd_pcm **rpcm);
|
D | emu10k1.h | 1812 int snd_emu10k1_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm); 1813 int snd_emu10k1_pcm_mic(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm); 1814 int snd_emu10k1_pcm_efx(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm); 1815 int snd_p16v_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm); 1818 int snd_emu10k1_pcm_multi(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm); 1819 int snd_emu10k1_fx8010_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | emupcm.c | 1389 int __devinit snd_emu10k1_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm) in snd_emu10k1_pcm() argument 1395 if (rpcm) in snd_emu10k1_pcm() 1396 *rpcm = NULL; in snd_emu10k1_pcm() 1418 if (rpcm) in snd_emu10k1_pcm() 1419 *rpcm = pcm; in snd_emu10k1_pcm() 1424 int __devinit snd_emu10k1_pcm_multi(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm) in snd_emu10k1_pcm_multi() argument 1430 if (rpcm) in snd_emu10k1_pcm_multi() 1431 *rpcm = NULL; in snd_emu10k1_pcm_multi() 1449 if (rpcm) in snd_emu10k1_pcm_multi() 1450 *rpcm = pcm; in snd_emu10k1_pcm_multi() [all …]
|
D | p16v.c | 640 int __devinit snd_p16v_pcm(struct snd_emu10k1 *emu, int device, struct snd_pcm **rpcm) in snd_p16v_pcm() argument 649 if (rpcm) in snd_p16v_pcm() 650 *rpcm = NULL; in snd_p16v_pcm() 694 if (rpcm) in snd_p16v_pcm() 695 *rpcm = pcm; in snd_p16v_pcm()
|
/linux-2.6.39/sound/isa/sb/ |
D | sb8_main.c | 596 int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm) in snd_sb8dsp_pcm() argument 603 if (rpcm) in snd_sb8dsp_pcm() 604 *rpcm = NULL; in snd_sb8dsp_pcm() 620 if (rpcm) in snd_sb8dsp_pcm() 621 *rpcm = pcm; in snd_sb8dsp_pcm()
|
D | sb16_main.c | 868 int snd_sb16dsp_pcm(struct snd_sb * chip, int device, struct snd_pcm ** rpcm) in snd_sb16dsp_pcm() argument 874 if (rpcm) in snd_sb16dsp_pcm() 875 *rpcm = NULL; in snd_sb16dsp_pcm() 894 if (rpcm) in snd_sb16dsp_pcm() 895 *rpcm = pcm; in snd_sb16dsp_pcm()
|
/linux-2.6.39/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1128 int __devinit snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) in snd_ymfpci_pcm() argument 1133 if (rpcm) in snd_ymfpci_pcm() 1134 *rpcm = NULL; in snd_ymfpci_pcm() 1150 if (rpcm) in snd_ymfpci_pcm() 1151 *rpcm = pcm; in snd_ymfpci_pcm() 1166 int __devinit snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device, struct snd_pcm ** rpcm) in snd_ymfpci_pcm2() argument 1171 if (rpcm) in snd_ymfpci_pcm2() 1172 *rpcm = NULL; in snd_ymfpci_pcm2() 1188 if (rpcm) in snd_ymfpci_pcm2() 1189 *rpcm = pcm; in snd_ymfpci_pcm2() [all …]
|
/linux-2.6.39/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1592 int __devinit snd_cs46xx_pcm(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) in snd_cs46xx_pcm() argument 1597 if (rpcm) in snd_cs46xx_pcm() 1598 *rpcm = NULL; in snd_cs46xx_pcm() 1615 if (rpcm) in snd_cs46xx_pcm() 1616 *rpcm = pcm; in snd_cs46xx_pcm() 1623 int __devinit snd_cs46xx_pcm_rear(struct snd_cs46xx *chip, int device, struct snd_pcm ** rpcm) in snd_cs46xx_pcm_rear() argument 1628 if (rpcm) in snd_cs46xx_pcm_rear() 1629 *rpcm = NULL; in snd_cs46xx_pcm_rear() 1646 if (rpcm) in snd_cs46xx_pcm_rear() 1647 *rpcm = pcm; in snd_cs46xx_pcm_rear() [all …]
|
/linux-2.6.39/sound/pci/ |
D | ad1889.c | 627 snd_ad1889_pcm_init(struct snd_ad1889 *chip, int device, struct snd_pcm **rpcm) in snd_ad1889_pcm_init() argument 632 if (rpcm) in snd_ad1889_pcm_init() 633 *rpcm = NULL; in snd_ad1889_pcm_init() 662 if (rpcm) in snd_ad1889_pcm_init() 663 *rpcm = pcm; in snd_ad1889_pcm_init()
|
D | ens1370.c | 1262 struct snd_pcm ** rpcm) in snd_ensoniq_pcm() argument 1267 if (rpcm) in snd_ensoniq_pcm() 1268 *rpcm = NULL; in snd_ensoniq_pcm() 1296 if (rpcm) in snd_ensoniq_pcm() 1297 *rpcm = pcm; in snd_ensoniq_pcm() 1302 struct snd_pcm ** rpcm) in snd_ensoniq_pcm2() argument 1307 if (rpcm) in snd_ensoniq_pcm2() 1308 *rpcm = NULL; in snd_ensoniq_pcm2() 1334 if (rpcm) in snd_ensoniq_pcm2() 1335 *rpcm = pcm; in snd_ensoniq_pcm2()
|
/linux-2.6.39/sound/pci/ice1712/ |
D | ice1712.c | 882 static int __devinit snd_ice1712_pcm(struct snd_ice1712 *ice, int device, struct snd_pcm **rpcm) in snd_ice1712_pcm() argument 887 if (rpcm) in snd_ice1712_pcm() 888 *rpcm = NULL; in snd_ice1712_pcm() 904 if (rpcm) in snd_ice1712_pcm() 905 *rpcm = pcm; in snd_ice1712_pcm() 912 static int __devinit snd_ice1712_pcm_ds(struct snd_ice1712 *ice, int device, struct snd_pcm **rpcm) in snd_ice1712_pcm_ds() argument 917 if (rpcm) in snd_ice1712_pcm_ds() 918 *rpcm = NULL; in snd_ice1712_pcm_ds() 933 if (rpcm) in snd_ice1712_pcm_ds() 934 *rpcm = pcm; in snd_ice1712_pcm_ds() [all …]
|
/linux-2.6.39/sound/drivers/ |
D | ml403-ac97cr.c | 1242 struct snd_pcm **rpcm) argument 1247 if (rpcm) 1248 *rpcm = NULL; 1266 if (rpcm) 1267 *rpcm = pcm;
|
/linux-2.6.39/sound/isa/gus/ |
D | gus_pcm.c | 852 … snd_gf1_pcm_new(struct snd_gus_card * gus, int pcm_dev, int control_index, struct snd_pcm ** rpcm) in snd_gf1_pcm_new() argument 860 if (rpcm) in snd_gf1_pcm_new() 861 *rpcm = NULL; in snd_gf1_pcm_new() 906 if (rpcm) in snd_gf1_pcm_new() 907 *rpcm = pcm; in snd_gf1_pcm_new()
|
/linux-2.6.39/sound/isa/msnd/ |
D | msnd.c | 682 struct snd_pcm **rpcm) in snd_msnd_pcm() argument 699 if (rpcm) in snd_msnd_pcm() 700 *rpcm = pcm; in snd_msnd_pcm()
|
D | msnd.h | 300 int snd_msnd_pcm(struct snd_card *card, int device, struct snd_pcm **rpcm);
|
/linux-2.6.39/sound/pci/trident/ |
D | trident_main.c | 2174 int device, struct snd_pcm ** rpcm) in snd_trident_pcm() argument 2179 if (rpcm) in snd_trident_pcm() 2180 *rpcm = NULL; in snd_trident_pcm() 2215 if (rpcm) in snd_trident_pcm() 2216 *rpcm = pcm; in snd_trident_pcm() 2232 int device, struct snd_pcm ** rpcm) in snd_trident_foldback_pcm() argument 2239 if (rpcm) in snd_trident_foldback_pcm() 2240 *rpcm = NULL; in snd_trident_foldback_pcm() 2272 if (rpcm) in snd_trident_foldback_pcm() 2273 *rpcm = foldback; in snd_trident_foldback_pcm() [all …]
|
/linux-2.6.39/sound/core/ |
D | pcm.c | 716 struct snd_pcm ** rpcm) in snd_pcm_new() argument 728 if (rpcm) in snd_pcm_new() 729 *rpcm = NULL; in snd_pcm_new() 753 if (rpcm) in snd_pcm_new() 754 *rpcm = pcm; in snd_pcm_new()
|