idac 907 sound/soc/codecs/pcm512x.c int idac; idac 1084 sound/soc/codecs/pcm512x.c idac = mck_rate / (dsp_div * sample_rate); idac 1124 sound/soc/codecs/pcm512x.c ret = regmap_write(pcm512x->regmap, PCM512x_IDAC_1, idac >> 8); idac 1130 sound/soc/codecs/pcm512x.c ret = regmap_write(pcm512x->regmap, PCM512x_IDAC_2, idac & 0xff); idac 1157 sound/soc/codecs/pcm512x.c dev_dbg(component->dev, "IDAC %d\n", idac);