SuccessChanges

Summary

  1. xml-nolibxml: Make tagname const char * (details)
  2. xml: make the get_content beginp parameter const char ** (details)
  3. topology-linux.c: make dumped_hwdata_dirname const char * (details)
Commit 7326c5d8e3e52cfc22c4eb2b0f39ca881b8f2f6c by samuel.thibault
xml-nolibxml: Make tagname const char *
Since we may put "topology" in it, we shall not modify it.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
The file was modifiedsrc/topology-xml-nolibxml.c (diff)
Commit 2ad4cb8c0939735c17bc1c658966934c9ff28b78 by samuel.thibault
xml: make the get_content beginp parameter const char **
Since we sometimes return a constant string, the caller shall not modify
it
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
The file was modifiedsrc/topology-xml.c (diff)
The file was modifiedinclude/private/xml.h (diff)
The file was modifiedsrc/topology-xml-nolibxml.c (diff)
The file was modifiedsrc/topology-xml-libxml.c (diff)
Commit 8f07cfbf87e9e9ceef2000a5e85fb67e16e075a3 by samuel.thibault
topology-linux.c: make dumped_hwdata_dirname const char *
Since it is coming from getenv or a constant string.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
The file was modifiedsrc/topology-linux.c (diff)