Lines Matching refs:cdc

6709 	struct hda_codec *cdc = dev_to_hda_codec(dev);  in comp_bind()  local
6710 struct alc_spec *spec = cdc->spec; in comp_bind()
6717 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind() local
6718 struct alc_spec *spec = cdc->spec; in comp_unbind()
6728 static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc, in comp_generic_playback_hook() argument
6731 struct alc_spec *spec = cdc->spec; in comp_generic_playback_hook()
6793 static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus, in cs35l41_generic_fixup() argument
6796 struct device *dev = hda_codec_dev(cdc); in cs35l41_generic_fixup()
6797 struct alc_spec *spec = cdc->spec; in cs35l41_generic_fixup()
6810 spec->comps[i].codec = cdc; in cs35l41_generic_fixup()
6816 codec_err(cdc, "Fail to register component aggregator %d\n", ret); in cs35l41_generic_fixup()
6826 static void tas2781_generic_fixup(struct hda_codec *cdc, int action, in tas2781_generic_fixup() argument
6829 struct device *dev = hda_codec_dev(cdc); in tas2781_generic_fixup()
6830 struct alc_spec *spec = cdc->spec; in tas2781_generic_fixup()
6842 spec->comps[0].codec = cdc; in tas2781_generic_fixup()
6848 codec_err(cdc, in tas2781_generic_fixup()
6861 static void cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action) in cs35l41_fixup_i2c_two() argument
6863 cs35l41_generic_fixup(cdc, action, "i2c", "CSC3551", 2); in cs35l41_fixup_i2c_two()
6876 static void alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, in alc287_fixup_legion_16achg6_speakers() argument
6879 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0100", 2); in alc287_fixup_legion_16achg6_speakers()
6882 static void alc287_fixup_legion_16ithg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix, in alc287_fixup_legion_16ithg6_speakers() argument
6885 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0101", 2); in alc287_fixup_legion_16ithg6_speakers()
6888 static void tas2781_fixup_i2c(struct hda_codec *cdc, in tas2781_fixup_i2c() argument
6891 tas2781_generic_fixup(cdc, action, "i2c", "TIAS2781"); in tas2781_fixup_i2c()