Skip to content

Add HIFI config support for QCM6490-IDP, QCS6490-RB3Gen2 Qualcomm boards #1038

Add HIFI config support for QCM6490-IDP, QCS6490-RB3Gen2 Qualcomm boards

Add HIFI config support for QCM6490-IDP, QCS6490-RB3Gen2 Qualcomm boards #1038

Workflow file for this run

name: Validate UCM configuration
on: [push, pull_request]
jobs:
ucm_validate:
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- name: Prepare environment
run: |
dnf -y upgrade
dnf -y install alsa-lib-devel python3 make
- name: Checkout
uses: actions/checkout@v4
with:
path: alsa-ucm-conf
- name: Checkout alsa-tests
uses: actions/checkout@v4
with:
repository: alsa-project/alsa-tests
path: alsa-tests
- name: Validate configurations
run: |
cd alsa-tests/python/ucm-validator2
make configs