All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ALSA: hdac: add codec driver support
@ 2015-08-21 10:17 Vinod Koul
  2015-08-21 10:17 ` [PATCH 1/4] ALSA: hdac: Add API for removing hdac extended device Vinod Koul
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Vinod Koul @ 2015-08-21 10:17 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

This patch adds the core framework support for adding hdac extended devices
and drivers. We introduce a minimal hdac extended device and driver and APIs
for registration
This series also ads extended device cleanup API and refresh sysfs tree API

Vinod Koul (4):
  ALSA: hdac: Add API for removing hdac extended device
  ALSA: hdac: add hdac extended device
  ALSA: hdac: add extended device driver registration
  ALSA: hdac: add snd_hdac_refresh_widget_sysfs()

 include/sound/hdaudio.h      |  1 +
 include/sound/hdaudio_ext.h  | 60 +++++++++++++++++++++++++++
 sound/hda/ext/hdac_ext_bus.c | 98 ++++++++++++++++++++++++++++++++++++++++++--
 sound/hda/hdac_device.c      | 28 +++++++++++++
 4 files changed, 183 insertions(+), 4 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-08-21 10:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 10:17 [PATCH 0/4] ALSA: hdac: add codec driver support Vinod Koul
2015-08-21 10:17 ` [PATCH 1/4] ALSA: hdac: Add API for removing hdac extended device Vinod Koul
2015-08-21 10:17 ` [PATCH 2/4] ALSA: hdac: add " Vinod Koul
2015-08-21 10:17 ` [PATCH 3/4] ALSA: hdac: add extended device driver registration Vinod Koul
2015-08-21 10:17 ` [PATCH 4/4] ALSA: hdac: add snd_hdac_refresh_widget_sysfs() Vinod Koul
2015-08-21 10:37 ` [PATCH 0/4] ALSA: hdac: add codec driver support Takashi Iwai
2015-08-21 10:50   ` 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.