Ticket #9134: hda.settings_sample

File hda.settings_sample, 911 bytes (added by Pete, 11 years ago)

sample HDA settings file

Line 
1### Settings file for the HDA driver ###
2
3# This file should be moved to the directory
4# ~/config/settings/kernel/drivers/
5# Uncomment and edit any of the setting lines you wish to set
6# [No warranty expressed or implied... (:-)]
7# The values shown are just the defaults.
8# Don't uncomment any -- especially sample rate --
9# that you don't need to differ from the default.
10
11# Remember that latency will probably be at least
12# 2*buffer_frames/sample_rate
13# For real time audio, a buffer of 1024 frames at 192000
14# should be good (<15ms).
15# You will need more buffers if they're small.
16# e.g.:
17# # play_sample_rate 192000
18# play_buffer_frames 1024
19# play_buffer_count 4
20
21###########################################################
22
23# play_sample_rate 192000
24# play_buffer_frames 10240
25# play_buffer_count 2
26
27# record_sample_rate 192000
28# record_buffer_frames 10240
29# record_buffer_count 2