Skip to content

Instantly share code, notes, and snippets.

@almino
Created July 1, 2017 14:10
Show Gist options
  • Save almino/25fb02aba7f08b322f00ae20c42b50cd to your computer and use it in GitHub Desktop.
Save almino/25fb02aba7f08b322f00ae20c42b50cd to your computer and use it in GitHub Desktop.
Change sound card to Analog Stereo (Dell XPS 15 5000 Ubuntu 16.04)
#!/bin/bash
pactl set-card-profile 0 output:analog-stereo+input:analog-stereo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment