Searched refs:chip_name (Results 1 – 12 of 12) sorted by relevance
/sound/pci/hda/ |
D | hda_auto_parser.c | 414 codec->core.chip_name, cfg->line_outs, cfg->line_out_pins[0], in snd_hda_parse_pin_defcfg() 843 codec->core.chip_name, modelname); in apply_fixup() 850 codec->core.chip_name, modelname); in apply_fixup() 857 codec->core.chip_name, modelname); in apply_fixup() 864 codec->core.chip_name, modelname); in apply_fixup() 869 codec->core.chip_name, fix->type); in apply_fixup() 953 codec->core.chip_name, codec->fixup_name); in snd_hda_pick_pin_fixup() 995 codec->core.chip_name); in snd_hda_pick_fixup() 1006 codec->core.chip_name, codec->fixup_name); in snd_hda_pick_fixup() 1019 codec->core.chip_name, name, q->subdevice_mask ? "" : " - vendor generic"); in snd_hda_pick_fixup() [all …]
|
D | hda_sysfs.c | 77 CODEC_INFO_STR_SHOW(chip_name, core.chip_name); 198 CODEC_INFO_STR_STORE(chip_name, core.chip_name); 509 static RECONFIG_DEVICE_ATTR(chip_name);
|
D | hda_bind.c | 78 codec->core.vendor_name, codec->core.chip_name); in snd_hda_codec_set_name()
|
D | hda_proc.c | 716 if (codec->vendor_name && codec->chip_name) in print_codec_core_info() 718 codec->vendor_name, codec->chip_name); in print_codec_core_info()
|
D | patch_conexant.c | 1012 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in patch_conexant_auto()
|
D | hda_generic.c | 5680 const char *chip_name) in fill_pcm_stream_name() argument 5686 strlcpy(str, chip_name, len); in fill_pcm_stream_name() 5742 " Analog", codec->core.chip_name); in snd_hda_gen_build_pcms() 5773 " Digital", codec->core.chip_name); in snd_hda_gen_build_pcms() 5808 " Alt Analog", codec->core.chip_name); in snd_hda_gen_build_pcms()
|
D | patch_realtek.c | 643 codec->core.chip_name, ass); in alc_auto_parse_customize_define() 4010 if (strcmp(codec->core.chip_name, "ALC271X") && in alc271_fixup_dmic() 4011 strcmp(codec->core.chip_name, "ALC269VB")) in alc271_fixup_dmic()
|
/sound/hda/ |
D | hdac_device.c | 108 codec->chip_name = kasprintf(GFP_KERNEL, "ID %x", in snd_hdac_device_init() 110 if (!codec->chip_name) { in snd_hdac_device_init() 134 kfree(codec->chip_name); in snd_hdac_device_exit() 193 kfree(codec->chip_name); in snd_hdac_device_set_chip_name() 194 codec->chip_name = newname; in snd_hdac_device_set_chip_name()
|
D | hdac_sysfs.c | 47 CODEC_ATTR_STR(chip_name);
|
/sound/pci/ctxfi/ |
D | xfi.c | 105 card->shortname, atc->chip_name, atc->model_name); in ct_card_probe()
|
D | ctatc.h | 82 const char *chip_name; member
|
D | ctatc.c | 1264 atc->chip_name = "20K1"; in atc_identify_card() 1268 atc->chip_name = "20K2"; in atc_identify_card() 1298 atc->chip_name, atc->model_name, in atc_identify_card() 1308 alsa_dev_funcs[MIXER].public_name = atc->chip_name; in ct_atc_create_alsa_devs()
|