summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/alsa-state/alsa-state/imx/asound.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
index 37cb76f8..0084f4a0 100644
--- a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
+++ b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
@@ -242,3 +242,30 @@ ctl.mixer0{
242type hw 242type hw
243card 0 243card 0
244} 244}
245
246pcm_slave.esai{
247 pcm "hw:0,0"
248 channels 8
249 rate 48000
250 period_time 40000
251}
252
253pcm.esaich1to6{
254 type dshare
255 ipc_key 5778293
256 slave esai
257 bindings.0 0
258 bindings.1 4
259 bindings.2 1
260 bindings.3 5
261 bindings.4 2
262 bindings.5 6
263}
264
265pcm.esaich78{
266 type dshare
267 ipc_key 5778293
268 slave esai
269 bindings.0 3
270 bindings.1 7
271}