Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76142
Collapse All | Expand All

(-)flow/audioioalsa9.cc.orig (+8 lines)
Lines 115-125 Link Here
115
	param(fragmentCount) = 7;
115
	param(fragmentCount) = 7;
116
	param(channels) = 2;
116
	param(channels) = 2;
117
	param(direction) = directionWrite;
117
	param(direction) = directionWrite;
118
#ifdef WORDS_BIGENDIAN
119
        param(format) = 17;
120
#else
118
        param(format) = 16;
121
        param(format) = 16;
122
#endif
119
	/*
123
	/*
120
	 * default parameters
124
	 * default parameters
121
	 */
125
	 */
126
#ifdef WORDS_BIGENDIAN
127
	m_format = SND_PCM_FORMAT_S16_BE;
128
#else
122
	m_format = SND_PCM_FORMAT_S16_LE;
129
	m_format = SND_PCM_FORMAT_S16_LE;
130
#endif
123
        m_pcm_playback = NULL;
131
        m_pcm_playback = NULL;
124
	m_pcm_capture = NULL;
132
	m_pcm_capture = NULL;
125
}
133
}

Return to bug 76142