Assert hit when attempting to use pulseaudio git master with the a52 alsa plugin and an optical digital 5.1 surround sound profile.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all
Here is how I managed to reproduce this assert failure, twice.

1. Ensure you are running PulseAudio git master, and pavucontrol git master.
2. Make sure you have the below asound configuration somewhere for pulse to be able to find, so it can use a52:#.
3. Get pulseaudio running, and load pavucontrol. Go to the profiles tab, and attempt to select the digital surround 5.1 + analog stereo input profile. Pavucontrol should complain that the connection to the server was lost.

I have yet to try the surround 5.1 output with no input choice. Here is the asoundrc sample:

# 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.wavvvvvvvvvvvvvvvvvvvvvvvvvvv

Log of pulseaudio -vvv attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pulse.log.gz
Type: application/octet-stream
Size: 7519 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20090724/c0083c8e/attachment.obj>


[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux