diff options
Diffstat (limited to '.alsa/x1-internal')
| -rw-r--r-- | .alsa/x1-internal | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/.alsa/x1-internal b/.alsa/x1-internal new file mode 100644 index 0000000..abc6a85 --- /dev/null +++ b/.alsa/x1-internal @@ -0,0 +1,14 @@ +# map default output to hardware card 0, device 0 (analog) +pcm.!default { +  type hw +  card 0 +  device 0 +} + +# same for the controls (alsamixer) +ctl.!default { +  type hw +  card 0 +  device 0 +} + | 
