Home
last modified time | relevance | path

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

/linux-6.1.9/sound/drivers/opl3/
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()
/linux-6.1.9/sound/core/
Dhwdep.c360 struct snd_hwdep **rhwdep) in snd_hwdep_new() argument
372 if (rhwdep) in snd_hwdep_new()
373 *rhwdep = NULL; in snd_hwdep_new()
398 if (rhwdep) in snd_hwdep_new()
399 *rhwdep = hwdep; in snd_hwdep_new()
/linux-6.1.9/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);
/linux-6.1.9/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()
148 if (rhwdep) in snd_sb_csp_new()
149 *rhwdep = hw; in snd_sb_csp_new()