diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2016-06-08 10:54:15 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2016-06-08 15:09:56 +0900 |
commit | a712aa1320feb49e9f2a862afa53ea79f564e9a0 (patch) | |
tree | 569d233349d5e4a354e3e9c3a96c950f588d7ed2 /tizen-audio-pcm.c | |
parent | f34bfc637ad6652b24a75da389c36691fda49025 (diff) | |
download | audio-hal-sc7727-a712aa1320feb49e9f2a862afa53ea79f564e9a0.tar.gz audio-hal-sc7727-a712aa1320feb49e9f2a862afa53ea79f564e9a0.tar.bz2 audio-hal-sc7727-a712aa1320feb49e9f2a862afa53ea79f564e9a0.zip |
Add support for radiosubmit/tizen/20160608.063231accepted/tizen/mobile/20160608.084539
[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.c | 1 |
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); |