#!/bin/bash # set format 48000 Hz and 2 channels (stereo) hda-verb /dev/snd/hwC0D0 0x7 0x2 0xa hda-verb /dev/snd/hwC0D0 0x8 0x2 0xa # set stream id 1 and lowest channel number 2 hda-verb /dev/snd/hwC0D0 0x7 0x706 0xa # set stream id 1 and lowest channel number 2 hda-verb /dev/snd/hwC0D0 0x8 0x706 0xa # enable output hda-verb /dev/snd/hwC0D0 0x7 0x707 0x10 hda-verb /dev/snd/hwC0D0 0x8 0x707 0x10