[GIT PULL for v4.6-rc3] media fixes

From: Mauro Carvalho Chehab
Date: Mon Apr 04 2016 - 22:26:49 EST


Hi Linus,

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.6-3

For some bug fixes on au0828 and snd-usb-audio:
- The au0828+snd-usb-audio MC patch broke several things and produced some
race conditions. Better to revert the patches, and re-work on them for
a next version;
- Fix a regression at tuner disable links logic;
- properly handle dev_state as a bitmask.

Thanks,
Mauro

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.6-3

for you to fetch changes up to 405ddbfa68177b6169d09bc2308a39196a8eb64a:

[media] Revert "[media] media: au0828 change to use Managed Media Controller API" (2016-03-31 15:09:04 -0300)

----------------------------------------------------------------
media fixes for v4.6-rc2

----------------------------------------------------------------
Mauro Carvalho Chehab (5):
[media] au0828: disable tuner links and cache tuner/decoder
[media] v4l2-mc: cleanup a warning
[media] au0828: Fix dev_state handling
[media] Revert "[media] sound/usb: Use Media Controller API to share media resources"
[media] Revert "[media] media: au0828 change to use Managed Media Controller API"

Shuah Khan (2):
[media] media: au0828 fix to clear enable/disable/change source handlers
[media] au0828: fix au0828_v4l2_close() dev_state race condition

drivers/media/usb/au0828/au0828-cards.c | 4 -
drivers/media/usb/au0828/au0828-core.c | 52 ++++--
drivers/media/usb/au0828/au0828-input.c | 4 +-
drivers/media/usb/au0828/au0828-video.c | 63 ++++---
drivers/media/usb/au0828/au0828.h | 9 +-
drivers/media/v4l2-core/v4l2-mc.c | 2 +-
sound/usb/Kconfig | 4 -
sound/usb/Makefile | 2 -
sound/usb/card.c | 14 --
sound/usb/card.h | 3 -
sound/usb/media.c | 318 --------------------------------
sound/usb/media.h | 72 --------
sound/usb/mixer.h | 3 -
sound/usb/pcm.c | 28 +--
sound/usb/quirks-table.h | 1 -
sound/usb/stream.c | 2 -
sound/usb/usbaudio.h | 6 -
17 files changed, 79 insertions(+), 508 deletions(-)
delete mode 100644 sound/usb/media.c
delete mode 100644 sound/usb/media.h