Lines Matching defs:cdc
6778 struct hda_codec *cdc = dev_to_hda_codec(dev);
6779 struct alc_spec *spec = cdc->spec;
6786 struct hda_codec *cdc = dev_to_hda_codec(dev);
6787 struct alc_spec *spec = cdc->spec;
6797 static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc,
6800 struct alc_spec *spec = cdc->spec;
6862 static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus,
6865 struct device *dev = hda_codec_dev(cdc);
6866 struct alc_spec *spec = cdc->spec;
6879 spec->comps[i].codec = cdc;
6885 codec_err(cdc, "Fail to register component aggregator %d\n", ret);
6895 static void tas2781_generic_fixup(struct hda_codec *cdc, int action,
6898 struct device *dev = hda_codec_dev(cdc);
6899 struct alc_spec *spec = cdc->spec;
6911 spec->comps[0].codec = cdc;
6917 codec_err(cdc,
6930 static void cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6932 cs35l41_generic_fixup(cdc, action, "i2c", "CSC3551", 2);
6945 static void alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix,
6948 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0100", 2);
6951 static void alc287_fixup_legion_16ithg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix,
6954 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0101", 2);
6957 static void tas2781_fixup_i2c(struct hda_codec *cdc,
6960 tas2781_generic_fixup(cdc, action, "i2c", "TIAS2781");