Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsb.h325 int snd_sb16dsp_configure(struct snd_sb *chip);
/linux-4.1.27/sound/isa/sb/
Dsb16_main.c752 int snd_sb16dsp_configure(struct snd_sb * chip) in snd_sb16dsp_configure() function
898 EXPORT_SYMBOL(snd_sb16dsp_configure);
Dsb16.c374 if (! is_isapnp_selected(dev) && (err = snd_sb16dsp_configure(chip)) < 0) in snd_sb16_probe()