Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/opl3/
Dopl3_lib.c483 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() argument
489 if (rhwdep) in snd_opl3_hwdep_new()
490 *rhwdep = NULL; in snd_opl3_hwdep_new()
535 if (rhwdep) in snd_opl3_hwdep_new()
536 *rhwdep = hw; in snd_opl3_hwdep_new()
/Linux-v4.19/sound/core/
Dhwdep.c367 struct snd_hwdep **rhwdep) in snd_hwdep_new() argument
379 if (rhwdep) in snd_hwdep_new()
380 *rhwdep = NULL; in snd_hwdep_new()
405 if (rhwdep) in snd_hwdep_new()
406 *rhwdep = hwdep; in snd_hwdep_new()
/Linux-v4.19/include/sound/
Dsb16_csp.h89 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
Dhwdep.h80 struct snd_hwdep **rhwdep);
Dopl3.h365 struct snd_hwdep ** rhwdep);
/Linux-v4.19/sound/isa/sb/
Dsb16_csp.c116 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() argument
123 if (rhwdep) in snd_sb_csp_new()
124 *rhwdep = NULL; in snd_sb_csp_new()
160 if (rhwdep) in snd_sb_csp_new()
161 *rhwdep = hw; in snd_sb_csp_new()