Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/ppc/
H A Dpowermac.c45 char *name_ext; in snd_pmac_probe() local
75 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()
89 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS"; in snd_pmac_probe()
90 sprintf(card->driver, "PMac %s", name_ext); in snd_pmac_probe()
91 sprintf(card->shortname, "PowerMac %s", name_ext); in snd_pmac_probe()
93 name_ext = " [PB3400]"; in snd_pmac_probe()
95 name_ext = " [PBG3]"; in snd_pmac_probe()
97 name_ext in snd_pmac_probe()
[all...]
/kernel/linux/linux-6.6/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...]

Completed in 2 milliseconds