# ALSA library configuration file # Include settings that are under the control of asoundconf(1). # (To disable these settings, comment out this line.) pcm.dsp0 { type plug slave.pcm "dmix" # A hint is required for listing the device in some GUIs, e.g. Phonon configuration. hint { show on description "dsp0 pac1" } } # mixer0 can stay unchanged, because # it isn't used anyway, I guess ;) ctl.mixer0 { type hw card 0 } pcm.dsnooped { type dsnoop slave { pcm "hw:0,0" channels 1 period_size 1024 buffer_size 4096 rate 44100 periods 2 period_time 1024 hint { show on description "Microphone Pac1" } } }