Home
last modified time | relevance | path

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

/device/samsung/manta/audio/
Daudio_hw.c48 #define PCM_CARD 0 macro
648 adev->pcm_voice_out = pcm_open(PCM_CARD, PCM_DEVICE_VOICE, PCM_OUT | PCM_MONOTONIC, in start_bt_sco()
654 adev->pcm_sco_out = pcm_open(PCM_CARD, PCM_DEVICE_SCO, PCM_OUT | PCM_MONOTONIC, in start_bt_sco()
660 adev->pcm_voice_in = pcm_open(PCM_CARD, PCM_DEVICE_VOICE, PCM_IN, in start_bt_sco()
666 adev->pcm_sco_in = pcm_open(PCM_CARD, PCM_DEVICE_SCO, PCM_IN, in start_bt_sco()
727 out->pcm[PCM_CARD] = pcm_open(PCM_CARD, out->pcm_device, in start_output_stream()
730 if (out->pcm[PCM_CARD] && !pcm_is_ready(out->pcm[PCM_CARD])) { in start_output_stream()
732 pcm_get_error(out->pcm[PCM_CARD])); in start_output_stream()
733 pcm_close(out->pcm[PCM_CARD]); in start_output_stream()
772 in->pcm = pcm_open(PCM_CARD, PCM_DEVICE, PCM_IN, in->config); in start_input_stream()
/device/asus/grouper/audio/
Daudio_hw.c40 #define PCM_CARD 1 macro
306 out->pcm = pcm_open(PCM_CARD, device, PCM_OUT | PCM_NORESTART | PCM_MONOTONIC, out->pcm_config); in start_output_stream()
374 in->pcm = pcm_open(PCM_CARD, device, PCM_IN, in->pcm_config); in start_input_stream()