brintos

brintos / linux-shallow public Read only

0
0
Text · 1.9 KiB · 7df9f5a Raw
54 lines · plain
1================================================2Imagination Technologies SPDIF Input Controllers3================================================4 5The Imagination Technologies SPDIF Input controller contains the following6controls:7 8* name='IEC958 Capture Mask',index=09 10This control returns a mask that shows which of the IEC958 status bits11can be read using the 'IEC958 Capture Default' control.12 13* name='IEC958 Capture Default',index=014 15This control returns the status bits contained within the SPDIF stream that16is being received. The 'IEC958 Capture Mask' shows which bits can be read17from this control.18 19* name='SPDIF In Multi Frequency Acquire',index=020* name='SPDIF In Multi Frequency Acquire',index=121* name='SPDIF In Multi Frequency Acquire',index=222* name='SPDIF In Multi Frequency Acquire',index=323 24This control is used to attempt acquisition of up to four different sample25rates. The active rate can be obtained by reading the 'SPDIF In Lock Frequency'26control.27 28When the value of this control is set to {0,0,0,0}, the rate given to hw_params29will determine the single rate the block will capture. Else, the rate given to30hw_params will be ignored, and the block will attempt capture for each of the31four sample rates set here.32 33If less than four rates are required, the same rate can be specified more than34once35 36* name='SPDIF In Lock Frequency',index=037 38This control returns the active capture rate, or 0 if a lock has not been39acquired40 41* name='SPDIF In Lock TRK',index=042 43This control is used to modify the locking/jitter rejection characteristics44of the block. Larger values increase the locking range, but reduce jitter45rejection.46 47* name='SPDIF In Lock Acquire Threshold',index=048 49This control is used to change the threshold at which a lock is acquired.50 51* name='SPDIF In Lock Release Threshold',index=052 53This control is used to change the threshold at which a lock is released.54