参照元

説明

参考

実装

/*
 * info for buffer allocation
 */
struct snd_dma_buffer {
        struct snd_dma_device dev;      /* device type */
        unsigned char *area;    /* virtual pointer */
        dma_addr_t addr;        /* physical address */
        size_t bytes;           /* buffer size in bytes */
        void *private_data;     /* private for allocator; don't touch */
};

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2017-03-29 (水) 11:07:48