~ubuntu-audio-dev/alsa-driver/tiwai-trunk2

« back to all changes in this revision

Viewing changes to soc/intel/skylake/skl-tplg-interface.h

  • Committer: Canonistack server
  • Date: 2016-05-16 13:04:41 UTC
  • Revision ID: david.henningsson@canonical.com-20160516130441-xmcvo5v7n0mupdei
Test run of 623 machines: 3 failing with 3 errors and 0 warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
} __packed;
182
182
 
183
183
struct skl_dfw_module {
184
 
        char uuid[SKL_UUID_STR_SZ];
 
184
        u8 uuid[16];
185
185
 
186
186
        u16 module_id;
187
187
        u16 instance_id;