Skip to content

Tegra: add UCM configuration for RT5631, WM8903 and MAX98089 based devices #701

Tegra: add UCM configuration for RT5631, WM8903 and MAX98089 based devices

Tegra: add UCM configuration for RT5631, WM8903 and MAX98089 based devices #701

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@v2
with:
path: alsa-ucm-conf
- name: Checkout alsa-tests
uses: actions/checkout@v2
with:
repository: alsa-project/alsa-tests
path: alsa-tests
- name: Validate syntax
run: |
cd alsa-tests/python/ucm-validator
make LOGLEVEL=2 verify
- name: Validate configurations
run: |
cd alsa-tests/python/ucm-validator
make LOGLEVEL=2 configs