Home
last modified time | relevance | path

Searched refs:modelname (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c825 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()
981 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup()
990 if (codec->modelname && models) { in snd_hda_pick_fixup()
992 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup()
Dhda_sysfs.c77 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()
Dhda_bind.c261 (codec->modelname && !strcmp(codec->modelname, "generic"))
Dhda_codec.h56 const char *modelname; member
191 const char *modelname; /* model name for preset */ member
Dhda_codec.c788 kfree(codec->modelname); in snd_hda_codec_dev_release()
861 if (codec->bus->modelname) { in snd_hda_codec_new()
862 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_new()
863 if (!codec->modelname) { in snd_hda_codec_new()
Dhda_controller.c1047 bus->modelname = model; in azx_bus_init()
/linux-4.4.14/sound/pci/ice1712/
Dice1724.c2306 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()
Dice1712.c2286 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.4.14/sound/oss/
Dsb_ess.c1018 static char name[100], modelname[10]; local
1106 sprintf (modelname, "ES%d", devc->sbmo.esstype);
1107 chip = modelname;
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt376 modelname::
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c2045 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);