Lines Matching refs:name_ext
44 char *name_ext; in snd_pmac_probe() local
77 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()
101 card->shortname, name_ext, chip->revision); in snd_pmac_probe()