*参照元 [#r40359da] #backlinks *説明 [#e49858b4] -パス: [[linux-4.4.1/include/sound/soc.h]] -FIXME: これは何? --説明 **引数 [#j9b417cb] -xreg -int xreg -- -xshift -unsigned int xshift -- -xmax -int xmax -- -xinvert -unsigned int xinvert -- -xautodisable -unsigned int xautodisable -- **返り値 [#c9d322f9] - -unsigned long --実際は struct soc_mixer_control * -- --[[linux-4.4.1/soc_mixer_control]] **参考 [#he5dc054] *実装 [#z4387562] #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \ SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable) - --[[linux-4.4.1/SOC_DOUBLE_VALUE()]] *コメント [#dc370abd]