Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dauto_parser.c830 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()
H A Dbind.c301 (codec->modelname && !strcmp(codec->modelname, "generic"))
H A Dcodec.c868 kfree(codec->modelname); in snd_hda_codec_dev_release()
993 if (codec->bus->modelname) { in snd_hda_codec_device_new()
994 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL); in snd_hda_codec_device_new()
995 if (!codec->modelname) in snd_hda_codec_device_new()
H A Dcontroller.c1162 bus->modelname = model; in azx_bus_init()
/linux/sound/soc/sof/intel/
H A Dhda.c512 hbus->modelname = hda_model; in hda_init()