File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/Edgi_Talk_M33_Audio/applications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ int main(void)
4141 struct rt_audio_caps sound_dev_arg ;
4242 sound_dev_arg .main_type = AUDIO_TYPE_MIXER ;
4343 sound_dev_arg .sub_type = AUDIO_MIXER_VOLUME ;
44- sound_dev_arg .udata .value = 65 ;
44+ sound_dev_arg .udata .value = 60 ;
4545 rt_device_control (sound_dev , AUDIO_CTL_CONFIGURE , & sound_dev_arg );
4646
4747 rt_device_open (sound_dev , RT_DEVICE_OFLAG_WRONLY );
@@ -51,7 +51,7 @@ int main(void)
5151 struct rt_audio_caps mic_dev_arg ;
5252 mic_dev_arg .main_type = AUDIO_TYPE_MIXER ;
5353 mic_dev_arg .sub_type = AUDIO_MIXER_VOLUME ;
54- mic_dev_arg .udata .value = 5 ;
54+ mic_dev_arg .udata .value = 30 ;
5555 rt_device_control (mic_dev , AUDIO_CTL_CONFIGURE , & mic_dev_arg );
5656
5757 rt_device_open (mic_dev , RT_DEVICE_OFLAG_RDONLY );
You can’t perform that action at this time.
0 commit comments