hi all,
we are now facing a problem that aic3101 is playing wav files without any BASS(AKA: lack of 'low frequency' maybe), quite different with the same file played from our x86 PC.
and we have 'capture-playback' and 'playback local file only' both tested, and we got the same problem, below is the output when running 'playback local file only':
#aplay -Dhw:0,0 -f cd test.wav -v -V "stereo
Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Hardware PCM card 0 'TI81XX SOUND0' device 0 subdevice 0
Its setup is:
stream : PLAYBACK
access : RW_INTERLEAVED
format : S16_LE
subformat : STD
channels : 2
rate : 44100
exact rate : 44100 (44100/1)
msbits : 16
buffer_size : 20480
period_size : 4096
period_time : 92879
tstamp_mode : NONE
period_step : 1
avail_min : 4096
period_event : 0
start_threshold : 20480
stop_threshold : 20480
silence_threshold: 0
silence_size : 0
boundary : 1342177280
appl_ptr : 0
hw_ptr : 0
how can i fix the problem ?