You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/23 11:43:31 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2385: add simple wm8994 codec driver

xiaoxiang781216 commented on a change in pull request #2385:
URL: https://github.com/apache/incubator-nuttx/pull/2385#discussion_r528641949



##########
File path: include/nuttx/audio/wm8994.h
##########
@@ -0,0 +1,277 @@
+/****************************************************************************
+ * include/nuttx/audio/wm8994.h
+ *
+ *   Copyright (C) 2019 Gregory Nutt. All rights reserved.

Review comment:
       change to apache license too

##########
File path: drivers/audio/wm8994.c
##########
@@ -0,0 +1,2033 @@
+/***********************************************************************************
+ * drivers/audio/wm8994.c
+ *
+ * Audio device driver for Wolfson Microelectronics WM8994 Audio codec.
+ *
+ *   Copyright (C) 2014, 2016-2019 Gregory Nutt. All rights reserved.

Review comment:
       change to apache license

##########
File path: drivers/audio/wm8994_debug.c
##########
@@ -0,0 +1,565 @@
+/*****************************************************************************************
+ * drivers/audio/wm8994_debug.c
+ *
+ * Audio device driver for Wolfson Microelectronics WM8904 Audio codec.
+ *
+ *   Copyright (C) 2019 Gregory Nutt. All rights reserved.

Review comment:
       change to apache license

##########
File path: boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.c
##########
@@ -0,0 +1,231 @@
+/****************************************************************************
+ * boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.c
+ *
+ *   Copyright (C) 2019 Gregory Nutt. All rights reserved.

Review comment:
       need change apache license

##########
File path: drivers/audio/wm8994.h
##########
@@ -0,0 +1,1658 @@
+/***************************************************************************************************
+ * drivers/audio/wm8994.h
+ *
+ *   Copyright (C) 2019 Gregory Nutt. All rights reserved.

Review comment:
       change to apache license




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org