linux-sg2042/Documentation/devicetree/bindings/sound
Linus Torvalds a016af2e70 sound updates for 4.5-rc1
We've had quite busy weeks in this cycle.  Looking at ALSA core, the
 significant changes are a few fixes wrt timer and sequencer ioctls
 that have been revealed by fuzzer recently.  Other than that, ASoC
 core got a few updates about DAI link handling, but these are rather
 straightforward refactoring.
 
 In drivers scene, ASoC received quite lots of new drivers in addition
 to bunch of updates for still ongoing Intel Skylake support and
 topology API.  HD-audio gained a new HDMI/DP hotplug notification via
 component.  FireWire got a pile of code refactoring/updates with
 SCS.1x driver integration.
 
 More highlights are shown below.
 
 [NOTE: this contains also many commits for DRM.  This is due to the
  pull of drm stable branch into sound tree, as the base of i915 audio
  component work for HD-audio.  The highlights below don't contain
  these DRM changes, as these are supposed to be pulled via drm tree in
  anyway sooner or later.]
 
 Core
  - Handful fixes to harden ALSA timer and sequencer ioctls against
    races reported by syzkaller fuzzer
  - Irq description string can be unique to each card; only for
    HD-audio for now
 
 ASoC
  - Conversion of the array of DAI links to a list for supporting
    dynamically adding and removing DAI links
  - Topology API enhancements to make everything more component based
    and being able to specify PCM links via topology
  - Some more fixes for the topology code, though it is still not final
    and ready for enabling in production; we really need to get to the
    point where that can be done
  - A pile of changes for Intel SkyLake drivers which hopefully deliver
    some useful initial functionality for systems with this chipset,
    though there is more work still to come
  - Lots of new features and cleanups for the Renesas drivers
  - ANC support for WM5110
  - New drivers: Imagination Technologies IPs, Atmel class D speaker,
    Cirrus CS47L24 and WM1831, Dialog DA7128, Realtek RT5659 and
    RT56156, Rockchip RK3036, TI PC3168A, and AMD ACP
  - Rename PCM1792a driver to be generic pcm179x
 
 HD-Audio
  - Use audio component for i915 HDMI/DP hotplug handling
  - On-demand binding with i915 driver
  - bdl_pos_adj parameter adjustment for Baytrail controllers
  - Enable power_save_node for CX20722; this shouldn't lead to
    regression, hopefully
  - Kabylake HDMI/DP codec support
  - Quirks for Lenovo E50-80, Dell Latitude E-series, and other Dell
    machines
  - A few code refactoring
 
 FireWire
  - Lots of code cleanup and refactoring
  - Integrate the support of SCS.1x devices into snd-oxfw driver;
    snd-scs1x driver is obsoleted
 
 USB-audio
  - Fix possible NULL dereference at disconnection
  - A regression fix for Native Instruments devices
 
 Misc
  - A few code cleanups of fm801 driver
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
 iQIcBAABCAAGBQJWmmhNAAoJEGwxgFQ9KSmk/wsP/3eO+giAT9VRPa6qxR6VdT6I
 dZwTxcp4ZzUrgLxk9k5VYjqey6QL+1xWfl3Abrd+NzXDj1wo4KsDh2XCKG1btO9K
 UpIZf76Nzt7o91pzHbsU6mrjDeoVNqloZoGbg1utAmmegaXH3owd18p/ZHfE3sz2
 BbaHmYW/R8lnaBgBhzqJB97+zRaLJmMWpWHfpHaIPjdfw8/V4j76jtPnpmv2hDZl
 BHXVHcQXjVGunFRzxdzBLuTC+FmhzUeTAbbAdOT4fEoOCv5MtZqYppNxdhj+b9l5
 mrsXe5FBTNmrt9Z5TtfCuzgJPkzoDperFb0aKd7wI1jVMtLzkNCMlanHr9U6B6fr
 jSrs6l25xrpF1BBfRMfHjNudA5vng/XC5dtW00JofXSrIxtwPNUoDDiqJgw7xVm5
 aVWK7KkQIjRbHdCQaeTymv70oHHKei92hbCrXUobXZ7wLeJMXNVPT25ttChWrgAI
 7cu5h+K5PjReI/sJFTMPL4aHZ+jAn9quQl7vK8EXiL9E6G8lLiuBiVW6hjGd9At+
 Z6UyGV+nCM6O3qZcyParMuLkNtWx9uT7Pcn8oTZAdKPngNhsf8+yl9qmsFkNLDC4
 LKPx0+rdCjtMKn2du3krsHhG3EN9pLDrE6g5U3d6Cz83e69Y7fCuSjl31SjD91H0
 bZDcM/ejYSbid3yKN4TL
 =Gvgb
 -----END PGP SIGNATURE-----

Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound updates from Takashi Iwai:
 "We've had quite busy weeks in this cycle.  Looking at ALSA core, the
  significant changes are a few fixes wrt timer and sequencer ioctls
  that have been revealed by fuzzer recently.  Other than that, ASoC
  core got a few updates about DAI link handling, but these are rather
  straightforward refactoring.

  In drivers scene, ASoC received quite lots of new drivers in addition
  to bunch of updates for still ongoing Intel Skylake support and
  topology API.  HD-audio gained a new HDMI/DP hotplug notification via
  component.  FireWire got a pile of code refactoring/updates with
  SCS.1x driver integration.

  More highlights are shown below.

  [ NOTE: this contains also many commits for DRM.  This is due to the
    pull of drm stable branch into sound tree, as the base of i915 audio
    component work for HD-audio.  The highlights below don't contain
    these DRM changes, as these are supposed to be pulled via drm tree
    in anyway sooner or later.  ]

  Core:
   - Handful fixes to harden ALSA timer and sequencer ioctls against
     races reported by syzkaller fuzzer
   - Irq description string can be unique to each card; only for
     HD-audio for now

  ASoC:
   - Conversion of the array of DAI links to a list for supporting
     dynamically adding and removing DAI links
   - Topology API enhancements to make everything more component based
     and being able to specify PCM links via topology
   - Some more fixes for the topology code, though it is still not final
     and ready for enabling in production; we really need to get to the
     point where that can be done
   - A pile of changes for Intel SkyLake drivers which hopefully deliver
     some useful initial functionality for systems with this chipset,
     though there is more work still to come
   - Lots of new features and cleanups for the Renesas drivers
   - ANC support for WM5110
   - New drivers: Imagination Technologies IPs, Atmel class D speaker,
     Cirrus CS47L24 and WM1831, Dialog DA7128, Realtek RT5659 and
     RT56156, Rockchip RK3036, TI PC3168A, and AMD ACP
   - Rename PCM1792a driver to be generic pcm179x

  HD-Audio:
   - Use audio component for i915 HDMI/DP hotplug handling
   - On-demand binding with i915 driver
   - bdl_pos_adj parameter adjustment for Baytrail controllers
   - Enable power_save_node for CX20722; this shouldn't lead to
     regression, hopefully
   - Kabylake HDMI/DP codec support
   - Quirks for Lenovo E50-80, Dell Latitude E-series, and other Dell
     machines
   - A few code refactoring

  FireWire:
   - Lots of code cleanup and refactoring
   - Integrate the support of SCS.1x devices into snd-oxfw driver;
     snd-scs1x driver is obsoleted

  USB-audio:
   - Fix possible NULL dereference at disconnection
   - A regression fix for Native Instruments devices

  Misc:
   - A few code cleanups of fm801 driver"

* tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (722 commits)
  ALSA: timer: Code cleanup
  ALSA: timer: Harden slave timer list handling
  ALSA: hda - Add fixup for Dell Latitidue E6540
  ALSA: timer: Fix race among timer ioctls
  ALSA: hda - add codec support for Kabylake display audio codec
  ALSA: timer: Fix double unlink of active_list
  ALSA: usb-audio: Fix mixer ctl regression of Native Instrument devices
  ALSA: hda - fix the headset mic detection problem for a Dell laptop
  ALSA: hda - Fix white noise on Dell Latitude E5550
  ALSA: hda_intel: add card number to irq description
  ALSA: seq: Fix race at timer setup and close
  ALSA: seq: Fix missing NULL check at remove_events ioctl
  ALSA: usb-audio: Avoid calling usb_autopm_put_interface() at disconnect
  ASoC: hdac_hdmi: remove unused hdac_hdmi_query_pin_connlist
  ASoC: AMD: Add missing include file
  ALSA: hda - Fixup inverted internal mic for Lenovo E50-80
  ALSA: usb: Add native DSD support for Oppo HA-1
  ASoC: Make aux_dev more like a generic component
  ASoC: bcm2835: cleanup includes by ordering them alphabetically
  ASoC: AMD: Manage ACP 2.x SRAM banks power
  ...
2016-01-17 12:05:31 -08:00
..
adi,adau1701.txt ASoC: adau1701: add regulator consumer support 2015-04-27 15:37:32 +01:00
adi,axi-i2s.txt dt: Add bindings documentation for the ADI AXI-I2S controller 2013-12-09 17:57:35 +00:00
adi,axi-spdif-tx.txt ASoC: axi: Fix ADI AXI SPDIF specification 2014-08-16 15:58:43 +01:00
adi,ssm2602.txt ASoC: ssm2602: add device tree bindings 2014-09-30 13:27:27 +01:00
ak4104.txt ASoC: ak4104: Add regulator to documentation 2014-04-23 13:20:07 +01:00
ak4554.txt dt-bindings: ak4554: extension should be .txt 2015-11-10 17:23:40 -06:00
ak4613.txt ASoC: ak4613: tidyup vendor prefix from ak4613 to asahi-kasei 2015-11-20 18:06:44 +00:00
ak4642.txt ASoC: ak4642: enable to use MCKO as fixed rate output pin on DT 2015-09-14 19:41:38 +01:00
ak5386.txt ASoC: ak5386: Add regulators to documentation and fix sparse warning 2014-06-18 18:52:52 +01:00
alc5623.txt ASoC: alc5623: Add device tree binding 2014-05-20 23:12:23 +01:00
alc5632.txt ASoC: dt: Move ALC5632 pin list from Tegra board binding to CODEC binding 2013-08-13 10:56:22 +01:00
armada-370db-audio.txt ASoC: add S/PDIF support to Armada 370 DB ASoC driver 2014-03-18 18:38:05 +00:00
arndale.txt ASoC: Samsung: Add arndale_rt5631 machine driver and binding 2014-11-26 16:44:44 +00:00
atmel-at91sam9g20ek-wm8731-audio.txt ASoC: at91sam9g20ek-wm8731: convert to dt support 2012-11-16 10:27:27 +09:00
atmel-classd.txt ASoC: Atmel: ClassD: add GCK's parent clock in DT binding 2015-12-09 15:30:30 -06:00
atmel-pdmic.txt ASoC: atmel-classd: DT binding for PDMIC driver 2015-12-18 07:02:37 +00:00
atmel-sam9x5-wm8731-audio.txt ASoC: atmel: machine driver for at91sam9x5-wm8731 boards 2013-08-06 18:11:09 +01:00
atmel-wm8904.txt ASoC: atmel: add wm8904 based audio machine driver 2013-07-19 19:05:14 +01:00
atmel_ac97c.txt dt: atmel_ac97c: Add device tree documentation 2015-01-26 16:58:18 +01:00
brcm,bcm2835-i2s.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
bt-sco.txt ASoC: bt-sco: Add devicetree support for bt-sco codec 2015-05-12 19:43:41 +01:00
cdns,xtfpga-i2s.txt ASoC: add xtensa xtfpga I2S interface and platform 2015-01-08 19:52:11 +00:00
cs35l32.txt ASoC: cs35l32: Add bindings for CS35L32 2014-08-16 17:03:22 -05:00
cs42l52.txt ASoC: dt: binding: sound cs42l52 driver 2013-11-28 10:57:01 +00:00
cs42l56.txt ASoC: cs42l56: bindings: sound: Add bindings for CS42L56 CODEC 2014-05-05 18:25:06 -07:00
cs42l73.txt ASoC: cs42l73: Add Device Tree support for CS42L73 2013-10-20 18:15:44 +01:00
cs42xx8.txt ASoC: cs42xx8: Add codec driver support for CS42448/CS42888 2014-03-20 11:49:34 +00:00
cs4265.txt ASoC: cs4265: bindings: sound: Add binding for CS4265 CODEC. 2014-06-24 16:16:10 +01:00
cs4270.txt ASoC: Add reset-gpio DT property to cs4270 driver 2012-08-03 23:03:59 +01:00
cs4271.txt ALSA: ASoC: cs4271: add optional soft reset workaround 2012-12-24 15:53:28 +00:00
cs4349.txt ASoC: cs4349: Add support for Cirrus Logic CS4349 2015-07-16 21:56:02 +01:00
da7213.txt ASoC: da7213: Correct units description of dmic-clkrate 2015-10-08 11:41:42 +01:00
da7218.txt ASoC: da7218: Add bindings documentation for DA7218 audio codec 2015-11-30 12:23:55 +00:00
da7219.txt ASoC: da7219: Add support for 1.6V micbias level 2015-12-23 00:11:57 +00:00
da9055.txt ASoC: da9055: Add DT support for CODEC 2014-02-10 13:44:00 +00:00
davinci-evm-audio.txt ASoC: davinci-evm: Add named clock reference to DT bindings 2014-01-27 18:09:40 +00:00
davinci-mcasp-audio.txt ASoC: davinci-mcasp: Add overrun/underrun event handling 2014-11-12 14:55:00 +00:00
designware-i2s.txt ASoC: dwc: Add documentation for I2S DT 2014-12-30 16:52:28 +00:00
es8328.txt ASoC: add es8328 codec driver 2014-08-16 17:17:13 -05:00
eukrea-tlv320.txt ASoC: eukrea-tlv320: Add indentation for binding doc to increase readability 2014-10-20 12:20:20 +01:00
fsl,asrc.txt ASoC: fsl_asrc: spba clock is needed by asrc device 2015-11-25 12:14:42 +00:00
fsl,esai.txt ASoC: fsl_esai: spba clock is needed by esai device 2015-11-25 12:13:46 +00:00
fsl,spdif.txt ASoC: fsl_spdif: spba clk is needed by spdif device 2015-11-25 12:14:22 +00:00
fsl,ssi.txt ASoC: fsl ssi doc: Remove unused properties 2014-09-30 13:43:03 +01:00
fsl-asoc-card.txt ASoC: fsl-asoc-card: add AC'97 support 2015-10-23 01:40:47 +09:00
fsl-sai.txt ASoC: fsl_sai: Add indentation for binding doc to increase readability 2014-10-20 12:20:20 +01:00
gtm601.txt ASoC: gtm601: Document GTM601 bindings 2015-05-08 12:04:15 +01:00
hdmi.txt ASoC: hdmi-codec: Add devicetree binding with documentation 2013-12-31 13:26:44 +00:00
ics43432.txt ASoC: ics43432: Add codec driver for InvenSense ICS-43432 2015-08-27 17:09:27 +01:00
img,i2s-in.txt ASoC: img: Add binding document for I2S input controller 2015-11-16 10:06:58 +00:00
img,i2s-out.txt ASoC: img: Add binding document for I2S output controller 2015-11-16 10:06:58 +00:00
img,parallel-out.txt ASoC: img: Add binding document for parallel output controller 2015-11-16 10:06:58 +00:00
img,pistachio-internal-dac.txt ASoC: img: Add binding document for Pistachio internal DAC 2015-12-12 22:56:35 +00:00
img,spdif-in.txt ASoC: img: Add binding document for SPDIF input controller 2015-11-16 10:06:58 +00:00
img,spdif-out.txt ASoC: img: Add binding document for SPDIF output controller 2015-11-16 10:06:58 +00:00
imx-audio-es8328.txt ASoC: fsl: add imx-es8328 machine driver 2014-08-16 17:18:07 -05:00
imx-audio-sgtl5000.txt ASoC: imx-sgtl5000: Add indentation for binding doc to increase readability 2014-10-20 12:20:21 +01:00
imx-audio-spdif.txt ASoC: imx-spdif: Add indentation for binding doc to increase readability 2014-10-20 12:20:21 +01:00
imx-audio-wm8962.txt ASoC: imx-wm8962: Add indentation for binding doc to increase readability 2014-10-20 12:20:21 +01:00
imx-audmux.txt ASoC: imx-audmux: Add indentation for binding doc to increase readability 2014-10-20 12:20:21 +01:00
ingenic,jz4740-i2s.txt ASoC: jz4740: Add jz4780 support 2015-03-09 18:10:17 +00:00
inno-rk3036.txt ASoC: rk3036: Add binding doc of inno-rk3036 codec driver 2015-11-23 14:37:08 +00:00
max98090.txt ASoC: max98090: read micbias from device property 2015-06-02 18:11:03 +01:00
max98095.txt ASoC: max98095: Add master clock handling 2014-05-26 16:18:59 +01:00
max98357a.txt ASoC: max98357a: Make 'sdmode-gpios' dts property optional 2015-07-13 19:13:03 +01:00
max98925.txt ASoC: Add max98925 codec driver 2015-03-11 19:16:07 +00:00
mrvl,pxa-ssp.txt ASoC: pxa: pxa-ssp: add DT bindings 2013-08-15 11:29:07 +01:00
mrvl,pxa2xx-pcm.txt ASoC: pxa: add DT bindings for pxa2xx-pcm 2013-08-15 11:29:07 +01:00
mt8173-max98090.txt ASoC: mediatek: Use platform_of_node for machine drivers 2015-07-09 09:30:12 +01:00
mt8173-rt5650-rt5676.txt ASoC: mediatek: Use platform_of_node for machine drivers 2015-07-09 09:30:12 +01:00
mtk-afe-pcm.txt ASoC: mediatek: Add AFE platform driver 2015-06-16 12:51:21 +01:00
mvebu-audio.txt ASoC: kirkwood: enable Kirkwood driver for mvebu platforms 2014-02-11 12:37:52 +00:00
mxs-audio-sgtl5000.txt ASoC: mxs: add device tree support for mxs-sgtl5000 2012-05-12 11:04:59 +01:00
mxs-saif.txt ASoC: mxs: move to use generic DMA helper 2013-05-13 09:55:28 +04:00
nau8825.txt ASoC: nau8825: Add driver for headset chip Nuvoton 8825 2015-10-07 11:36:38 +01:00
nokia,rx51.txt ASoC: omap: rx51: Add DT support 2014-05-01 10:57:34 -07:00
nvidia,tegra-audio-alc5632.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra-audio-max98090.txt ASoC: tegra: Add sink for the internal mic to tegra_max98090 2015-03-02 17:26:28 +00:00
nvidia,tegra-audio-rt5640.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra-audio-rt5677.txt ASoC: tegra: Add platform driver for rt5677 audio codec 2015-01-07 18:54:23 +00:00
nvidia,tegra-audio-trimslice.txt ARM: tegra: add clocks property to sound nodes 2013-04-04 17:17:42 -06:00
nvidia,tegra-audio-wm8753.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra-audio-wm8903.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra-audio-wm9712.txt ARM: tegra: add missing clock documentation to DT bindings 2013-12-11 16:41:55 -07:00
nvidia,tegra20-ac97.txt ARM: tegra: document use of standard DMA DT bindings 2013-12-11 16:42:23 -07:00
nvidia,tegra20-das.txt dt: name all Tegra binding docs consistently 2012-06-11 11:48:42 -06:00
nvidia,tegra20-i2s.txt ARM: tegra: document use of standard DMA DT bindings 2013-12-11 16:42:23 -07:00
nvidia,tegra30-ahub.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nvidia,tegra30-hda.txt ALSA: hda/tegra: Order clock and reset names consistently 2015-07-16 09:42:05 +02:00
nvidia,tegra30-i2s.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
omap-abe-twl6040.txt ASoC: omap-abe-twl6040: Use "ti,jack-detection" DT property as boolean 2012-11-28 19:13:18 +00:00
omap-dmic.txt ASoC: omap-dmic: Add device tree bindings 2012-05-22 17:33:19 +01:00
omap-mcbsp.txt ASoC: omap-mcbsp: Device tree binding documentation update 2012-08-22 20:18:00 +01:00
omap-mcpdm.txt ASoC: omap-mcpdm: Add device tree bindings 2012-05-22 17:33:19 +01:00
omap-twl4030.txt Documentation: omap-twl4030: Move ti,codec property to optional 2015-03-16 19:24:52 -07:00
pcm179x.txt ASoC: pcm1792a: Rename pcm1792a to pcm179x 2016-01-10 12:01:12 +00:00
pcm512x.txt ASoC: pcm512x: Support mastering BCLK/LRCLK using the PLL 2015-01-28 19:28:53 +00:00
qcom,apq8016-sbc.txt ASoC: qcom: document apq8016 sbc machine driver bindings 2015-06-10 18:29:33 +01:00
qcom,lpass-cpu.txt ASoC: qcom: Document apq8016 bindings. 2015-05-22 13:33:15 +01:00
renesas,fsi.txt ASoC: sh: fsi: Document SoC-specific bindings 2014-11-12 22:31:11 +00:00
renesas,rsnd.txt ASoC: rsnd: add Multi channel support 2015-12-22 23:58:28 +00:00
renesas,rsrc-card.txt ASoC: rsrc-card: Clarify compatible value 2015-11-16 10:09:29 +00:00
rockchip-i2s.txt ASoC: rockchip: add playback property 2015-11-16 17:38:05 +00:00
rockchip-max98090.txt ASoC: rockchip: Add machine driver for max98090 codec 2015-07-20 18:15:07 +01:00
rockchip-rt5645.txt ASoC: rockchip: Add machine driver for rt5645/rt5650 codec 2015-07-20 18:15:07 +01:00
rockchip-spdif.txt ASoC: rockchip: Drop unneeded properties rockchip i2s/spdif bindings 2015-10-21 13:28:44 +01:00
rt5616.txt ASoC: rt5616: add devicetree document for rt5616 2015-12-22 23:52:51 +00:00
rt5631.txt ASoC: rt5631: Add device tree binding documentation 2014-11-13 18:07:52 +00:00
rt5640.txt ASoC: rt5640: Fill up the IN3's support 2015-10-22 13:33:00 +01:00
rt5645.txt ASoC: rt5645: add device tree support 2015-06-10 18:31:06 +01:00
rt5651.txt ASoC: rt5651: add ACPI and OF support 2015-12-23 12:21:14 +00:00
rt5659.txt ASoC: rt5659: add rt5659 codec driver 2015-11-18 12:55:25 +00:00
rt5677.txt ASoC: rt5677: use 'active low' logic for reset pin 2015-11-16 10:14:32 +00:00
samsung,odroidx2-max98090.txt ASoC: samsung: Document Odroid X2/U3 audio subsystem bindings 2014-07-09 10:34:13 +02:00
samsung,smdk-wm8994.txt ASoC: SMDK: WM8994: Add device tree support for machine file 2013-01-29 15:36:28 +08:00
samsung-i2s.txt ASoC: samsung: i2s: Add clk provider DT binding documentation 2015-01-14 19:46:54 +00:00
sgtl5000.txt Merge branch 'fix/sgtl5000' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-sgtl5000 2014-10-20 12:36:02 +01:00
simple-card.txt ASoC: simple card: Add mclk-fs property in dai-link 2015-06-12 12:35:54 +01:00
sirf-audio-codec.txt ASoC: sirf: Add SiRF internal audio codec driver 2014-03-06 15:59:19 +08:00
sirf-audio-port.txt ASoC: sirf: Add SiRF audio port driver is used by SiRF internal audio codec 2014-03-06 17:20:08 +08:00
sirf-audio.txt ASoC: sirf: Add SiRF audio card 2014-03-06 17:21:56 +08:00
sirf-usp.txt ASoC: sirf: Add device tree binding for the USP audio device 2014-07-03 17:11:41 +01:00
snow.txt ASoC: samsung: Make card name for Snow configurable 2014-07-04 20:31:45 +01:00
soc-ac97link.txt ASoC: core: Generic ac97 link reset functions 2013-08-20 11:02:00 +01:00
spdif-receiver.txt ASoC: spdif_receiver: Add DT support. 2013-05-12 20:51:06 +04:00
spdif-transmitter.txt ASoC: spdif_transmitter: Add DT support. 2013-05-12 20:51:06 +04:00
ssm2518.txt ASoC: Add ssm2518 support 2013-05-25 10:33:30 -04:00
ssm4567.txt ASoC: ssm4567: Add driver for Analog Devices SSM4567 amplifier 2014-09-27 11:12:42 +01:00
st,sta32x.txt ASoC: sta32x: add device tree binding. 2015-01-27 17:13:25 +00:00
st,sta350.txt Documentation: treewide: fix typos and grammar 2014-08-26 09:35:51 +02:00
st,sti-asoc-card.txt ASoC: sti: add binding for ASoC driver 2015-07-10 18:36:26 +01:00
storm.txt ASoC: qcom: Document Storm bindings 2015-03-16 11:24:47 +00:00
sun4i-codec.txt ASoC: sun4i-codec: Add support for PA gpio pin 2015-12-12 23:03:47 +00:00
tas571x.txt ASoC: tas571x: Add DT binding document 2015-05-04 12:46:24 +01:00
tas2552.txt ASoC: tas2552: Update DT binding document regarding clock configuration 2015-06-08 18:56:16 +01:00
tdm-slot.txt ASoC: simple-card: Add tdm slot mask support to simple-card 2015-09-16 18:00:30 +01:00
ti,pcm1681.txt ASoC: Add PCM1681 codec driver. 2013-08-01 10:40:02 +01:00
ti,pcm3168a.txt ASoC: pcm3168a: Add binding document for pcm3168a codec 2015-12-12 22:39:59 +00:00
ti,tas5086.txt ASoC: tas5086: add regulator consumer support 2014-07-03 16:09:42 +01:00
tlv320aic3x.txt ASoC: tlv320aic3x: Add support for tlv320aic3104 2015-02-03 12:14:57 +00:00
tlv320aic31xx.txt ASoC: tlv320aic31xx: document that the regulators are mandatory 2014-04-18 15:07:09 +01:00
tlv320aic32x4.txt ASoC: tlv320aic32x4: Support for regulators 2014-02-23 12:59:31 +09:00
tpa6130a2.txt ASoC: tpa6130a2: Add device tree support 2013-10-23 16:46:39 +01:00
ts3a227e.txt ASoC: ts3a227e: Add dts property that allows to specify micbias voltage 2015-01-27 18:32:14 +00:00
ux500-mop500.txt Documentation: Define the MOP500 Audio Machine Driver Device Tree bindings 2012-09-20 09:10:59 +02:00
ux500-msp.txt Documentation: Define the MSP Driver Device Tree bindings 2012-09-20 09:10:59 +02:00
widgets.txt ASoC: binding: add widgets.txt 2014-02-10 13:33:23 +00:00
wlf,wm8974.txt ASoC: wm8974: add binding for WM8974 codec 2015-12-18 08:26:11 +00:00
wm8510.txt ASoC: Add device tree binding for WM8510 2011-08-14 13:41:24 +09:00
wm8523.txt ASoC: Add device tree binding for WM8523 2011-08-14 13:41:28 +09:00
wm8580.txt ASoC: Add device tree support for WM8580 2011-08-14 13:41:38 +09:00
wm8711.txt ASoC: Add device tree binding for WM8711 2011-08-14 13:41:52 +09:00
wm8728.txt ASoC: Add device tree binding for WM8728 2011-08-14 13:42:09 +09:00
wm8731.txt ASoC: atmel: machine driver for at91sam9x5-wm8731 boards 2013-08-06 18:11:09 +01:00
wm8737.txt ASoC: Add device tree binding for WM8737 2011-08-14 13:42:43 +09:00
wm8741.txt ASoC: wm8741: Add differential mono mode support 2015-05-13 15:51:36 +01:00
wm8750.txt ASoC: Add device tree binding for WM8750 2011-08-14 13:42:51 +09:00
wm8753.txt ASoC: wm8753: Fix typo in DT binding example 2013-08-13 11:29:03 +01:00
wm8770.txt ASoC: Add device tree binding for WM8770 2011-08-31 09:52:43 +01:00
wm8776.txt ASoC: Add device tree binding for WM8776 2011-08-31 09:52:50 +01:00
wm8804.txt ASoC: wm8804: Update binding documentation to include reset GPIO 2015-04-07 12:36:19 +01:00
wm8903.txt ASoC: dt: Move WM8903 pin list from Tegra board binding to CODEC binding 2013-08-08 10:32:10 +01:00
wm8904.txt ASoC: wm8904: add new compatible string 2015-01-28 19:30:15 +00:00
wm8960.txt ASoC: wm8960: Add device tree support 2014-11-21 18:19:35 +00:00
wm8962.txt ASoC: wm8962: Add device tree binding 2013-06-07 10:35:17 +01:00
wm8994.txt Documentation: dt-bindings: Fix interrupt documentation file path 2015-12-09 15:29:01 -06:00
zte,zx-i2s.txt dt: Add documentation for the ZTE I2S controller 2015-06-04 13:05:07 +01:00
zte,zx-spdif.txt dt: Add documentation for the ZTE SPDIF controller 2015-06-04 13:05:07 +01:00