Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ aplay -L
- null
- Discard all samples (playback) or generate zero samples (capture)
- default:CARD=Intel
- HDA Intel, ID 885 Analog
- Default Audio Device
- sysdefault:CARD=Intel
- HDA Intel, ID 885 Analog
- Default Audio Device
- front:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- Front speakers
- surround21:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- 2.1 Surround output to Front and Subwoofer speakers
- surround40:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- 4.0 Surround output to Front and Rear speakers
- surround41:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- 4.1 Surround output to Front, Rear and Subwoofer speakers
- surround50:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- 5.0 Surround output to Front, Center and Rear speakers
- surround51:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
- surround71:CARD=Intel,DEV=0
- HDA Intel, ID 885 Analog
- 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
- iec958:CARD=Intel,DEV=0
- HDA Intel, ID 885 Digital
- IEC958 (S/PDIF) Digital Audio Output
- default:CARD=Device
- USB PnP Sound Device, USB Audio
- Default Audio Device
- sysdefault:CARD=Device
- USB PnP Sound Device, USB Audio
- Default Audio Device
- front:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- Front speakers
- surround21:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- 2.1 Surround output to Front and Subwoofer speakers
- surround40:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- 4.0 Surround output to Front and Rear speakers
- surround41:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- 4.1 Surround output to Front, Rear and Subwoofer speakers
- surround50:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- 5.0 Surround output to Front, Center and Rear speakers
- surround51:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
- surround71:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
- iec958:CARD=Device,DEV=0
- USB PnP Sound Device, USB Audio
- IEC958 (S/PDIF) Digital Audio Output
- $ aplay -l
- **** List of PLAYBACK Hardware Devices ****
- card 0: Intel [HDA Intel], device 0: ID 885 Analog [ID 885 Analog]
- Subdevices: 1/1
- Subdevice #0: subdevice #0
- card 0: Intel [HDA Intel], device 1: ID 885 Digital [ID 885 Digital]
- Subdevices: 1/1
- Subdevice #0: subdevice #0
- card 1: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
- Subdevices: 1/1
- Subdevice #0: subdevice #0
- $ cat .asoundrc
- defaults.pcm.!card Device
- defaults.pcm.!device 0
- defaults.ctl.!card Device
- defaults.pcm.dmix.rate 96000
- defaults.pcm.dmix.rate_converter "samplerate_best"
- defaults.pcm.dmix.format "S24_3LE"
- $ cat .config/mpv/config
- # Write your default config options here!
- vo=vdpau
- audio-channels=7.1
- hwdec=auto
- no-border
- ytdl=yes
- stop-screensaver=yes
- softvol-max=400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement