diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-07-01 19:16:01 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-07-01 19:16:01 +0200 |
commit | e3fb8a292c60f3b35e2ba7ce48397aad2c63de79 (patch) | |
tree | 0ab04d022b96f3493665d2b2a7466bd339e8c072 /.alsa/desktop-pch | |
parent | 6408a81ed705af11aeacf813118cb15e416dfaa0 (diff) |
Removed broken CTL setting in ALSA config, not sure what the problem was but the default mixer is fine
Diffstat (limited to '.alsa/desktop-pch')
-rw-r--r-- | .alsa/desktop-pch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.alsa/desktop-pch b/.alsa/desktop-pch index fe0048c..b06b968 100644 --- a/.alsa/desktop-pch +++ b/.alsa/desktop-pch @@ -5,10 +5,3 @@ pcm.!default { device 0 } -# same for the controls (alsamixer) -ctl.!default { - type hw - card 1 - device 0 -} - |