OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_MODEM
(Results
1 - 2
of
2
) sorted by null
/device/ti/panda/audio/
audio_hw.c
133
#define
PORT_MODEM
5
802
adev->pcm_modem_dl = pcm_open(0,
PORT_MODEM
, PCM_OUT, &pcm_config_vx);
810
adev->pcm_modem_ul = pcm_open(0,
PORT_MODEM
, PCM_IN, &pcm_config_vx);
[
all
...]
/device/samsung/tuna/audio/
audio_hw.c
121
#define
PORT_MODEM
5
835
adev->pcm_modem_dl = pcm_open(0,
PORT_MODEM
, PCM_OUT, &pcm_config_vx);
843
adev->pcm_modem_ul = pcm_open(0,
PORT_MODEM
, PCM_IN, &pcm_config_vx);
[
all
...]
Completed in 2122 milliseconds