Kod: Zaznacz cały
mixer_type "alsa"
mixer_control "PCM"
Moja nie musi być odpowiednia dla Twojej karty.
Kod: Zaznacz cały
mixer_type "alsa"
mixer_control "PCM"
Kod: Zaznacz cały
############################# MIXER ############################
#
# MPD needs to know what mixer settings to change when you
# adjust the volume. If you don't specify one here, MPD will
# pick one based on which ones it was compiled with support for.
#
# An example for controlling an ALSA mixer:
#
mixer_type "alsa"
mixer_device "default"
mixer_control "PCM"
#
# An example for controlling an OSS mixer:
#
#mixer_type "oss"
#mixer_device "/dev/mixer"
#mixer_control "PCM"
#
# If you want MPD to adjust the volume of audio sent to the
# audio outputs, you can tell it to use the software mixer:
#
#mixer_type "software"
#
################################################################