Searched refs:device_name (Results 1 – 14 of 14) sorted by relevance
/sound/usb/hiface/ |
D | chip.c | 63 const char *device_name; member 89 if (quirk && quirk->device_name) in hiface_chip_create() 90 strlcpy(card->shortname, quirk->device_name, sizeof(card->shortname)); in hiface_chip_create() 185 .device_name = "Young", 192 .device_name = "hiFace", 198 .device_name = "North Star", 204 .device_name = "W4S Young", 210 .device_name = "Corrson", 216 .device_name = "AUDIA", 222 .device_name = "SL Audio", [all …]
|
/sound/pci/ctxfi/ |
D | ctpcm.h | 25 const char *device_name);
|
D | ctmixer.h | 66 const char *device_name);
|
D | ctpcm.c | 429 const char *device_name) in ct_alsa_pcm_create() argument 450 strlcpy(pcm->name, device_name, sizeof(pcm->name)); in ct_alsa_pcm_create()
|
D | ctmixer.c | 1214 const char *device_name) in ct_alsa_mix_create() argument 1224 strcpy(atc->card->mixername, device_name); in ct_alsa_mix_create()
|
D | ctatc.c | 84 enum CTALSADEVS device, const char *device_name);
|
/sound/firewire/tascam/ |
D | tascam-hwdep.c | 81 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 82 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/bebob/ |
D | bebob_hwdep.c | 85 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 86 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/dice/ |
D | dice-hwdep.c | 83 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 84 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 91 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 92 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 83 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 84 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/motu/ |
D | motu-hwdep.c | 90 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 91 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/fireface/ |
D | ff-hwdep.c | 83 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 84 sizeof(info.device_name)); in hwdep_get_info()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 216 strlcpy(info.device_name, dev_name(&dev->device), in hwdep_get_info() 217 sizeof(info.device_name)); in hwdep_get_info()
|