Samples: bluetooth: a2dp_sink: Audio support for 1060EVKC
Add codec driver overlay file to enable audio rendering for A2DP sink sample application for 1060EVKC platform Signed-off-by: Vinit Mehta <vinit.mehta@nxp.com>
This commit is contained in:
committed by
Fabio Baltieri
parent
50e980d9a8
commit
c5bc58e3bd
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright 2026 NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_I2S=y
|
||||
CONFIG_AUDIO=y
|
||||
CONFIG_AUDIO_CODEC=y
|
||||
CONFIG_DMA_TCD_QUEUE_SIZE=4
|
||||
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright 2026 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&sai1 {
|
||||
mclk-output;
|
||||
podf = <15>;
|
||||
pll-clocks = <&anatop 0 0 0>,
|
||||
<&anatop 0 0 30>,
|
||||
<&anatop 0 0 1>,
|
||||
<&anatop 0 0 106>,
|
||||
<&anatop 0 0 1000>;
|
||||
};
|
||||
Reference in New Issue
Block a user