*参照元 [#yb72bf87]
#backlinks

*説明 [#p0df9cf4]
-パス: [[linux-4.4.1/]]

-FIXME: これは何?
--説明


**引数 [#c9e9cc59]
-struct snd_soc_dapm_context *dapm
--
--[[linux-4.4.1/snd_soc_dapm_context]]
-int reg
--
-unsigned int mask
--
-unsigned int value
--


**返り値 [#wd04124e]
-int
--

**参考 [#rf9f7843]


*実装 [#g609423a]
 static int soc_dapm_test_bits(struct snd_soc_dapm_context *dapm,
 	int reg, unsigned int mask, unsigned int value)
 {
 	if (!dapm->component)
 		return -EIO;
 	return snd_soc_component_test_bits(dapm->component, reg, mask, value);
-
--[[linux-4.4.1/snd_soc_component_test_bits()]]

 }


*コメント [#u0c601fb]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS