Card audio USB on RPi3 Hass.io

I bought a USB sound card only that I would like to use the audio output but it does not work on hass.io OS, does anyone know how to fix it?

{
    "result": "ok",
    "data": {
        "serial": [
            "/dev/ttyAMA0"
        ],
        "input": [
            "C-Media Electronics Inc. USB Audio Device"
        ],
        "disk": [],
        "gpio": [
            "gpiochip0",
            "gpiochip100"
        ],
        "audio": {
            "0": {
                "name": "bcm2835 - bcm2835 ALSA",
                "type": "ALSA",
                "devices": {
                    "0": "digital audio playback",
                    "1": "digital audio playback"
                }
            },
            "1": {
                "name": "USB-Audio - USB Audio Device",
                "type": "Device",
                "devices": {
                    "0": "digital audio capture"
                }
            }
        }
    }
}

Can anyone help me

Hi @rwgamer, did you find a solution to this? I’m in the same boat and having difficulties.

no, I’m sorry I did not find a solution