Searched refs:name_ext (Results 1 – 1 of 1) sorted by relevance
44 char *name_ext; in snd_pmac_probe() local77 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe()78 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()79 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()91 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()92 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()93 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()95 name_ext = " [PB3400]"; in snd_pmac_probe()97 name_ext = " [PBG3]"; in snd_pmac_probe()99 name_ext = ""; in snd_pmac_probe()[all …]