2015-07-13 16:33:25

by Jim Davis

[permalink] [raw]
Subject: randconfig build error with next-20150713, in sound/soc/codecs/sti-sas.c

Building with the attached random configuration file,

warning: (INTEL_SOC_DTS_IOSF_CORE && PUNIT_ATOM_DEBUG) selects
IOSF_MBI which has unmet direct dependencies (PCI)
warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH &&
SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH
&& SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI
which has unmet direct dependencies (SOUND && !M68K && !UML && SND &&
SND_SOC && ACPI)
warning: (SND_SOC_ALL_CODECS) selects SND_SOC_STI_SAS which has unmet
direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC &&
SND_SOC_STI)

sound/soc/codecs/sti-sas.c: In function ‘stih416_dac_probe’:
sound/soc/codecs/sti-sas.c:227:13: error: implicit declaration of
function ‘devm_reset_control_get’
[-Werror=implicit-function-declaration]
dac->rst = devm_reset_control_get(codec->dev, "dac_rst");
^
sound/soc/codecs/sti-sas.c:227:11: warning: assignment makes pointer
from integer without a cast [-Wint-conversion]
dac->rst = devm_reset_control_get(codec->dev, "dac_rst");
^
sound/soc/codecs/sti-sas.c:231:14: warning: cast from pointer to
integer of different size [-Wpointer-to-int-cast]
__func__, (int)dac->rst);
^
cc1: some warnings being treated as errors


Attachments:
randconfig-1436797472.txt (72.66 kB)