public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: Shuah Khan <shuahkh@osg.samsung.com>
To: mchehab@osg.samsung.com, hans.verkuil@cisco.com,
	laurent.pinchart@ideasonboard.com, tiwai@suse.de, perex@perex.cz,
	agoode@google.com, pierre-louis.bossart@linux.intel.com,
	gtmkramer@xs4all.nl, clemens@ladisch.de, vladcatoi@gmail.com,
	damien@zamaudio.com, chris.j.arges@canonical.com,
	takamichiho@gmail.com, misterpib@gmail.com, daniel@zonque.org,
	pmatilai@laiskiainen.org, jussi@sonarnerd.net,
	normalperson@yhbt.net, fisch602@gmail.com, joe@oampo.co.uk
Cc: linux-media@vger.kernel.org, alsa-devel@alsa-project.org,
	Shuah Khan <shuahkh@osg.samsung.com>
Subject: Re: [PATCH 0/2] Update ALSA driver to use media controller API
Date: Fri, 22 May 2015 14:34:21 -0600	[thread overview]
Message-ID: <555F92CD.1010504@osg.samsung.com> (raw)
In-Reply-To: <cover.1431110739.git.shuahkh@osg.samsung.com>

On 05/08/2015 01:31 PM, Shuah Khan wrote:
> This patch series updates ALSA driver to use media controller
> API to share tuner with DVB and V4L2 drivers that control AU0828
> media device. Two new interfaces are added to media controller
> API to enable creating media device as a device resource. This
> allows creating media device as a device resource on the main
> struct device that is common to all drivers that control a single
> media hardware and share resources on it. Drivers then can find
> the common media device to register entities and manage links,
> and pipelines.
> 
> Tested with and without CONFIG_MEDIA_CONTROLLER enabled.
> Tested tuner entity doesn't exist case as au0828 v4l2
> driver is the one that will create the tuner when it gets
> updated to use media controller API.
> 
> Please note that au0828 updates media controller are necessary
> before the resource sharing can work across ALSA and au0828
> dvb and v4l2 drivers. This work is in progress and another
> developer is working on it.
> 
> Shuah Khan (2):
>   media: new media controller API for device resource support
>   sound/usb: Update ALSA driver to use media controller API
> 
>  drivers/media/media-device.c | 33 +++++++++++++++++++++++++
>  include/media/media-device.h |  2 ++
>  sound/usb/card.c             |  5 ++++
>  sound/usb/card.h             | 12 +++++++++
>  sound/usb/pcm.c              | 23 +++++++++++++++++-
>  sound/usb/quirks-table.h     |  1 +
>  sound/usb/quirks.c           | 58 +++++++++++++++++++++++++++++++++++++++++++-
>  sound/usb/quirks.h           |  6 +++++
>  sound/usb/stream.c           | 40 ++++++++++++++++++++++++++++++
>  sound/usb/usbaudio.h         |  1 +
>  10 files changed, 179 insertions(+), 2 deletions(-)
> 

Hi Mauro, Hans, Pinchart, and Takashi,

Any feedback on this series?

thanks,
-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978

      parent reply	other threads:[~2015-05-22 20:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08 19:31 [PATCH 0/2] Update ALSA driver to use media controller API Shuah Khan
2015-05-08 19:31 ` [PATCH 1/2] media: new media controller API for device resource support Shuah Khan
2015-05-29 10:34   ` Hans Verkuil
2015-05-08 19:31 ` [PATCH 2/2] sound/usb: Update ALSA driver to use media controller API Shuah Khan
2015-05-09  4:51   ` Eric Wong
2015-05-11 16:09     ` Shuah Khan
2015-05-27 15:24   ` Takashi Iwai
2015-06-01 15:51     ` Shuah Khan
2015-05-29 10:43   ` Hans Verkuil
2015-05-22 20:34 ` Shuah Khan [this message]

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=555F92CD.1010504@osg.samsung.com \
    --to=shuahkh@osg.samsung.com \
    --cc=agoode@google.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=chris.j.arges@canonical.com \
    --cc=clemens@ladisch.de \
    --cc=damien@zamaudio.com \
    --cc=daniel@zonque.org \
    --cc=fisch602@gmail.com \
    --cc=gtmkramer@xs4all.nl \
    --cc=hans.verkuil@cisco.com \
    --cc=joe@oampo.co.uk \
    --cc=jussi@sonarnerd.net \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    --cc=misterpib@gmail.com \
    --cc=normalperson@yhbt.net \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=pmatilai@laiskiainen.org \
    --cc=takamichiho@gmail.com \
    --cc=tiwai@suse.de \
    --cc=vladcatoi@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox