@@ -228,7 +228,7 @@ static int audio_comp_getcaps(FAR struct audio_lowerhalf_s *dev, int type,
228
228
* Name: audio_comp_configure
229
229
*
230
230
* Description:
231
- * Configure the audio device for the specified mode of operation.
231
+ * Configure the audio device for the specified mode of operation.
232
232
*
233
233
****************************************************************************/
234
234
@@ -603,7 +603,7 @@ static int audio_comp_freebuffer(FAR struct audio_lowerhalf_s *dev,
603
603
/****************************************************************************
604
604
* Name: audio_comp_enqueuebuffer
605
605
*
606
- * Description: Enqueue an Audio Pipeline Buffer for playback/ processing.
606
+ * Description: Enqueue an Audio Pipeline Buffer for playback/processing.
607
607
*
608
608
****************************************************************************/
609
609
@@ -699,7 +699,7 @@ static int audio_comp_ioctl(FAR struct audio_lowerhalf_s *dev, int cmd,
699
699
/****************************************************************************
700
700
* Name: audio_comp_read
701
701
*
702
- * Description: Lower-half logic for read commands.
702
+ * Description: Lower-half logic for read commands.
703
703
*
704
704
****************************************************************************/
705
705
@@ -729,7 +729,7 @@ static int audio_comp_read(FAR struct audio_lowerhalf_s *dev,
729
729
/****************************************************************************
730
730
* Name: audio_comp_write
731
731
*
732
- * Description: Lower-half logic for write commands.
732
+ * Description: Lower-half logic for write commands.
733
733
*
734
734
****************************************************************************/
735
735
0 commit comments