Home
last modified time | relevance | path

Searched refs:compr_cap (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c207 struct snd_compr_caps compr_cap; in play_file() local
209 if (ioctl(pcm->fd, SNDRV_COMPRESS_GET_CAPS, &compr_cap)) { in play_file()
215 period = compr_cap.min_fragment_size; in play_file()
218 compr_params.codec.id = compr_cap.codecs[FORMAT_MP3]; in play_file()
221 compr_params.codec.id = compr_cap.codecs[FORMAT_AC3_PASS_THROUGH]; in play_file()