参照元

説明

引数

返り値

参考

実装

static int snd_soc_codec_drv_read(struct snd_soc_component *component,
        unsigned int reg, unsigned int *val)
{
        struct snd_soc_codec *codec = snd_soc_component_to_codec(component);
        *val = codec->driver->read(codec, reg);
        return 0;
}

コメント


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