Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_lib.c469 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() argument
475 if (rhwdep) in snd_opl3_hwdep_new()
476 *rhwdep = NULL; in snd_opl3_hwdep_new()
521 if (rhwdep) in snd_opl3_hwdep_new()
522 *rhwdep = hw; in snd_opl3_hwdep_new()
/OK3568_Linux_fs/kernel/sound/core/
H A Dhwdep.c359 struct snd_hwdep **rhwdep) in snd_hwdep_new() argument
371 if (rhwdep) in snd_hwdep_new()
372 *rhwdep = NULL; in snd_hwdep_new()
397 if (rhwdep) in snd_hwdep_new()
398 *rhwdep = hwdep; in snd_hwdep_new()
/OK3568_Linux_fs/kernel/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.h70 struct snd_hwdep **rhwdep);
H A Dopl3.h349 struct snd_hwdep ** rhwdep);
/OK3568_Linux_fs/kernel/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()
146 if (rhwdep) in snd_sb_csp_new()
147 *rhwdep = hw; in snd_sb_csp_new()