Searched refs:name_ext (Results 1 – 1 of 1) sorted by relevance
45 char *name_ext; in snd_pmac_probe() local75 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe()76 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()77 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()85 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()86 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()87 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()89 name_ext = " [PB3400]"; in snd_pmac_probe()91 name_ext = " [PBG3]"; in snd_pmac_probe()93 name_ext = ""; in snd_pmac_probe()[all …]