This is what worked for me, YMMV but I wanted to create on Post with all the info so people dont have to look all over. The info contained herein came from 2 posts, suggestions from ACX and Orion and a BOATLOAD of googling for possible solutions. Whats posted works perfectly for me, with the one caveat that at 176 and 192, I get some slight "warbling" but its still listenable.
This requires doing 3 things basically....follow the 2 posts, and then update the kernel. I have included the posts, but all the steps are contained here so the links are for reference if you want them.
NOTE: I do NOT have a Schiit MODI but my DAC is similar enough, and it cant hurt for others to try this anyway....
Link 1: Schiit MODI fix: schiit-modi-dac-t288.html
Link 2: my-solution-to-pops-and-clicks-t165.html
1. Schiit MODI fix. at a command line enter:
"mpc stop" (I also did an "systemctl stop mpd", just because)
unload the snd_usb_module using this command: "rmmod snd_usb_audio"
make change permanent: edit /etc/modprobe.d/modprobe.conf and change nrpacks to 1
restart mpd and mpc: "systemctl start mpd" and "mpc play"
2. Pop/Click FIQ tweaks
I didnt follow this post exactly, since at first I was concerned with upgrading via pacman as that has broken Rune for me in the past. So I did this slightly differently....
EDIT: need this---set your time and date using timedatectl the form is: timedatectl "yyyy-mm-dd hh:mm:ss"
at command line enter:
Sync pacman using: "pacman -Sy"
fetch modified rpi-update using: "wget --no-check-certificate https://raw.github.com/Hexxeh/rpi-updat ... rpi-update -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update"
point to next Branch and update via: "BRANCH=next /usr/bin/rpi-update"
then make a change to /boot/cmdline_rune.txt - by default line 4 is active. Line 5 has the FIQ tweaks, so rem out line 4 and make line 5 active.
3. Update the kernel using:
"pacman -S linux-raspberrypi"
4. OPTIONAL: since it works fine with above, upgrading everything via pacman is technically optional...
"pacman -Syu"
5. PROFIT!!
I can only hope that helps some others a bit