All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Auvitek au0828 fixups
@ 2014-06-14 16:16 Mauro Carvalho Chehab
  2014-06-14 16:16 ` [PATCH 1/3] sound: Add a quirk to enforce period_bytes Mauro Carvalho Chehab
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Mauro Carvalho Chehab @ 2014-06-14 16:16 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: alsa-devel, Mauro Carvalho Chehab, Linux Media Mailing List,
	Mauro Carvalho Chehab

Testing auvitek au0828-based devices with xawtv caused lots of overruns,
as the period_bytes is set to a too low value, with causes troubles
when syncing the audio capture from au0828 card with the audio playback,
at the main audio card.

It turns that we need a period_bytes size that it is big enough to receive
data from two consecutive URB intervals.

While here, also add the missing USB IDs from other au0828-based devices.

Mauro Carvalho Chehab (3):
  sound: Add a quirk to enforce period_bytes
  sound: simplify au0828 quirk table
  sound: Update au0828 quirks table

 sound/usb/card.h         |   1 +
 sound/usb/pcm.c          |  34 ++++++++++
 sound/usb/quirks-table.h | 167 ++++++++++++-----------------------------------
 sound/usb/quirks.c       |  14 ++--
 sound/usb/stream.c       |   1 +
 sound/usb/usbaudio.h     |   3 +-
 6 files changed, 88 insertions(+), 132 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-06-18  8:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14 16:16 [PATCH 0/3] Auvitek au0828 fixups Mauro Carvalho Chehab
2014-06-14 16:16 ` [PATCH 1/3] sound: Add a quirk to enforce period_bytes Mauro Carvalho Chehab
2014-06-16  7:39   ` [alsa-devel] " Clemens Ladisch
2014-06-16 13:22     ` Devin Heitmueller
2014-06-16 13:22       ` [alsa-devel] " Devin Heitmueller
2014-06-16 15:05       ` Mauro Carvalho Chehab
2014-06-18  8:20         ` Clemens Ladisch
2014-06-16 14:21     ` Mauro Carvalho Chehab
2014-06-16 14:38       ` Alexander E. Patrakov
2014-06-16 16:24         ` Mauro Carvalho Chehab
2014-06-16 17:16           ` Alexander E. Patrakov
2014-06-16 18:59             ` Mauro Carvalho Chehab
2014-06-16 19:04               ` Devin Heitmueller
2014-06-16 19:22                 ` Mauro Carvalho Chehab
2014-06-18  8:21       ` Clemens Ladisch
2014-06-14 16:16 ` [PATCH 2/3] sound: simplify au0828 quirk table Mauro Carvalho Chehab
2014-06-14 16:16 ` [PATCH 3/3] sound: Update au0828 quirks table Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.