summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'asoc/topic/qcom', 'asoc/topic/rockchip' and '...Mark Brown2016-09-297-7/+455
|\ \ \
| | | * ASoC: rt5616: remove usage of obsoleted TLV-related macroTakashi Sakamoto2016-09-281-3/+2
| | | * ASoC: rt5616: add static qualifier for file local symbolsTakashi Sakamoto2016-09-271-2/+2
| | * | ASoC: rk3399_gru_sound: fix recording pop at first attemptWonjoon Lee2016-09-241-0/+14
| | * | ASoC: rockchip: Support headset button function on rk3399Cheng-Yi Chiang2016-09-161-0/+9
| | * | ASoC: rockchip: spdif: restore register during runtime_suspend/resume cycleSugar Zhang2016-09-121-1/+11
| | * | ASoC: rockchip: i2s: restore register during runtime_suspend/resume cycleSugar Zhang2016-09-121-1/+9
| | * | ASoC: rockchip: use SPI dependency for rt5514Arnd Bergmann2016-09-011-1/+1
| | * | ASoC: rockchip: Add support rt5514 dsp summy dailinkXing Zheng2016-08-192-1/+39
| | * | ASoC: rockchip: Add machine driver for RK3399 GRU BoardsXing Zheng2016-08-083-0/+350
| | |/
| * | ASoC: qcom: apq8016-sbc: add support to routing via DTSrinivas Kandagatla2016-09-061-0/+9
| * | ASoC: qcom: apq8016-sbc: add board specific dapm mic widgetsSrinivas Kandagatla2016-09-061-0/+11
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. | | Merge remote-tracking branches 'asoc/topic/nau8810', 'asoc/topic/of-bool', 'a...Mark Brown2016-09-2913-29/+1194
|\ \ \ \| |
| | | | * | ASoC: lpass-platform: don't use snd_soc_pcm_set_drvdata()Kuninori Morimoto2016-08-092-7/+9
| | | | |/
| | | * | ASoC: davinci-mcasp: off-by-one in davinci_mcasp_hw_rule_format()Peter Ujfalusi2016-09-011-1/+1
| | | * | ASoC: omap-pcm: off-by-one in 'omap_pcm_limit_supported_formats'Christophe JAILLET2016-09-011-1/+1
| | | * | ASoC: omap-abe-twl6040: Use devm_snd_soc_register_card()Wei Yongjun2016-08-241-12/+2
| | | * | Merge branch 'fix/omap' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2016-08-242-48/+35
| | | |\ \
| | | * | | ASoC: omap-mcbsp: Enable TX/RX under and overflow interruptsPeter Ujfalusi2016-08-121-1/+2
| | | | |/ | | | |/|
| | * / | ASoC: use of_property_read_boolJulia Lawall2016-08-083-7/+7
| | |/ /
| * | | ASoC: nau8810: Fix memory leak in nau8810_eq_put error pathAxel Lin2016-09-011-0/+1
| * | | ASoC: nau8810: fix compile warning in loopback switch controlJohn Hsu2016-08-231-3/+2
| * | | ASoC: nau8810: Add driver for Nuvoton codec chip NAU88C10John Hsu2016-08-224-0/+1172
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', '...Mark Brown2016-09-294-9/+8
|\ \ \ \ \ \
| | | | * | | ASoC: mediatek: mark symbols static where possibleBaoyou Xie2016-08-111-2/+3
| | | | |/ /
| | | * / / ASoC: max98926: add missing \n to end of dev_err/dev_dbg messagesColin Ian King2016-09-241-3/+3
| | | |/ /
| | * / / ASoC: max9867: remove usage of obsoleted TLV-related macroTakashi Sakamoto2016-09-281-3/+2
| | |/ /
| * / / ASoC: max98371: Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-161-1/+0
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topi...Mark Brown2016-09-2912-24/+20
|\ \ \ \ \ \
| | | | * | | ASoC: hdac_hdmi: fix spelling mistake "montior" -> "monitor"Colin Ian King2016-09-011-1/+1
| | | * | | | ASoC: constify gpio_chip structuresJulia Lawall2016-09-125-5/+5
| | * | | | | ASoC: fsl: Fix lockups with recent cache changesMark Brown2016-09-291-0/+3
| | * | | | | ASoC: fsl_ssi: Remove .num_reg_defaults_raw from regmap_configMarek Vasut2016-09-201-3/+0
| | * | | | | ASoC: fsl_ssi: use flat regmap cacheMarek Vasut2016-09-201-1/+1
| | * | | | | ASoC: fsl_spdif: use flat regmap cacheMarek Vasut2016-09-201-1/+1
| | * | | | | ASoC: fsl_esai: use flat regmap cacheMarek Vasut2016-09-201-1/+1
| | * | | | | ASoC: fsl_asrc: use flat regmap cacheMarek Vasut2016-09-201-1/+1
| | * | | | | ASoC: fsl_esai: fix spelling mistake "Transmition" -> "Transmission"Colin Ian King2016-09-031-3/+3
| | * | | | | ASoC: fsl_asrc: Use np variableFabio Estevam2016-08-191-1/+1
| | * | | | | ASoC: fsl_asrc: Remove unneeded driver registration messageFabio Estevam2016-08-191-2/+0
| | * | | | | ASoC: fsl_asrc: Propagate the real error codeFabio Estevam2016-08-191-3/+3
| | * | | | | ASoC: fsl_sai: Use 'np' variableFabio Estevam2016-08-171-3/+3
| | | |_|/ / | | |/| | |
| * / | | | ASoC: dwc: Drop DMA channel names assignmentSylwester Nawrocki2016-08-081-2/+0
| |/ / / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/da7219' and '...Mark Brown2016-09-297-53/+199
|\ \ \ \ \ \ \
| | | * | | | | ASoC: dpcm: print dai_link name of BE other than FE.彭东林2016-09-261-5/+5
| | | * | | | | ASoC: dpcm: Don't apply symmetry for BE with hw param fixupJeeja KP2016-09-141-0/+3
| | | |/ / / /
| | * | | | | ASoC: da7219: fix inappropriate condition statementTakashi Sakamoto2016-09-271-1/+1
| | * | | | | ASoC: da7219: Disable AAD if codec is not a wake-up sourceAdam Thomson2016-09-264-13/+79
| | * | | | | ASoC: da7219: Reset codec gracefully, if still activeAdam Thomson2016-09-262-3/+32
| | * | | | | Merge branch 'fix/da7219' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2016-09-261-0/+8
| | |\ \ \ \ \