Created
October 1, 2012 17:12
-
-
Save EdwardIII/3813089 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [edward@eddarch ~]$ cat ~/.asoundrc | |
| #pcm.!default{ | |
| # type hw | |
| # card 1 | |
| # device 9 | |
| #} | |
| pcm.!default{ | |
| type hw | |
| card 0 | |
| device 0 | |
| } | |
| [edward@eddarch ~]$ aplay -a | |
| aplay: invalid option -- 'a' | |
| Try `aplay --help' for more information. | |
| [edward@eddarch ~]$ aplay -l | |
| **** List of PLAYBACK Hardware Devices **** | |
| card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog] | |
| Subdevices: 0/1 | |
| Subdevice #0: subdevice #0 | |
| card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0] | |
| Subdevices: 1/1 | |
| Subdevice #0: subdevice #0 | |
| card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0] | |
| Subdevices: 1/1 | |
| Subdevice #0: subdevice #0 | |
| card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0] | |
| Subdevices: 1/1 | |
| Subdevice #0: subdevice #0 | |
| card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0] | |
| Subdevices: 1/1 | |
| Subdevice #0: subdevice #0 | |
| [edward@eddarch ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment