snd_sb16dsp_pcm   321 include/sound/sb.h int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
snd_sb16dsp_pcm   194 sound/isa/als100.c 	if ((error = snd_sb16dsp_pcm(chip, 0, NULL)) < 0) {
snd_sb16dsp_pcm   182 sound/isa/dt019x.c 	if ((error = snd_sb16dsp_pcm(chip, 0, NULL)) < 0) {
snd_sb16dsp_pcm   373 sound/isa/sb/sb16.c 	if ((err = snd_sb16dsp_pcm(chip, 0, &chip->pcm)) < 0)
snd_sb16dsp_pcm   221 sound/pci/cs5530.c 	err = snd_sb16dsp_pcm(chip->sb, 0, &chip->sb->pcm);