linux-4.4.1/soc_dapm_test_bits()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#yb72bf87]
#backlinks
*説明 [#p0df9cf4]
-パス: [[linux-4.4.1/sound/soc/soc-dapm.c]]
-FIXME: レジスタに write アクセスする必要があるかどうか判...
**引数 [#c9e9cc59]
-struct snd_soc_dapm_context *dapm
--
--[[linux-4.4.1/snd_soc_dapm_context]]
-unsigned int reg
--レジスタアドレス
-unsigned int mask
--マスク
-unsigned int value
--書き込む値
**返り値 [#wd04124e]
-int
--write する必要があれば 1、必要がなければ 0
**参考 [#rf9f7843]
*実装 [#g609423a]
static int soc_dapm_test_bits(struct snd_soc_dapm_contex...
int reg, unsigned int mask, unsigned int value)
{
if (!dapm->component)
return -EIO;
return snd_soc_component_test_bits(dapm->component, reg...
-コンポーネントの判断をそのまま使う。
--[[linux-4.4.1/snd_soc_component_test_bits()]]
}
*コメント [#u0c601fb]
終了行:
*参照元 [#yb72bf87]
#backlinks
*説明 [#p0df9cf4]
-パス: [[linux-4.4.1/sound/soc/soc-dapm.c]]
-FIXME: レジスタに write アクセスする必要があるかどうか判...
**引数 [#c9e9cc59]
-struct snd_soc_dapm_context *dapm
--
--[[linux-4.4.1/snd_soc_dapm_context]]
-unsigned int reg
--レジスタアドレス
-unsigned int mask
--マスク
-unsigned int value
--書き込む値
**返り値 [#wd04124e]
-int
--write する必要があれば 1、必要がなければ 0
**参考 [#rf9f7843]
*実装 [#g609423a]
static int soc_dapm_test_bits(struct snd_soc_dapm_contex...
int reg, unsigned int mask, unsigned int value)
{
if (!dapm->component)
return -EIO;
return snd_soc_component_test_bits(dapm->component, reg...
-コンポーネントの判断をそのまま使う。
--[[linux-4.4.1/snd_soc_component_test_bits()]]
}
*コメント [#u0c601fb]
ページ名: