Skip to content

Instantly share code, notes, and snippets.

@jeromeetienne
Created May 28, 2010 10:14
Show Gist options
  • Save jeromeetienne/416992 to your computer and use it in GitHub Desktop.
Save jeromeetienne/416992 to your computer and use it in GitHub Desktop.
alsa notes
$ cat .asoundrc
pcm.!default iec958:U0xccd0x77
TO GET ARECORD (good to test if mic work)
$ arecord -fcd -Dplughw:U0xccd0x77 -vv /dev/null
- apparently this is hard to put that in the .asoundrc
TO GET OUTPUT DEVICE
$ aplay -L
TO GET INPUT DEVICES
$ arecord -l
$ arecord -L
- dunno the difference between the two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment