Lines Matching refs:cdc

6655 	struct hda_codec *cdc = dev_to_hda_codec(dev);  in comp_bind()  local
6656 struct alc_spec *spec = cdc->spec; in comp_bind()
6663 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind() local
6664 struct alc_spec *spec = cdc->spec; in comp_unbind()
6674 static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc, in comp_generic_playback_hook() argument
6677 struct alc_spec *spec = cdc->spec; in comp_generic_playback_hook()
6711 static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus, in cs35l41_generic_fixup() argument
6714 struct device *dev = hda_codec_dev(cdc); in cs35l41_generic_fixup()
6715 struct alc_spec *spec = cdc->spec; in cs35l41_generic_fixup()
6728 spec->comps[i].codec = cdc; in cs35l41_generic_fixup()
6734 codec_err(cdc, "Fail to register component aggregator %d\n", ret); in cs35l41_generic_fixup()
6741 static void cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action) in cs35l41_fixup_i2c_two() argument
6743 cs35l41_generic_fixup(cdc, action, "i2c", "CSC3551", 2); in cs35l41_fixup_i2c_two()
6756 static void alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, in alc287_fixup_legion_16achg6_speakers() argument
6759 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0100", 2); in alc287_fixup_legion_16achg6_speakers()
6762 static void alc287_fixup_legion_16ithg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, in alc287_fixup_legion_16ithg6_speakers() argument
6765 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0101", 2); in alc287_fixup_legion_16ithg6_speakers()