ba6c295925
Currently there is no support for TSCS42xx audio CODECs. Add support for TSCS42xx audio CODECs. Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: Steven Eckhoff <steven.eckhoff.opensource@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
TSCS42XX Audio CODEC
|
|
|
|
Required Properties:
|
|
|
|
- compatible : "tempo,tscs42A1" for analog mic
|
|
"tempo,tscs42A2" for digital mic
|
|
|
|
- reg : <0x71> for analog mic
|
|
<0x69> for digital mic
|
|
|
|
Example:
|
|
|
|
wookie: codec@69 {
|
|
compatible = "tempo,tscs42A2";
|
|
reg = <0x69>;
|
|
};
|