balena os - upboard - audio playout issue

Hi @tmigone , sorry for the late reply

this is cat /proc/asound/cards output in the host OS:

root@a38b613:~# cat /proc/asound/cards
 0 [Audio          ]: HdmiLpeAudio - Intel HDMI/DP LPE Audio
                      Intel HDMI/DP LPE Audio
 1 [Device         ]: USB-Audio - C-Media USB Audio Device
                      C-Media USB Audio Device at usb-0000:00:14.0-3, full speed
 2 [bytchtnocodec  ]: bytcht-nocodec - bytcht-nocodec
                      AAEON-UP_CHT01-V1.0-UP_CHT01

then I create a container like suggested and this is the results:

[Logs]    [10/6/2021, 3:22:01 PM] [test] dr-xr-xr-x   6 root root 0 Oct  6 13:22 .
[Logs]    [10/6/2021, 3:22:01 PM] [test] dr-xr-xr-x 132 root root 0 Oct  6 13:22 ..
[Logs]    [10/6/2021, 3:22:01 PM] [test] lrwxrwxrwx   1 root root 5 Oct  6 13:22 Audio -> card0
[Logs]    [10/6/2021, 3:22:01 PM] [test] lrwxrwxrwx   1 root root 5 Oct  6 13:22 bytchtnocodec -> card2
[Logs]    [10/6/2021, 3:22:01 PM] [test] dr-xr-xr-x   5 root root 0 Oct  6 13:22 card0
[Logs]    [10/6/2021, 3:22:01 PM] [test] dr-xr-xr-x   4 root root 0 Oct  6 13:22 card1
[Logs]    [10/6/2021, 3:22:01 PM] [test] dr-xr-xr-x   6 root root 0 Oct  6 13:22 card2
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 cards
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 devices
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 hwdep
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 modules
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 pcm
[Logs]    [10/6/2021, 3:22:01 PM] [test] dr-xr-xr-x   2 root root 0 Oct  6 13:22 seq
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 timers
[Logs]    [10/6/2021, 3:22:01 PM] [test] lrwxrwxrwx   1 root root 5 Oct  6 13:22 usb-soundcard-1 -> card1
[Logs]    [10/6/2021, 3:22:01 PM] [test] -r--r--r--   1 root root 0 Oct  6 13:22 version
[Logs]    [10/6/2021, 3:22:01 PM] [test]  0 [Audio          ]: HdmiLpeAudio - Intel HDMI/DP LPE Audio
[Logs]    [10/6/2021, 3:22:01 PM] [test]                       Intel HDMI/DP LPE Audio
[Logs]    [10/6/2021, 3:22:01 PM] [test]  1 [usb-soundcard-1]: USB-Audio - C-Media USB Audio Device
[Logs]    [10/6/2021, 3:22:01 PM] [test]                       C-Media USB Audio Device at usb-0000:00:14.0-3, full speed
[Logs]    [10/6/2021, 3:22:01 PM] [test]  2 [bytchtnocodec  ]: bytcht-nocodec - bytcht-nocodec
[Logs]    [10/6/2021, 3:22:01 PM] [test]                       AAEON-UP_CHT01-V1.0-UP_CHT01

I also execute cat /proc/asound/cards in the hostOS:

root@a38b613:~# cat /proc/asound/cards
 0 [Audio          ]: HdmiLpeAudio - Intel HDMI/DP LPE Audio
                      Intel HDMI/DP LPE Audio
 1 [usb-soundcard-1]: USB-Audio - C-Media USB Audio Device
                      C-Media USB Audio Device at usb-0000:00:14.0-3, full speed
 2 [bytchtnocodec  ]: bytcht-nocodec - bytcht-nocodec
                      AAEON-UP_CHT01-V1.0-UP_CHT01

thanks for your support :slight_smile: