Home
last modified time | relevance | path

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

/openbmc/linux/sound/ppc/
H A Dpowermac.c44 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()
[all …]