Searched refs:champType (Results 1 – 1 of 1) sorted by relevance
454 const char *champType = NULL; in QueryChmaps() local462 champType = snd_pcm_chmap_type_name(chmap->type); in QueryChmaps()463 … HDF_LOGI("Channel Type = %{public}s, Channels = %{public}d.", champType, chmap->map.channels); in QueryChmaps()464 if (strncmp(champType, CHANNEL_MAP_TYPE_FIXED, strlen(CHANNEL_MAP_TYPE_FIXED)) == 0) { in QueryChmaps()