19 lines
557 B
Plaintext
Executable File
19 lines
557 B
Plaintext
Executable File
#
|
|
# a2_diagcmds - diagnostic functions specific to a2 audio board
|
|
#
|
|
# First column is the name
|
|
# Second column is the type:
|
|
# STR for string
|
|
# CMD for command
|
|
# INT for integer constant
|
|
# Third column is value:
|
|
# CMD value is the name of the function to call
|
|
# STR value is the quoted string
|
|
# INT value is the integer
|
|
#
|
|
# Columns must be separated by exactly one TAB!
|
|
audio CMD audio run audio test set
|
|
thru CMD thru run audio passthru routine
|
|
audiofield CMD audiofield run field audio test
|
|
audio_hal2rev CMD hal2_rev Checks for HAL2 chip rev
|