Comment 31 for bug 1648183

Revision history for this message
Erikas (erikmnkl) wrote :

Since we are talking about bash commands, shouldn't this be more elegant solution?

=============================================================
#!/bin/bash
hda-verb /dev/snd/hwC[[:print:]]*D0 0x20 SET_COEF_INDEX 0x67
hda-verb /dev/snd/hwC[[:print:]]*D0 0x20 SET_PROC_COEF 0x3000
=============================================================

Just test it yourself:

ls -l /dev/snd/hwC[[:print:]]*D0