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# The values shown are just the defaults. 7# Don't uncomment any that you don't need to differ from the default. 8 9# Remember that latency will probably be at least 10# 2*buffer_frames/sample_rate 11# For real time audio, a buffer of 1024 frames at 192000 12# should be good (<15ms). 13# You will need more buffers if they're small. 14# e.g.: 15# play_buffer_frames 1024 16# play_buffer_count 4 17 18########################################################### 19 20# play_buffer_frames 10240 21# play_buffer_count 2 22 23# record_buffer_frames 10240 24# record_buffer_count 2 25