Skip to content

Instantly share code, notes, and snippets.

@lenchan139
Created May 1, 2018 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenchan139/a778fe4f30fe3b177be76d3eb564513c to your computer and use it in GitHub Desktop.
Save lenchan139/a778fe4f30fe3b177be76d3eb564513c to your computer and use it in GitHub Desktop.
asound.conf for ASUS transformer Pro 3 T303UA / ACL297
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0"
period_size 4096
buffer_size 131072
rate 50000
}
bindings {
0 0
1 1
}
}
pcm.dsnooper {
type dsnoop
ipc_key 1024
slave {
pcm "hw:0"
channels 2
period_size 4096
buffer_size 131072
rate 50000
}
bindings {
0 0
1 1
}
}
pcm.softvol {
type softvol
slave { pcm "dmixer" }
control {
name "Master"
card 0
}
}
ctl.!default {
type hw
card 0
}
ctl.softvol {
type hw
card 0
}
ctl.dmixer {
type hw
card 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment