summaryrefslogtreecommitdiff
path: root/tizen-audio-impl.h
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2024-09-27 10:56:58 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2024-09-27 10:56:58 +0900
commit8d2e585cb46cad797f754cda896f8485fd3f4e6d (patch)
tree0ffa5ceaa862ed66a770aacf5159dfe909ea9355 /tizen-audio-impl.h
parentb335e416f1115448bcce6395e99fe924aa55c35e (diff)
downloadaudio-alsa-tizen_9.0.tar.gz
audio-alsa-tizen_9.0.tar.bz2
audio-alsa-tizen_9.0.zip
remove unused code [Version] 0.0.7 [Issue Type] Update Change-Id: I099a55af3249e6773f90425aaff08e44dfaa71ac Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
Diffstat (limited to 'tizen-audio-impl.h')
-rw-r--r--tizen-audio-impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tizen-audio-impl.h b/tizen-audio-impl.h
index 68c6448..9f14f21 100644
--- a/tizen-audio-impl.h
+++ b/tizen-audio-impl.h
@@ -38,10 +38,5 @@ audio_return_e _pcm_set_hw_params(snd_pcm_t *pcm, audio_pcm_sample_spec_s *sampl
/* Control */
audio_return_e _mixer_control_init(audio_hal_s *ah);
audio_return_e _mixer_control_deinit(audio_hal_s *ah);
-audio_return_e _mixer_control_set_param(audio_hal_s *ah, const char* ctl_name, snd_ctl_elem_value_t* value, int size);
-audio_return_e _mixer_control_set_value(audio_hal_s *ah, const char* card, const char *ctl_name, int val);
-audio_return_e _mixer_control_set_value_string(audio_hal_s *ah, const char* ctl_name, const char* value);
-audio_return_e _mixer_control_get_value(audio_hal_s *ah, const char *card, const char *ctl_name, int *val);
-audio_return_e _mixer_control_get_element(audio_hal_s *ah, const char *ctl_name, snd_hctl_elem_t **elem);
#endif