Searched refs:rhwdep (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dhwdep.h80 struct snd_hwdep **rhwdep);
H A Dsb16_csp.h178 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
H A Dopl3.h367 struct snd_hwdep ** rhwdep);
H A Demu10k1.h1813 int snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dhwdep.c338 * @rhwdep: the pointer to store the new hwdep instance
347 struct snd_hwdep **rhwdep)
359 if (rhwdep)
360 *rhwdep = NULL;
379 if (rhwdep)
380 *rhwdep = hwdep;
346 snd_hwdep_new(struct snd_card *card, char *id, int device, struct snd_hwdep **rhwdep) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_lib.c482 struct snd_hwdep ** rhwdep)
488 if (rhwdep)
489 *rhwdep = NULL;
537 if (rhwdep)
538 *rhwdep = hw;
480 snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device, struct snd_hwdep ** rhwdep) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_csp.c115 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) argument
122 if (rhwdep)
123 *rhwdep = NULL;
159 if (rhwdep)
160 *rhwdep = hw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dasihpi.c2769 int device, struct snd_hwdep **rhwdep)
2774 if (rhwdep)
2775 *rhwdep = NULL;
2785 if (rhwdep)
2786 *rhwdep = hw;
2768 snd_asihpi_hpi_new(struct snd_card_asihpi *asihpi, int device, struct snd_hwdep **rhwdep) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demufx.c2585 int __devinit snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep) argument
2590 if (rhwdep)
2591 *rhwdep = NULL;
2600 if (rhwdep)
2601 *rhwdep = hw;

Completed in 136 milliseconds