Commits
Matthias Maennich committed f552007cd66
ANDROID: Update ABI representation Leaf changes summary: 4 artifacts changed Changed leaf types summary: 4 leaf types changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 'struct snd_pcm_substream at pcm.h:438:1' changed: type size hasn't changed 1 data member insertion: 'unsigned int snd_pcm_substream::hw_no_buffer', at offset 30 (in bits) at pcm.h:478:1 163 impacted interfaces 'struct snd_soc_dai_driver at soc-dai.h:279:1' changed: type size changed from 1920 to 2048 (in bits) there are data member changes: type 'struct snd_soc_pcm_stream' of 'snd_soc_dai_driver::capture' changed: type size changed from 320 to 384 (in bits) 1 data member insertion: 'const char* snd_soc_pcm_stream::aif_name', at offset 320 (in bits) at soc.h:730:1 108 impacted interfaces type 'struct snd_soc_pcm_stream' of 'snd_soc_dai_driver::playback' changed as reported earlier and offset changed from 1472 to 1536 (in bits) (by +64 bits), size changed from 320 to 384 (in bits) (by +64 bits) 'int snd_soc_dai_driver::probe_order' offset changed from 1824 to 1952 (in bits) (by +128 bits) 'int snd_soc_dai_driver::remove_order' offset changed from 1856 to 1984 (in bits) (by +128 bits) 108 impacted interfaces 'struct snd_soc_dai_link at soc.h:763:1' changed: type size hasn't changed 1 data member insertion: 'unsigned int snd_soc_dai_link::no_host_mode', at offset 14 (in bits) at soc.h:849:1 there are data member changes: 'unsigned int snd_soc_dai_link::ignore' offset changed from 9 to 7 (in bits) (by -2 bits) 'unsigned int snd_soc_dai_link::ignore_pmdown_time' offset changed from 10 to 8 (in bits) (by -2 bits) 'unsigned int snd_soc_dai_link::dpcm_merged_rate' offset changed from 11 to 9 (in bits) (by -2 bits) 'unsigned int snd_soc_dai_link::dpcm_merged_chan' offset changed from 12 to 10 (in bits) (by -2 bits) 'unsigned int snd_soc_dai_link::dpcm_merged_format' offset changed from 13 to 11 (in bits) (by -2 bits) 'unsigned int snd_soc_dai_link::dpcm_playback' offset changed from 14 to 12 (in bits) (by -2 bits) 'unsigned int snd_soc_dai_link::dpcm_capture' offset changed from 15 to 13 (in bits) (by -2 bits) 108 impacted interfaces 'struct snd_soc_pcm_stream at soc.h:717:1' changed: details were reported earlier Fixes: 7fe5afb29120 ("ANDROID: ASoC: core - add hostless DAI support") Change-Id: Ic4813a65ec885400ac56f53cf2bf9e616e267dd3 Signed-off-by: Matthias Maennich <maennich@google.com>