cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

spdif-receiver.txt (191B)


      1Device-Tree bindings for dummy spdif receiver
      2
      3Required properties:
      4	- compatible: should be "linux,spdif-dir".
      5
      6Example node:
      7
      8	codec: spdif-receiver {
      9		compatible = "linux,spdif-dir";
     10	};