Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsb.h310 int snd_sb16dsp_configure(struct snd_sb *chip);
/kernel/linux/linux-5.10/sound/isa/sb/
Dsb16_main.c728 int snd_sb16dsp_configure(struct snd_sb * chip) in snd_sb16dsp_configure() function
867 EXPORT_SYMBOL(snd_sb16dsp_configure);
Dsb16.c359 if (! is_isapnp_selected(dev) && (err = snd_sb16dsp_configure(chip)) < 0) in snd_sb16_probe()