#
# Defaults for audiocl
#
# This file is part of sparc-utils package.

# List of fields to be tuned:
#
#  monitor_gain        input to output mix (0-255)
#  output_muted        1=muted, 0=not muted
#
#  play.gain           gain level (0-255)
#  play.balance        stereo channel balance
#  play.port           'speaker', 'headphone', 'line_out'
#  play.pause          1=pause, 0=resume
#  play.buffer_size    input buffer size in bytes
#
# Note that some field values are reset on device open and/or close. It is
# especially true for play.encoding, play.sample_rate, play.channels and
# play.precision, therefore setting them at boot time is not very useful.
# Same apply on record fields.
#
#  record.gain         gain level (0-255)
#  record.balance      stereo channel balance
#  record.port         'microphone', 'line_in', 'internal_cd', 'analog_loopback'
#  record.pause        1=pause, 0=resume
#  record.buffer_size  output buffer size in bytes
#
# Fill in PARAMS variable with a set of field=value assignments.
#
# Example:
#
#PARAMS="play.port=line_out record.port=line_in"

#DEVICE=/dev/audioctl

