Home
last modified time | relevance | path

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

/linux/sound/drivers/opl3/
H A Dopl3_lib.c464 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new() argument
470 if (rhwdep) in snd_opl3_hwdep_new()
471 *rhwdep = NULL; in snd_opl3_hwdep_new()
517 if (rhwdep) in snd_opl3_hwdep_new()
518 *rhwdep = hw; in snd_opl3_hwdep_new()
/linux/sound/core/
H A Dhwdep.c354 * @rhwdep: the pointer to store the new hwdep instance
363 struct snd_hwdep **rhwdep) in snd_hwdep_new()
375 if (rhwdep) in snd_hwdep_new()
376 *rhwdep = NULL; in snd_hwdep_new()
405 if (rhwdep) in snd_hwdep_new()
406 *rhwdep = hwdep; in snd_hwdep_new()
364 snd_hwdep_new(struct snd_card * card,char * id,int device,struct snd_hwdep ** rhwdep) snd_hwdep_new() argument
/linux/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.h65 struct snd_hwdep **rhwdep);
H A Dopl3.h349 struct snd_hwdep ** rhwdep);
/linux/sound/isa/sb/
H A Dsb16_csp.c103 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() argument
110 if (rhwdep) in snd_sb_csp_new()
111 *rhwdep = NULL; in snd_sb_csp_new()
149 if (rhwdep) in snd_sb_csp_new()
150 *rhwdep = hw; in snd_sb_csp_new()