Lines Matching refs:cdc
6653 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_bind() local
6654 struct alc_spec *spec = cdc->spec; in comp_bind()
6661 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind() local
6662 struct alc_spec *spec = cdc->spec; in comp_unbind()
6672 static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc, in comp_generic_playback_hook() argument
6675 struct alc_spec *spec = cdc->spec; in comp_generic_playback_hook()
6684 static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus, in cs35l41_generic_fixup() argument
6687 struct device *dev = hda_codec_dev(cdc); in cs35l41_generic_fixup()
6688 struct alc_spec *spec = cdc->spec; in cs35l41_generic_fixup()
6703 codec_err(cdc, "Fail to register component aggregator %d\n", ret); in cs35l41_generic_fixup()
6710 static void cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action) in cs35l41_fixup_i2c_two() argument
6712 cs35l41_generic_fixup(cdc, action, "i2c", "CSC3551", 2); in cs35l41_fixup_i2c_two()
6725 static void alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, in alc287_fixup_legion_16achg6_speakers() argument
6728 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0100", 2); in alc287_fixup_legion_16achg6_speakers()