We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5736887 commit d7cb71fCopy full SHA for d7cb71f
projects/Edgi-Talk_Audio/Edgi_Talk_M33_Audio/applications/main.c
@@ -41,7 +41,7 @@ int main(void)
41
struct rt_audio_caps sound_dev_arg;
42
sound_dev_arg.main_type = AUDIO_TYPE_MIXER;
43
sound_dev_arg.sub_type = AUDIO_MIXER_VOLUME;
44
- sound_dev_arg.udata.value = 100;
+ sound_dev_arg.udata.value = 65;
45
rt_device_control(sound_dev, AUDIO_CTL_CONFIGURE, &sound_dev_arg);
46
47
rt_device_open(sound_dev, RT_DEVICE_OFLAG_WRONLY);
0 commit comments