lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 03 May 2011 17:31:17 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	greg@...ah.com, linux-kernel@...r.kernel.org
Subject: [PATCH 00/23] Intel SST driver update

This is a forward port of various further Intel work on the SST driver in
staging. This keeps the staging driver up to date while the ALSA driver
development continues.

Alan



---

Andy CH Lin (1):
      intel_sst: intelmid_v2_control: correct jack event type

Chandramouli Narayanan (1):
      intel_sst: fix runtime pm issue

Dharageswari R (1):
      intel_sst: Line out support

Feng Tang (1):
      intel_sst: make sure the sst_drop_stream() get called when needed

Lu Guanqun (9):
      intel_sst: fix output noises when it's not in playback
      sst: internal speaker needs setting a GPIO line
      intel_sst: add Master Volume
      sst: set default output and input device
      sst: return correct output/input device id
      intel_sst: move jack detection related configs to init time
      intel_sst: Enable recording via DMIC
      intel_sst: Enable recording via HS_MIC
      intel_sst: Set de-bounce time

Ramesh Babu K V (1):
      intel_sst: rework jack implementation

Sitanshu Nanavati (1):
      intel_sst: DMIC routing

Vinod Koul (5):
      intel_sst: parameter tuning ioctl
      intel_sst: ignore IRQ when suspended
      intel_sst: fix unload bugs
      intel_sst: MSIC codec power optimisation
      intel_sst: Save audio state across D3 on Medfield

Wu Fengguang (2):
      intel_sst: MRST can only do 16bit recording
      intel_sst: MRST can only do mono recording

xingchao (1):
      intel_sst: Headphone Automute support


 drivers/staging/intel_sst/intel_sst.c              |  129 +++
 drivers/staging/intel_sst/intel_sst.h              |   33 +
 .../staging/intel_sst/intel_sst_app_interface.c    |   37 +
 drivers/staging/intel_sst/intel_sst_common.h       |    9 
 .../staging/intel_sst/intel_sst_drv_interface.c    |   23 -
 drivers/staging/intel_sst/intel_sst_dsp.c          |   14 
 drivers/staging/intel_sst/intel_sst_fw_ipc.h       |    7 
 drivers/staging/intel_sst/intel_sst_ioctl.h        |    8 
 drivers/staging/intel_sst/intel_sst_ipc.c          |   74 ++
 drivers/staging/intel_sst/intel_sst_stream.c       |   15 
 .../staging/intel_sst/intel_sst_stream_encoded.c   |    8 
 drivers/staging/intel_sst/intelmid.c               |  473 +++--------
 drivers/staging/intel_sst/intelmid.h               |   38 +
 drivers/staging/intel_sst/intelmid_adc_control.h   |  193 +++++
 drivers/staging/intel_sst/intelmid_ctrl.c          |  304 +++++++
 drivers/staging/intel_sst/intelmid_msic_control.c  |  833 ++++++++++++++++++--
 drivers/staging/intel_sst/intelmid_pvt.c           |    1 
 drivers/staging/intel_sst/intelmid_snd_control.h   |    9 
 drivers/staging/intel_sst/intelmid_v0_control.c    |  109 ++-
 drivers/staging/intel_sst/intelmid_v1_control.c    |  141 +++
 drivers/staging/intel_sst/intelmid_v2_control.c    |  219 ++++-
 drivers/staging/intel_sst/jack.h                   |   10 
 22 files changed, 2125 insertions(+), 562 deletions(-)
 create mode 100644 drivers/staging/intel_sst/intelmid_adc_control.h
 delete mode 100644 drivers/staging/intel_sst/jack.h

-- 
	"Policy is a poor man's substitute for common sense."
			-- David Woodhouse

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ