Home
last modified time | relevance | path

Searched refs:codec_i2c (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dpcm179x.txt24 codec_i2c: 1792a@4c {
Dda7213.txt32 codec_i2c: da7213@1a {
Dcs4271.txt42 codec_i2c: cs4271@10 {
/Linux-v5.15/sound/soc/fsl/
Dfsl-asoc-card.c570 struct i2c_client *codec_i2c; in fsl_asoc_card_probe() local
572 codec_i2c = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
573 if (codec_i2c) { in fsl_asoc_card_probe()
574 codec_dev = &codec_i2c->dev; in fsl_asoc_card_probe()
575 codec_dev_name = codec_i2c->name; in fsl_asoc_card_probe()