Searched refs:modelname (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_auto_parser.c | 825 const char *modelname = codec->fixup_name; in apply_fixup() local 838 codec->core.chip_name, modelname); in apply_fixup() 845 codec->core.chip_name, modelname); in apply_fixup() 852 codec->core.chip_name, modelname); in apply_fixup() 859 codec->core.chip_name, modelname); in apply_fixup() 960 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup() 969 if (codec->modelname && models) { in snd_hda_pick_fixup() 971 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup()
|
D | hda_sysfs.c | 77 CODEC_INFO_STR_SHOW(modelname, modelname); 198 CODEC_INFO_STR_STORE(modelname, modelname); 509 static RECONFIG_DEVICE_ATTR(modelname); 583 kfree((*codecp)->modelname); in parse_model_mode() 584 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
|
D | hda_bind.c | 225 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
D | hda_codec.h | 82 const char *modelname; member 217 const char *modelname; /* model name for preset */ member
|
D | hda_codec.c | 991 kfree(codec->modelname); in snd_hda_codec_dev_release() 1064 if (codec->bus->modelname) { in snd_hda_codec_new() 1065 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_new() 1066 if (!codec->modelname) { in snd_hda_codec_new()
|
D | hda_controller.c | 1837 bus->modelname = model; in azx_bus_create()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 32 const char *modelname; 40 The modelname field specifies the board's specific configuration. The 43 These fields, private_data, pci and modelname are all optional. 310 and pass it to the function. The function checks the modelname given
|
D | HD-Audio.txt | 376 modelname::
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1724.c | 2306 const char *modelname) in snd_vt1724_read_eeprom() argument 2312 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom() 2341 if (modelname && c->model && in snd_vt1724_read_eeprom() 2342 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom() 2531 const char *modelname, in snd_vt1724_create() argument 2591 if (snd_vt1724_read_eeprom(ice, modelname) < 0) { in snd_vt1724_create()
|
D | ice1712.c | 2286 const char *modelname) in snd_ice1712_read_eeprom() argument 2292 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom() 2315 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom() 2514 const char *modelname, in snd_ice1712_create() argument 2600 if (snd_ice1712_read_eeprom(ice, modelname) < 0) { in snd_ice1712_create()
|
/linux-4.1.27/sound/oss/ |
D | sb_ess.c | 1018 static char name[100], modelname[10]; local 1106 sprintf (modelname, "ES%d", devc->sbmo.esstype); 1107 chip = modelname;
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 2051 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);
|