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

gtm601.txt (363B)


      1GTM601 UMTS modem audio interface CODEC
      2
      3This device has no configuration interface. The sample rate and channels are
      4based on the compatible string
      5	"option,gtm601" = 8kHz mono
      6	"broadmobi,bm818" = 48KHz stereo
      7
      8Required properties:
      9
     10  - compatible : one of
     11	"option,gtm601"
     12	"broadmobi,bm818"
     13
     14
     15Example:
     16
     17codec: gtm601_codec {
     18	compatible = "option,gtm601";
     19};