Searched refs:modelname (Results 1 – 9 of 9) sorted by relevance
| /sound/hda/common/ |
| A D | auto_parser.c | 830 const char *modelname = codec->fixup_name; in __snd_hda_apply_fixup() local 845 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 852 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 859 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 866 codec->core.chip_name, modelname); in __snd_hda_apply_fixup() 1023 if (codec->modelname && !strcmp(codec->modelname, "nofixup")) { in snd_hda_pick_fixup() 1032 if (codec->modelname && models) { in snd_hda_pick_fixup() 1034 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup() 1057 if (codec->modelname && in snd_hda_pick_fixup() 1058 sscanf(codec->modelname, "%04x:%04x", &vendor, &device) == 2) { in snd_hda_pick_fixup()
|
| A D | sysfs.c | 76 CODEC_INFO_STR_SHOW(modelname, modelname); 197 CODEC_INFO_STR_STORE(modelname, modelname); 505 static RECONFIG_DEVICE_ATTR(modelname); 579 kfree((*codecp)->modelname); in parse_model_mode() 580 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL); in parse_model_mode()
|
| A D | bind.c | 301 (codec->modelname && !strcmp(codec->modelname, "generic"))
|
| A D | codec.c | 863 kfree(codec->modelname); in snd_hda_codec_dev_release() 988 if (codec->bus->modelname) { in snd_hda_codec_device_new() 989 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new() 990 if (!codec->modelname) in snd_hda_codec_device_new()
|
| A D | controller.c | 1176 bus->modelname = model; in azx_bus_init()
|
| /sound/soc/sof/intel/ |
| A D | hda-codec.c | 128 ((bus)->modelname && !strcmp((bus)->modelname, "generic"))
|
| A D | hda.c | 510 hbus->modelname = hda_model; in hda_init()
|
| /sound/pci/ice1712/ |
| A D | ice1712.c | 2235 const char *modelname) in snd_ice1712_read_eeprom() argument 2241 if (!modelname || !*modelname) { in snd_ice1712_read_eeprom() 2264 if (modelname && c->model && !strcmp(modelname, c->model)) { in snd_ice1712_read_eeprom() 2455 const char *modelname, in snd_ice1712_create() argument 2523 if (snd_ice1712_read_eeprom(ice, modelname) < 0) in snd_ice1712_create()
|
| A D | ice1724.c | 2252 const char *modelname) in snd_vt1724_read_eeprom() argument 2258 if (!modelname || !*modelname) { in snd_vt1724_read_eeprom() 2287 if (modelname && c->model && in snd_vt1724_read_eeprom() 2288 !strcmp(modelname, c->model)) { in snd_vt1724_read_eeprom() 2467 const char *modelname) in snd_vt1724_create() argument 2511 if (snd_vt1724_read_eeprom(ice, modelname) < 0) in snd_vt1724_create()
|
Completed in 50 milliseconds