Home
last modified time | relevance | path

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

/linux-4.1.27/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()
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()
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.c225 (codec->modelname && !strcmp(codec->modelname, "generic"))
Dhda_codec.h82 const char *modelname; member
217 const char *modelname; /* model name for preset */ member
Dhda_codec.c991 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()
Dhda_controller.c1837 bus->modelname = model; in azx_bus_create()
/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt32 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
DHD-Audio.txt376 modelname::
/linux-4.1.27/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.1.27/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.1.27/drivers/scsi/lpfc/
Dlpfc_attr.c2051 static DEVICE_ATTR(modelname, S_IRUGO, lpfc_modelname_show, NULL);