Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl3/
H A Dopl3_lib.c480 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() argument
486 if (rhwdep) in snd_opl3_hwdep_new()
487 *rhwdep = NULL; in snd_opl3_hwdep_new()
533 if (rhwdep) in snd_opl3_hwdep_new()
534 *rhwdep = hw; in snd_opl3_hwdep_new()
/openbmc/linux/sound/core/
H A Dhwdep.c365 struct snd_hwdep **rhwdep) in snd_hwdep_new() argument
377 if (rhwdep) in snd_hwdep_new()
378 *rhwdep = NULL; in snd_hwdep_new()
407 if (rhwdep) in snd_hwdep_new()
408 *rhwdep = hwdep; in snd_hwdep_new()
/openbmc/linux/include/sound/
H A Dsb16_csp.h75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
H A Dhwdep.h65 struct snd_hwdep **rhwdep);
H A Dopl3.h349 struct snd_hwdep ** rhwdep);
/openbmc/linux/sound/isa/sb/
H A Dsb16_csp.c102 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() argument
109 if (rhwdep) in snd_sb_csp_new()
110 *rhwdep = NULL; in snd_sb_csp_new()
148 if (rhwdep) in snd_sb_csp_new()
149 *rhwdep = hw; in snd_sb_csp_new()