Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dpcm179x.txt24 codec_i2c: 1792a@4c {
H A Dda7213.txt32 codec_i2c: da7213@1a {
H A Dcs4271.txt42 codec_i2c: cs4271@10 {
/openbmc/linux/sound/soc/fsl/
H A Dfsl-asoc-card.c584 struct i2c_client *codec_i2c; in fsl_asoc_card_probe() local
586 codec_i2c = of_find_i2c_device_by_node(codec_np); in fsl_asoc_card_probe()
587 if (codec_i2c) { in fsl_asoc_card_probe()
588 codec_dev = &codec_i2c->dev; in fsl_asoc_card_probe()
589 codec_dev_name = codec_i2c->name; in fsl_asoc_card_probe()