Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c486 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() argument
492 if (rhwdep) in snd_opl3_hwdep_new()
493 *rhwdep = NULL; in snd_opl3_hwdep_new()
538 if (rhwdep) in snd_opl3_hwdep_new()
539 *rhwdep = hw; in snd_opl3_hwdep_new()
/linux-4.1.27/sound/core/
Dhwdep.c366 struct snd_hwdep **rhwdep) in snd_hwdep_new() argument
378 if (rhwdep) in snd_hwdep_new()
379 *rhwdep = NULL; in snd_hwdep_new()
404 if (rhwdep) in snd_hwdep_new()
405 *rhwdep = hwdep; in snd_hwdep_new()
/linux-4.1.27/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.h367 struct snd_hwdep ** rhwdep);
/linux-4.1.27/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()