﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
8697	Digital audio out has been broken since 25164 commit.	anonymous	JYA	"Digital audio out no longer works for me using trunk. (.23 works fine)

2 channel analog audio works.

2 channel digital audio plays with very choppy video and audio.

5.1 channel digital audio doesn't work at all.

2 channel digital audio up mixed to 5.1 doesn't work at all.

When I increase the audio buffer time in audiooutputalsa.cpp then 2 channel digital audio works.

Changed:

buffer_time = period_time << 1;

to:

buffer_time = period_time * 4 << 1;
"	defect	closed	minor	unknown	MythTV - Audio Output	Master Head	medium	Won't Fix			0
