Lines Matching refs:name
816 /* FIXME: fill this with something more useful: we know the hardware name */
817 if (pcm->name) {
818 snd_strlcpy((char *)info->id, pcm->name, sizeof(info->id));
819 snd_strlcpy((char *)info->name, pcm->name, sizeof(info->name));
820 snd_strlcpy((char *)info->subname, pcm->name, sizeof(info->subname));
1473 char name[128];
1484 sprintf(name, "hw:CLASS=%i,SCLASS=0,CARD=%i,DEV=%i,SUBDEV=%i",
1489 ret = snd_timer_open(&dmix->timer, name,
1493 ret = snd_timer_open(&dmix->timer, name,
1496 SNDERR("unable to open timer '%s'", name);
1502 SNDERR("unable to use timer '%s' with more than one fd!", name);
2147 const char *name, struct snd_pcm_direct_open_conf *opts,
2173 ret = snd_pcm_new(pcmp, type, name, stream, mode);