参照元

説明

引数

返り値

参考

実装

static void snd_soc_component_add_unlocked(struct snd_soc_component *component)
{
        if (!component->write && !component->read) {
                if (!component->regmap)
                        component->regmap = dev_get_regmap(component->dev, NULL);
                if (component->regmap)
                        snd_soc_component_setup_regmap(component);
        }
        list_add(&component->list, &component_list);
        INIT_LIST_HEAD(&component->dobj_list);
}

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-06-08 (水) 17:15:24