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.conf30
1 files changed, 30 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 0f9d0c85..c511018e 100644
--- a/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
+++ b/recipes-bsp/alsa-state/alsa-state/imx/asound.conf
@@ -427,3 +427,33 @@ pcm.sai1to4{
427 bindings.2 1 427 bindings.2 1
428 bindings.3 9 428 bindings.3 9
429} 429}
430
431pcm.cdnhdmi4ch {
432 type dshare
433 slave {
434 pcm "hw:3,0"
435 channels 4
436 }
437 ipc_key 5144458
438 bindings.0 0
439 bindings.1 2
440 bindings.2 1
441 bindings.3 3
442}
443
444pcm.cdnhdmi8ch {
445 type dshare
446 slave {
447 pcm "hw:3,0"
448 channels 8
449 }
450 ipc_key 5144458
451 bindings.0 0
452 bindings.1 4
453 bindings.2 1
454 bindings.3 5
455 bindings.4 2
456 bindings.5 6
457 bindings.6 3
458 bindings.7 7
459}