Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_auto_parser.c828 const char *modelname = codec->fixup_name; in __snd_hda_apply_fixup() local
843 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
850 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
857 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
864 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
991 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup()
1000 if (codec->modelname && models) { in snd_hda_pick_fixup()
1002 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup()
Dhda_sysfs.c78 CODEC_INFO_STR_SHOW(modelname, modelname);
199 CODEC_INFO_STR_STORE(modelname, modelname);
510 static RECONFIG_DEVICE_ATTR(modelname);
584 kfree((*codecp)->modelname); in parse_model_mode()
585 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
Dhda_bind.c288 (codec->modelname && !strcmp(codec->modelname, "generic"))
Dhda_codec.c858 kfree(codec->modelname); in snd_hda_codec_dev_release()
971 if (codec->bus->modelname) { in snd_hda_codec_device_new()
972 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new()
973 if (!codec->modelname) { in snd_hda_codec_device_new()
Dhda_controller.c1184 bus->modelname = model; in azx_bus_init()
/sound/soc/sof/intel/
Dhda-codec.c107 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
Dhda.c543 hbus->modelname = hda_model; in hda_init()
/sound/pci/ice1712/
Dice1724.c2278 const char *modelname) in snd_vt1724_read_eeprom() argument
2284 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom()
2313 if (modelname && c->model && in snd_vt1724_read_eeprom()
2314 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom()
2503 const char *modelname, in snd_vt1724_create() argument
2563 if (snd_vt1724_read_eeprom(ice, modelname) < 0) { in snd_vt1724_create()
Dice1712.c2241 const char *modelname) in snd_ice1712_read_eeprom() argument
2247 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom()
2270 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom()
2470 const char *modelname, in snd_ice1712_create() argument
2556 if (snd_ice1712_read_eeprom(ice, modelname) < 0) { in snd_ice1712_create()
/sound/soc/intel/skylake/
Dskl.c898 hbus->modelname = "sklbus"; in skl_create()