Searched refs:PCM_OUT (Results 1 – 10 of 10) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/playback/ |
D | xa_playback.c | 208 params = pcm_params_get(card, device, PCM_OUT); in sample_is_playable() 253 pcm = pcm_open(card, device, PCM_OUT, &config); in xa_playback_open() 322 pcm = pcm_open(card, device, PCM_OUT, &config);
|
/device/generic/goldfish/audio/ |
D | talsa.cpp | 123 (isOut ? PCM_OUT : PCM_IN) | PCM_MONOTONIC, in pcmOpen()
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | asoundlib.h | 39 #define PCM_OUT 0x00000000 macro
|
D | pcm.c | 1284 if ((~pcm->flags) & (PCM_OUT | PCM_MMAP)) in pcm_mmap_write()
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 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 | 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()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 171 out->pcm = pcm_open(CARD_OUT, out_port, PCM_OUT | PCM_MONOTONIC, &out->config); in start_output_stream() 796 params = pcm_params_get(CARD_OUT, out_port, PCM_OUT); in adev_open_output_stream()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 246 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 461 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker()
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 464 PCM_OUT | PCM_MONOTONIC, &out->pcm_config); in out_write_worker()
|