Searched refs:xml_path (Results 1 – 2 of 2) sorted by relevance
25 struct audio_route *audio_route_init(unsigned int card, const char *xml_path);
887 struct audio_route *audio_route_init(unsigned int card, const char *xml_path) in audio_route_init() argument915 if (xml_path == NULL) in audio_route_init()916 xml_path = MIXER_XML_PATH; in audio_route_init()918 file = fopen(xml_path, "r"); in audio_route_init()921 ALOGE("Failed to open %s: %s", xml_path, strerror(errno)); in audio_route_init()