summaryrefslogtreecommitdiff
path: root/tizen-audio-pcm.c
diff options
context:
space:
mode:
authorSangchul Lee <sc11.lee@samsung.com>2016-06-08 10:54:15 +0900
committerSangchul Lee <sc11.lee@samsung.com>2016-06-08 15:09:56 +0900
commita712aa1320feb49e9f2a862afa53ea79f564e9a0 (patch)
tree569d233349d5e4a354e3e9c3a96c950f588d7ed2 /tizen-audio-pcm.c
parentf34bfc637ad6652b24a75da389c36691fda49025 (diff)
downloadaudio-hal-sc7727-a712aa1320feb49e9f2a862afa53ea79f564e9a0.tar.gz
audio-hal-sc7727-a712aa1320feb49e9f2a862afa53ea79f564e9a0.tar.bz2
audio-hal-sc7727-a712aa1320feb49e9f2a862afa53ea79f564e9a0.zip
[Version] 0.1.11 [Profile] Mobile [Issue Type] Feature Enhancement Change-Id: I1ac916a95a2b3dceeb4243a4b6f41e6d0feccc41 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Diffstat (limited to 'tizen-audio-pcm.c')
-rw-r--r--tizen-audio-pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tizen-audio-pcm.c b/tizen-audio-pcm.c
index 08dc5ab..de97595 100644
--- a/tizen-audio-pcm.c
+++ b/tizen-audio-pcm.c
@@ -30,6 +30,7 @@ audio_return_t _audio_pcm_init(audio_hal_t *ah)
ah->device.pcm_in = NULL;
ah->device.pcm_out = NULL;
+ ah->device.fmradio_pcm_out = NULL;
pthread_mutex_init(&ah->device.pcm_lock, NULL);
pthread_mutex_init(&ah->device.device_lock, NULL);
pthread_cond_init(&ah->device.device_cond, NULL);