summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: fix tegra buildArnd Bergmann2014-05-271-0/+4
* ALSA: hda - Pop noises fix for XPS13 9333Gabriele Mazzotta2014-05-261-1/+31
* ALSA: hda - add an instance to use snd_hda_pick_pin_fixupHui Wang2014-05-261-2/+45
* ALSA: hda - drop def association and sequence from pinconf comparingHui Wang2014-05-261-1/+2
* ALSA: hda - get subvendor from codec rather than pci_devHui Wang2014-05-261-1/+1
* ALSA: hda - Add a new quirk match based on default pin configurationDavid Henningsson2014-05-262-0/+51
* ALSA: hda - Add fixup_forced flagDavid Henningsson2014-05-262-3/+7
* ALSA: snd-usb: mixer: remove error messages on failed kmalloc()Daniel Mack2014-05-251-12/+3
* ALSA: snd-usb: mixer: coding style fixupsDaniel Mack2014-05-251-154/+246
* ALSA: Remove deprecated snd_card_create()Takashi Iwai2014-05-231-7/+0
* Merge tag 'asoc-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-05-22938-8974/+25080
|\
| *-------. Merge remote-tracking branches 'asoc/topic/ux500', 'asoc/topic/wm8731', 'asoc...Mark Brown2014-05-225-23/+9
| |\ \ \ \ \
| | | | | | * ASoC: wm8985: Use devm_regulator_bulk_get()Fabio Estevam2014-04-301-5/+2
| | | | | * | ASoC: wm8955: Use devm_regulator_bulk_get()Fabio Estevam2014-04-251-7/+2
| | | | | |/
| | | | * / ASoC: wm8804: Use devm_regulator_bulk_get()Fabio Estevam2014-04-251-5/+2
| | | | |/
| | | * / ASoC: wm8731: Use devm_regulator_bulk_get()Fabio Estevam2014-04-251-5/+2
| | | |/
| | * / ASoC: mop500_ab8500: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen2014-05-201-1/+1
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------------. \ Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...Mark Brown2014-05-2241-550/+625
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | ASoC: tlv320dac33: Use devm_regulator_bulk_get()Fabio Estevam2014-04-251-6/+2
| | | | | | | | | |/
| | | | | | | | * | ASoC: sta350: add support for bits in miscellaneous registersDaniel Mack2014-05-054-1/+83
| | | | | | | | * | ASoC: sta350: fix DT bindings documentDaniel Mack2014-05-051-5/+7
| | | | | | | * | | ASoC: sirf: Move the tx rx enable from port to codec, that will not need regi...Rongjun Ying2014-04-144-177/+116
| | | | | | | | |/ | | | | | | | |/|
| | | | | | * | | ASoC: simple-card: Improve coding styleNicolin Chen2014-04-241-12/+11
| | | | | | * | | ASoC: simple-card: Simplify error msg in simple_card_dai_link_of()Nicolin Chen2014-04-241-4/+2
| | | | | | * | | ASoC: simple-card: Drop node->name checkingNicolin Chen2014-04-241-2/+1
| | | | | | * | | ASoC: simple-card: Move dai-link level properties away from dai subnodesJyri Sarha2014-04-232-137/+190
| | | | | | * | | ASoC: core: Update snd_soc_of_parse_daifmt() interfaceJyri Sarha2014-04-233-4/+13
| | | | | | |/ /
| | | | | * / / ASoC: sh: Migo-R sound needs I2CArnd Bergmann2014-05-011-1/+1
| | | | | |/ /
| | | | * / / ASoC: sgtl5000: Use devm_regulator_bulk_get()Fabio Estevam2014-04-241-9/+2
| | | | |/ /
| | | * | | ASoC: samsung: Add devm_clk_get to pcm.cTushar Behera2014-05-221-6/+2
| | | * | | ASoC: samsung: Use devm_snd_soc_register_componentTushar Behera2014-05-227-54/+15
| | | * | | ASoC: samsung: Use devm_snd_soc_register_platformTushar Behera2014-05-2210-32/+6
| | | * | | ASoC: samsung: Use devm_snd_soc_register_cardTushar Behera2014-05-227-97/+21
| | | * | | ASoC: neo1973_wm8753: Automatically disconnected non-connected pinsLars-Peter Clausen2014-05-201-7/+1
| | | * | | ASoC: samsung: Allow setting OP_CLK of the IIS Multi Audio InterfaceSylwester Nawrocki2014-05-202-0/+5
| | | * | | ASoC: samsung: Add missing pm ops for Snow sound card driverTushar Behera2014-05-141-0/+1
| | | * | | ASoC: samsung: TLV320AIC23 and Simtec Hermes audio need I2CArnd Bergmann2014-05-011-2/+2
| | | * | | ASoC: samsung: UDA1380 needs I2CArnd Bergmann2014-05-011-2/+2
| | | * | | ASoC: samsung-idma: avoid 64-bit divisionArnd Bergmann2014-04-301-1/+1
| | | * | | ASoC: samsung: SMDK_WM8580_PCM needs REGMAP_I2CArnd Bergmann2014-04-301-0/+2
| | | * | | ASoC: samsung: Add sound card driver for Snow boardTushar Behera2014-04-294-0/+151
| | | * | | ASoC: samsung: Don't clear clock setting during i2s_startupTushar Behera2014-04-231-3/+1
| | | |/ /
| | * | | ASoC: rt5651: Do not use rtd->codecLars-Peter Clausen2014-05-191-2/+1
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------. \ \ \ Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown2014-05-2260-812/+10018
| |\ \ \ \ \ \ \ \ \
| | | | | | | * | | | ASoC: rt5645: Fix updating wrong register for T5645_AIF2 caseAxel Lin2014-05-191-2/+2
| | | | | | | * | | | ASoC: rt5645: fix coccinelle warningsOder Chiou2014-05-081-4/+4
| | | | | | | * | | | ASoC: rt5645: Correct the cache sync functionOder Chiou2014-05-081-1/+1
| | | | | | | * | | | ASoC: rt5645: Move settings from probe() to reg_default structOder Chiou2014-05-081-4/+4
| | | | | | | * | | | ASoC: rt5645: Staticise non-exported symbolsOder Chiou2014-05-081-3/+3
| | | | | | | * | | | ASoC: rt5645: Remove the unused variableOder Chiou2014-05-081-1/+0