Home
last modified time | relevance | path

Searched refs:name_ext (Results 1 – 1 of 1) sorted by relevance

/sound/ppc/
Dpowermac.c58 char *name_ext; in snd_pmac_probe() local
88 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper"; in snd_pmac_probe()
89 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
90 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
98 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()
99 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
100 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
102 name_ext = " [PB3400]"; in snd_pmac_probe()
104 name_ext = " [PBG3]"; in snd_pmac_probe()
106 name_ext = ""; in snd_pmac_probe()
[all …]