Part Number: EVMK2G
Could you point me this driver path in linux
TLV320AIC3x CODECs?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: EVMK2G
Could you point me this driver path in linux
TLV320AIC3x CODECs?
Hi,
Please check if the following training video helps.
training.ti.com/debugging-embedded-linux-locate-device-driver
find . -name '*.c' -exec grep -H '\.compatible.*=.*tlv320aic3106"'
find: missing argument to `-exec'
find . -name '*.c' -exec grep -H '\.compatible.*=.*tlv320aic3106"'{}\;
find: missing argument to `-exec'
find . -name '*.c' -exec grep -H '\.compatible.*=.*tlv320aic3106"' {} \; ^ ^ | | add spaces over here -----+--+