HomeSort by relevance Sort by last modified time
    Searched full:id_filepath (Results 1 - 1 of 1) sorted by null

  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 156 char id_filepath[PATH_MAX] = {0}; local
160 snprintf(id_filepath, sizeof(id_filepath), "/proc/asound/%s", name);
162 written = readlink(id_filepath, number_filepath, sizeof(number_filepath));
166 } else if (written >= (ssize_t)sizeof(id_filepath)) {

Completed in 1808 milliseconds