All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hansverk@cisco.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v3.14/3.15] usbtv: add audio support
Date: Fri, 17 Jan 2014 11:54:30 +0100	[thread overview]
Message-ID: <52D90BE6.1010501@cisco.com> (raw)

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

                 reply	other threads:[~2014-01-17 10:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D90BE6.1010501@cisco.com \
    --to=hansverk@cisco.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.