Page 7 of 7

Posted: Sun 26 Apr 2020, 01:55
by bigpup
rcrsn51 wrote:

Code: Select all

### these three lines enable the regular sound card ###

defaults.pcm.card 0
defaults.pcm.device 0
defaults.ctl.card 0

##################

ctl.equal {
 type equal;
}

pcm.plugequal {
  type equal;
  slave.pcm "plughw:0,0";
}

pcm.equal{
  type plug;
  slave.pcm plugequal;
}

### these two lines enable the equalizer ###

#pcm.!default pcm.equal
#ctl.!default ctl.equal
Comment OUT the top three lines and UNcomment the bottom two lines. If necessary, change "plughw:0,0" to match the desired device.
Ok.
I am slow :?
Brain dead!
Not understanding!

What exact file is this or is this something you add to a specific file???
Are you saying make the /etc/asound.conf look like this and make the changes to it?

Posted: Sun 26 Apr 2020, 12:00
by rcrsn51
No reply. Message deleted.

Posted: Sun 26 Apr 2020, 13:39
by bigpup
OK.

Thanks!

I will give it a try.