Searched refs:pcodec_info (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/sound/ |
D | max98095.c | 474 static int max98095_do_init(struct sound_codec_info *pcodec_info, in max98095_do_init() argument 485 g_max98095_i2c_dev_addr = pcodec_info->i2c_dev_addr >> 1; in max98095_do_init() 487 if (pcodec_info->codec_type == CODEC_MAX_98095) { in max98095_do_init() 491 pcodec_info->codec_type); in max98095_do_init() 521 static int get_max98095_codec_values(struct sound_codec_info *pcodec_info, in get_max98095_codec_values() argument 547 pcodec_info->i2c_bus = i2c_get_bus_num_fdt(parent); in get_max98095_codec_values() 548 error |= pcodec_info->i2c_bus; in get_max98095_codec_values() 549 debug("i2c bus = %d\n", pcodec_info->i2c_bus); in get_max98095_codec_values() 550 pcodec_info->i2c_dev_addr = fdtdec_get_int(blob, node, in get_max98095_codec_values() 552 error |= pcodec_info->i2c_dev_addr; in get_max98095_codec_values() [all …]
|
D | wm8994.c | 812 static int get_codec_values(struct sound_codec_info *pcodec_info, in get_codec_values() argument 838 pcodec_info->i2c_bus = i2c_get_bus_num_fdt(parent); in get_codec_values() 839 error |= pcodec_info->i2c_bus; in get_codec_values() 840 debug("i2c bus = %d\n", pcodec_info->i2c_bus); in get_codec_values() 841 pcodec_info->i2c_dev_addr = fdtdec_get_int(blob, node, in get_codec_values() 843 error |= pcodec_info->i2c_dev_addr; in get_codec_values() 844 debug("i2c dev addr = %d\n", pcodec_info->i2c_dev_addr); in get_codec_values() 851 pcodec_info->i2c_bus = AUDIO_I2C_BUS; in get_codec_values() 852 pcodec_info->i2c_dev_addr = AUDIO_I2C_REG; in get_codec_values() 853 debug("i2c dev addr = %d\n", pcodec_info->i2c_dev_addr); in get_codec_values() [all …]
|