All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ALSA: hdac: stream fixes
@ 2015-08-04  3:58 Vinod Koul
  2015-08-04  3:58 ` [PATCH 1/3] ALSA: HDA: Fix stream assignment for host in decoupled mode Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vinod Koul @ 2015-08-04  3:58 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

Hi Takashi,

I had few off fixes on hdac piled up so time to send them out.

First one is a fix for stream assignment for decoupled mode used in SKL
driver. Second one is static checker fix reported by Dan Carpenter
Last is a potential issue which our team reported so a WA for that. The
command DMAs do not finish instantaneously, so we should per spec wait till
DMA finishes

Jeeja KP (2):
  ALSA: HDA: Fix stream assignment for host in decoupled mode
  ALSA: HDA: Dont check return for snd_hdac_chip_readl

Vinod Koul (1):
  ALSA: HDA: wait for RIRB, CORB DMA to finish

 sound/hda/ext/hdac_ext_controller.c |  6 ------
 sound/hda/ext/hdac_ext_stream.c     |  2 +-
 sound/hda/hdac_controller.c         | 14 ++++++++++++++
 3 files changed, 15 insertions(+), 7 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-08-04  9:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  3:58 [PATCH 0/3] ALSA: hdac: stream fixes Vinod Koul
2015-08-04  3:58 ` [PATCH 1/3] ALSA: HDA: Fix stream assignment for host in decoupled mode Vinod Koul
2015-08-04  5:12   ` Takashi Iwai
2015-08-04  3:58 ` [PATCH 2/3] ALSA: HDA: Dont check return for snd_hdac_chip_readl Vinod Koul
2015-08-04  5:12   ` Takashi Iwai
2015-08-04  3:58 ` [PATCH 3/3] ALSA: HDA: wait for RIRB, CORB DMA to finish Vinod Koul
2015-08-04  5:13   ` Takashi Iwai
2015-08-04  9:10     ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.