Home
last modified time | relevance | path

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

/sound/hda/
Dhdac_device.c186 char *newname; in snd_hdac_device_set_chip_name() local
190 newname = kstrdup(name, GFP_KERNEL); in snd_hdac_device_set_chip_name()
191 if (!newname) in snd_hdac_device_set_chip_name()
194 codec->chip_name = newname; in snd_hdac_device_set_chip_name()
/sound/pci/hda/
Dpatch_realtek.c2135 const char *newname) in rename_ctl() argument
2141 strcpy(kctl->id.name, newname); in rename_ctl()