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 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html