CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/02 10:53:28
Modified files:
sys/dev/ofw : ofw_misc.h
sys/dev/fdt : tascodec.c
Log message:
Add a callback for setting the TDM slot used by an audio codec.
Implement this callback in tascodec(4) such that we can pick the audio
channel that it outputs. This will override the default which is to
downmix stereo input from TDM channels 0 and 1 to mono output.
ok ratchov@
