*参照元 [#ia4f3c4b]
#backlinks

*説明 [#fec692b7]
-パス: [[linux-4.4.1/include/sound/compress_driver.h]]

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


**参考 [#wa82a3fc]


*実装 [#eac69a87]
 /**
  * struct snd_compr_stream: compressed stream
  * @name: device name
  * @ops: pointer to DSP callbacks
  * @runtime: pointer to runtime structure
  * @device: device pointer
  * @direction: stream direction, playback/recording
  * @metadata_set: metadata set flag, true when set
  * @next_track: has userspace signal next track transition, true when set
  * @private_data: pointer to DSP private data
  */
 struct snd_compr_stream {
         const char *name;
         struct snd_compr_ops *ops;
-
--[[linux-4.4.1/snd_compr_ops]]

         struct snd_compr_runtime *runtime;
-
--[[linux-4.4.1/snd_compr_runtime]]

         struct snd_compr *device;
-
--[[linux-4.4.1/snd_compr]]

         enum snd_compr_direction direction;
-
--[[linux-4.4.1/snd_compr_direction]]

         bool metadata_set;
         bool next_track;
         void *private_data;
 };


*コメント [#u9b57898]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS