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

wm8524.txt (305B)


      1WM8524 audio CODEC
      2
      3This device does not use I2C or SPI but a simple Hardware Control Interface.
      4
      5Required properties:
      6
      7  - compatible : "wlf,wm8524"
      8
      9  - wlf,mute-gpios: a GPIO spec for the MUTE pin.
     10
     11Example:
     12
     13wm8524: codec {
     14	compatible = "wlf,wm8524";
     15	wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
     16};