Searched refs:pcm_open (Results 1 – 11 of 11) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/playback/ |
D | xa_playback.c | 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 | 122 PcmPtr(::pcm_open(dev, card, in pcmOpen()
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | asoundlib.h | 151 struct pcm *pcm_open(unsigned int card, unsigned int device,
|
D | pcm.c | 838 struct pcm *pcm_open(unsigned int card, unsigned int device, in pcm_open() function
|
/device/generic/car/emulator/audio/driver/ |
D | ext_pcm.c | 117 shared_ext_pcm->pcm = pcm_open(card, device, flags, config); in ext_pcm_open()
|
D | audio_hw.c | 790 pcm = pcm_open(PCM_CARD, PCM_DEVICE, in in_read_worker()
|
/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() 431 in->pcm = pcm_open(CARD_IN, PORT_BUILTIN_MIC, PCM_IN | PCM_MONOTONIC, &in->config); in start_input_stream()
|
/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()
|
/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()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 460 pcm = pcm_open(PCM_CARD, PCM_DEVICE, in out_write_worker() 1014 pcm = pcm_open(PCM_CARD, PCM_DEVICE, in in_read_worker()
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 463 pcm = pcm_open(PCM_CARD, PCM_DEVICE, in out_write_worker() 1017 pcm = pcm_open(PCM_CARD, PCM_DEVICE, in in_read_worker()
|