HomeSort by relevance Sort by last modified time
    Searched refs:pcm_modem_dl (Results 1 - 2 of 2) sorted by null

  /device/ti/panda/audio/
audio_hw.c 584 struct pcm *pcm_modem_dl; member in struct:omap4_audio_device
801 if (adev->pcm_modem_dl == NULL) {
802 adev->pcm_modem_dl = pcm_open(0, PORT_MODEM, PCM_OUT, &pcm_config_vx);
803 if (!pcm_is_ready(adev->pcm_modem_dl)) {
804 ALOGE("cannot open PCM modem DL stream: %s", pcm_get_error(adev->pcm_modem_dl));
817 pcm_start(adev->pcm_modem_dl);
826 pcm_close(adev->pcm_modem_dl);
827 adev->pcm_modem_dl = NULL;
837 pcm_stop(adev->pcm_modem_dl);
839 pcm_close(adev->pcm_modem_dl);
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 642 struct pcm *pcm_modem_dl; member in struct:tuna_audio_device
825 if (adev->pcm_modem_dl == NULL) {
826 adev->pcm_modem_dl = pcm_open(0, PORT_MODEM, PCM_OUT, &pcm_config_vx);
827 if (!pcm_is_ready(adev->pcm_modem_dl)) {
828 ALOGE("cannot open PCM modem DL stream: %s", pcm_get_error(adev->pcm_modem_dl));
841 pcm_start(adev->pcm_modem_dl);
850 pcm_close(adev->pcm_modem_dl);
851 adev->pcm_modem_dl = NULL;
860 pcm_stop(adev->pcm_modem_dl);
862 pcm_close(adev->pcm_modem_dl);
    [all...]

Completed in 200 milliseconds