Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/opl3/
Dopl3_lib.c485 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() argument
491 if (rhwdep) in snd_opl3_hwdep_new()
492 *rhwdep = NULL; in snd_opl3_hwdep_new()
539 if (rhwdep) in snd_opl3_hwdep_new()
540 *rhwdep = hw; in snd_opl3_hwdep_new()
/linux-2.6.39/sound/core/
Dhwdep.c347 struct snd_hwdep **rhwdep) in snd_hwdep_new() argument
359 if (rhwdep) in snd_hwdep_new()
360 *rhwdep = NULL; in snd_hwdep_new()
379 if (rhwdep) in snd_hwdep_new()
380 *rhwdep = hwdep; in snd_hwdep_new()
/linux-2.6.39/include/sound/
Dhwdep.h80 struct snd_hwdep **rhwdep);
Dsb16_csp.h178 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
Dopl3.h367 struct snd_hwdep ** rhwdep);
Demu10k1.h1822 int snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep);
/linux-2.6.39/sound/isa/sb/
Dsb16_csp.c115 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() argument
122 if (rhwdep) in snd_sb_csp_new()
123 *rhwdep = NULL; in snd_sb_csp_new()
159 if (rhwdep) in snd_sb_csp_new()
160 *rhwdep = hw; in snd_sb_csp_new()
/linux-2.6.39/sound/pci/asihpi/
Dasihpi.c2759 int device, struct snd_hwdep **rhwdep) in snd_asihpi_hpi_new() argument
2764 if (rhwdep) in snd_asihpi_hpi_new()
2765 *rhwdep = NULL; in snd_asihpi_hpi_new()
2775 if (rhwdep) in snd_asihpi_hpi_new()
2776 *rhwdep = hw; in snd_asihpi_hpi_new()
/linux-2.6.39/sound/pci/emu10k1/
Demufx.c2624 …t __devinit snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep) in snd_emu10k1_fx8010_new() argument
2629 if (rhwdep) in snd_emu10k1_fx8010_new()
2630 *rhwdep = NULL; in snd_emu10k1_fx8010_new()
2639 if (rhwdep) in snd_emu10k1_fx8010_new()
2640 *rhwdep = hw; in snd_emu10k1_fx8010_new()