Files
dotfiles/.config/yadm
wholteza 0ff35915ed Fix NuForce uDAC USB disconnects
Cheap Savitech chip firmware stalls on rapid SET_INTERFACE / sample-rate
renegotiation, eventually dropping off the USB bus and requiring a
physical replug. Two fixes, both scoped to this exact device only:

- snd_usb_audio quirk_flags (262a:10aa): fixed_rate + ctl_msg_delay +
  iface_delay, applied via /etc/modprobe.d during bootstrap.
- WirePlumber: disable idle-suspend for the device's ALSA node so
  PipeWire doesn't repeatedly reopen the stream during normal use.
2026-08-16 09:49:14 +02:00
..
2026-01-17 08:26:29 +01:00
2026-01-17 08:26:29 +01:00
2023-09-21 12:21:36 +02:00

Readme

Setup

  1. Install yadm for your distribution
  2. Use yadm clone to clone the repository ssh://git@git.nmlk.se:222/wholteza/dotfiles.git
  3. Check yadm status for conflicts

Usage

  1. Add files with yadm add <path>.
  2. Commit with yadm commit -m "message"
  3. Push with yadm push