All pastes #626171 Raw Edit

it2007he alsa.conf

public text v1 · immutable
#626171 ·published 2007-07-19 13:18 UTC
rendered paste body
# load system configs
@hooks [
        {
                func load
                files [
                        "/etc/asound.conf"
                        "~/.asoundrc"
                ]
                errors false
        }
]

# PCM
pcm.!default {
        type alsa_dsp
        playback_device_file ["/dev/dsptask/pcm2"] 
        recording_device_file ["/dev/dsptask/pcm_rec1"]
}

# Mixer
ctl.!master {
        type hw
        card 0
}

ctl.!default {
        type dsp_ctl
        playback_devices ["/dev/dsptask/pcm2"]
        recording_devices ["/dev/dsptask/pcm_rec1"]
}

# OSS emulation
pcm.dsp0 pcm.default
ctl.mixer0 mixer.default