All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.14/3.15] usbtv: add audio support
@ 2014-01-17 10:54 Hans Verkuil
  0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2014-01-17 10:54 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 587d1b06e07b4a079453c74ba9edf17d21931049:

  [media] rc-core: reuse device numbers (2014-01-15 11:46:37 -0200)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git for-v3.14d

for you to fetch changes up to 6e44e5938e3e964748e0d4b76f476c3215e32aab:

  usbtv: add audio support (2014-01-17 10:55:39 +0100)

----------------------------------------------------------------
Federico Simoncelli (2):
      usbtv: split core and video implementation
      usbtv: add audio support

 drivers/media/usb/usbtv/Makefile                   |   4 +
 drivers/media/usb/usbtv/usbtv-audio.c              | 384 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/usb/usbtv/usbtv-core.c               | 144 ++++++++++++++++++++++++++++
 drivers/media/usb/usbtv/{usbtv.c => usbtv-video.c} | 172 +++------------------------------
 drivers/media/usb/usbtv/usbtv.h                    | 117 ++++++++++++++++++++++
 5 files changed, 663 insertions(+), 158 deletions(-)
 create mode 100644 drivers/media/usb/usbtv/usbtv-audio.c
 create mode 100644 drivers/media/usb/usbtv/usbtv-core.c
 rename drivers/media/usb/usbtv/{usbtv.c => usbtv-video.c} (82%)
 create mode 100644 drivers/media/usb/usbtv/usbtv.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-17 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 10:54 [GIT PULL FOR v3.14/3.15] usbtv: add audio support Hans Verkuil

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.