Searched refs:copy_string (Results 1 – 1 of 1) sorted by relevance
/sound/pci/emu10k1/ |
D | emufx.c | 2420 static void copy_string(char *dst, const char *src, const char *null, int idx) in copy_string() function 2444 copy_string(info->fxbus_names[res], fxbus_mask & (1 << res) ? *fxbus : NULL, "FXBUS", res); in snd_emu10k1_fx8010_info() 2445 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info() 2446 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info() 2449 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
|