Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/drivers/opl3/
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()
/kernel/linux/linux-5.10/sound/core/
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()
/kernel/linux/linux-5.10/include/sound/
Dsb16_csp.h75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
Dhwdep.h65 struct snd_hwdep **rhwdep);
Dopl3.h349 struct snd_hwdep ** rhwdep);
/kernel/linux/linux-5.10/sound/isa/sb/
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()