Searched refs:PORT_CODEC (Results 1 – 2 of 2) sorted by relevance
/device/linaro/poplar/audio/ |
D | audio_hw.c | 46 #define PORT_CODEC 0 macro 103 …out->pcm = pcm_open(CARD_OUT, PORT_CODEC, PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC, &out->co… in start_output_stream() 434 params = pcm_params_get(CARD_OUT, PORT_CODEC, PCM_OUT); in adev_open_output_stream()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 48 #define PORT_CODEC 0 macro 265 …out->pcm = pcm_open(CARD_OUT, PORT_CODEC, PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC, &out->co… in start_output_stream() 618 params = pcm_params_get(CARD_OUT, PORT_CODEC, PCM_OUT); in adev_open_output_stream()
|