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

audio.txt (380B)


      1Android Goldfish Audio
      2
      3Android goldfish audio device generated by android emulator.
      4
      5Required properties:
      6
      7- compatible : should contain "google,goldfish-audio" to match emulator
      8- reg        : <registers mapping>
      9- interrupts : <interrupt mapping>
     10
     11Example:
     12
     13	goldfish_audio@9030000 {
     14		compatible = "google,goldfish-audio";
     15		reg = <0x9030000 0x100>;
     16		interrupts = <0x4>;
     17	};