mbox series

[0/2] media: ALSA memalloc cleanups

Message ID 20191108163649.32590-1-tiwai@suse.de (mailing list archive)
Headers show
Series media: ALSA memalloc cleanups | expand

Message

Takashi Iwai Nov. 8, 2019, 4:36 p.m. UTC
Hi,

this is a couple of cleanups for media subsystem wrt ALSA memory
allocation API usages.  It's based on the recent API changes that are
found in for-next of my sound git tree for 5.5 kernel, hence these
patches need to be applied on top of it.

So, just give me ACK if they are OK, so that I can apply them.


thanks,

Takashi

===

Takashi Iwai (2):
  media: solo6x10: Remove superfluous snd_dma_continuous_data()
  media: tw686x: audio: Avoid non-standard macro usage

 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
 drivers/media/pci/tw686x/tw686x-audio.c    | 2 +-
 drivers/media/usb/usbtv/usbtv-audio.c      | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

Comments

Hans Verkuil Nov. 10, 2019, 10:05 a.m. UTC | #1
On 11/8/19 5:36 PM, Takashi Iwai wrote:
> Hi,
> 
> this is a couple of cleanups for media subsystem wrt ALSA memory
> allocation API usages.  It's based on the recent API changes that are
> found in for-next of my sound git tree for 5.5 kernel, hence these
> patches need to be applied on top of it.
> 
> So, just give me ACK if they are OK, so that I can apply them.

I Acked them. Mauro is very busy so you'll have to do with my Ack,
and anyway I maintain those drivers.

Regards,

	Hans

> 
> 
> thanks,
> 
> Takashi
> 
> ===
> 
> Takashi Iwai (2):
>   media: solo6x10: Remove superfluous snd_dma_continuous_data()
>   media: tw686x: audio: Avoid non-standard macro usage
> 
>  drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
>  drivers/media/pci/tw686x/tw686x-audio.c    | 2 +-
>  drivers/media/usb/usbtv/usbtv-audio.c      | 3 +--
>  3 files changed, 3 insertions(+), 4 deletions(-)
>
Takashi Iwai Nov. 11, 2019, 8:14 a.m. UTC | #2
On Sun, 10 Nov 2019 11:05:53 +0100,
Hans Verkuil wrote:
> 
> On 11/8/19 5:36 PM, Takashi Iwai wrote:
> > Hi,
> > 
> > this is a couple of cleanups for media subsystem wrt ALSA memory
> > allocation API usages.  It's based on the recent API changes that are
> > found in for-next of my sound git tree for 5.5 kernel, hence these
> > patches need to be applied on top of it.
> > 
> > So, just give me ACK if they are OK, so that I can apply them.
> 
> I Acked them. Mauro is very busy so you'll have to do with my Ack,
> and anyway I maintain those drivers.

OK, thanks!  I queued these fixed now.


Takashi