Home
last modified time | relevance | path

Searched refs:snd_sb16dsp_configure (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/sound/
Dsb.h325 int snd_sb16dsp_configure(struct snd_sb *chip);
/Linux-v4.19/sound/isa/sb/
Dsb16_main.c755 int snd_sb16dsp_configure(struct snd_sb * chip) in snd_sb16dsp_configure() function
901 EXPORT_SYMBOL(snd_sb16dsp_configure);
Dsb16.c374 if (! is_isapnp_selected(dev) && (err = snd_sb16dsp_configure(chip)) < 0) in snd_sb16_probe()