Re: [PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-02-01 Thread Mauro Carvalho Chehab
Em Mon, 01 Feb 2016 11:00:47 -0700 Shuah Khan escreveu: > On 02/01/2016 09:33 AM, Takashi Iwai wrote: > > On Thu, 21 Jan 2016 19:09:50 +0100, > > Shuah Khan wrote: > >> > >> Change ALSA driver to use Managed Media Managed Controller > >> API to share tuner with DVB and V4L2 drivers that

Re: [PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-02-01 Thread Shuah Khan
On 02/01/2016 09:33 AM, Takashi Iwai wrote: > On Thu, 21 Jan 2016 19:09:50 +0100, > Shuah Khan wrote: >> >> Change ALSA driver to use Managed Media Managed Controller >> API to share tuner with DVB and V4L2 drivers that control >> AU0828 media device. Media device is created based on a >> newly

Re: [PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-02-01 Thread Takashi Iwai
On Thu, 21 Jan 2016 19:09:50 +0100, Shuah Khan wrote: > > Change ALSA driver to use Managed Media Managed Controller > API to share tuner with DVB and V4L2 drivers that control > AU0828 media device. Media device is created based on a > newly added field value in the struct snd_usb_audio_quirk.

Re: [PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-02-01 Thread Mauro Carvalho Chehab
Em Mon, 01 Feb 2016 11:00:47 -0700 Shuah Khan escreveu: > On 02/01/2016 09:33 AM, Takashi Iwai wrote: > > On Thu, 21 Jan 2016 19:09:50 +0100, > > Shuah Khan wrote: > >> > >> Change ALSA driver to use Managed Media Managed Controller > >> API to share tuner with DVB and

Re: [PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-02-01 Thread Takashi Iwai
On Thu, 21 Jan 2016 19:09:50 +0100, Shuah Khan wrote: > > Change ALSA driver to use Managed Media Managed Controller > API to share tuner with DVB and V4L2 drivers that control > AU0828 media device. Media device is created based on a > newly added field value in the struct snd_usb_audio_quirk.

Re: [PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-02-01 Thread Shuah Khan
On 02/01/2016 09:33 AM, Takashi Iwai wrote: > On Thu, 21 Jan 2016 19:09:50 +0100, > Shuah Khan wrote: >> >> Change ALSA driver to use Managed Media Managed Controller >> API to share tuner with DVB and V4L2 drivers that control >> AU0828 media device. Media device is created based on a >> newly

[PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-01-21 Thread Shuah Khan
Change ALSA driver to use Managed Media Managed Controller API to share tuner with DVB and V4L2 drivers that control AU0828 media device. Media device is created based on a newly added field value in the struct snd_usb_audio_quirk. Using this approach, the media controller API usage can be added

[PATCH REBASE 4.5 26/31] sound/usb: Update ALSA driver to use Managed Media Controller API

2016-01-21 Thread Shuah Khan
Change ALSA driver to use Managed Media Managed Controller API to share tuner with DVB and V4L2 drivers that control AU0828 media device. Media device is created based on a newly added field value in the struct snd_usb_audio_quirk. Using this approach, the media controller API usage can be added