Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/include/sof/math/exp_fcn.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
*
* Author: Shriram Shastry <malladi.sastry@linux.intel.com>
* Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
*
* Pasca, Bogdan <bogdan.pasca@intel.com>
*/

#ifndef __SOFM_EXP_FCN_H__
#define __SOFM_EXP_FCN_H__

Expand Down
2 changes: 1 addition & 1 deletion src/math/exp_fcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Author: Shriram Shastry <malladi.sastry@linux.intel.com>
* Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
*
* Pasca, Bogdan <bogdan.pasca@intel.com>
*/

#include <sof/audio/format.h>
Expand Down
1 change: 1 addition & 0 deletions src/math/exp_fcn_hifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*
* Author: Shriram Shastry <malladi.sastry@linux.intel.com>
* Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
* Pasca, Bogdan <bogdan.pasca@intel.com>
*/

#include <sof/audio/format.h>
Expand Down
Loading