Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2019 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1f874800961be3d767717b375580e1ae to your computer and use it in GitHub Desktop.
Save ryantm/1f874800961be3d767717b375580e1ae to your computer and use it in GitHub Desktop.
/nix/store/a9jxgkhh1xzifk3injmi5q6bvc7w76ad-alsa-utils-1.1.9
├── bin
│   ├── aconnect
│   ├── alsabat
│   ├── alsabat-test.sh
│   ├── alsaconf
│   ├── alsactl
│   ├── alsa-info.sh
│   ├── alsaloop
│   ├── alsamixer
│   ├── alsatplg
│   ├── alsaucm
│   ├── amidi
│   ├── amixer
│   ├── aplay
│   ├── aplaymidi
│   ├── arecord -> aplay
│   ├── arecordmidi
│   ├── aseqdump
│   ├── aseqnet
│   ├── axfer
│   ├── iecset
│   └── speaker-test
├── lib
│   └── udev
│   └── rules.d
│   ├── 89-alsa-ucm.rules
│   └── 90-alsa-restore.rules
├── sbin -> bin
└── share
├── alsa
│   ├── init
│   │   ├── 00main
│   │   ├── ca0106
│   │   ├── default
│   │   ├── hda
│   │   ├── help
│   │   ├── info
│   │   └── test
│   └── speaker-test
│   └── sample_map.csv
├── locale
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── alsa-utils.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── alsa-utils.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   ├── alsaconf.mo
│   │   └── alsa-utils.mo
│   └── ru
│   └── LC_MESSAGES
│   └── alsaconf.mo
├── man
│   ├── fr
│   │   └── man8
│   │   └── alsaconf.8.gz
│   ├── man1
│   │   ├── aconnect.1.gz
│   │   ├── alsabat.1.gz
│   │   ├── alsactl.1.gz
│   │   ├── alsa-info.sh.1.gz
│   │   ├── alsaloop.1.gz
│   │   ├── alsamixer.1.gz
│   │   ├── amidi.1.gz
│   │   ├── amixer.1.gz
│   │   ├── aplay.1.gz
│   │   ├── aplaymidi.1.gz
│   │   ├── arecord.1.gz -> /nix/store/a9jxgkhh1xzifk3injmi5q6bvc7w76ad-alsa-utils-1.1.9/share/man/man1/aplay.1.gz
│   │   ├── arecordmidi.1.gz
│   │   ├── aseqdump.1.gz
│   │   ├── aseqnet.1.gz
│   │   ├── axfer.1.gz
│   │   ├── axfer-list.1.gz
│   │   ├── axfer-transfer.1.gz
│   │   ├── iecset.1.gz
│   │   └── speaker-test.1.gz
│   ├── man7
│   └── man8
│   └── alsaconf.8.gz
└── sounds
└── alsa
├── Front_Center.wav
├── Front_Left.wav
├── Front_Right.wav
├── Noise.wav
├── Rear_Center.wav
├── Rear_Left.wav
├── Rear_Right.wav
├── Side_Left.wav
└── Side_Right.wav
26 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment