Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18adfe7a authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3386): fix some sound quality & distortion problems.



- Fix some sound quality & distortion problems.

Signed-off-by: default avatarRicardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent cb8d1aa7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -333,10 +333,10 @@ static snd_pcm_hardware_t snd_cx88_digital_hw = {
	.channels_min = 1,
	.channels_max = 2,
	.buffer_bytes_max = (2*2048),
	.period_bytes_min = 256,
	.period_bytes_min = 2048,
	.period_bytes_max = 2048,
	.periods_min = 2,
	.periods_max = 16,
	.periods_max = 2,
};

/*