dwww Home | Show directory contents | Find package

# Description: This will make it possible to use a52 with PulseAudio out of
#              the box. It may be useful for other use cases. Just include
#              this in your ~/.asoundrc .

pcm.a52 {
    @args [ CARD ]
    @args.CARD {
               type string
               default 0
    }
    type plug
    slave {
           pcm {
               type a52
               card $CARD
           }
    }
}

# Usage: aplay -D a52:0 /foo.wav

Generated by dwww version 1.15 on Sat May 18 09:04:53 CEST 2024.