xref: /third_party/alsa-utils/amixer/go
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/alsa-utils/amixer/
1c72fcc34Sopenharmony_ci#!/bin/bash
2c72fcc34Sopenharmony_ci
3c72fcc34Sopenharmony_ci#GDB="gdb --args"
4c72fcc34Sopenharmony_ciGDB=""
5c72fcc34Sopenharmony_ci
6c72fcc34Sopenharmony_ciALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
7c72fcc34Sopenharmony_ciALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
8c72fcc34Sopenharmony_ciALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
9c72fcc34Sopenharmony_ciLD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
10c72fcc34Sopenharmony_ci$GDB ./amixer "$@"
11

Indexes created Thu Nov 07 10:32:03 CST 2024