summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt5670: remove unused mux/mixer defineBard liao2019-01-071-54/+0
* ASoC: rt5645: remove unused mux defineBard liao2019-01-071-36/+0
* ASoC: codecs: fix kernel doc descriptionsPierre-Louis Bossart2019-01-073-4/+6
* ASoC: es8316: remove unused constant variablesPierre-Louis Bossart2019-01-071-4/+0
* ASoC: max98090: remove unused constant variablesPierre-Louis Bossart2019-01-071-15/+0
* ASoC: dmic: declare trigger function as staticPierre-Louis Bossart2019-01-071-2/+2
* ASoC: ak4458: Add support for AK4497Daniel Baluta2019-01-071-3/+76
* Merge branch 'asoc-4.22' into asoc-5.0Mark Brown2019-01-0747-1583/+3065
|\
| * ASoC: ti: davinci-mcasp: Add support for GPIO mode of the pinsPeter Ujfalusi2019-01-041-3/+156
| * Merge branch 'asoc-4.21' into HEADMark Brown2019-01-042-73/+68
| |\
| | * ASoC: ti: davinci-mcasp: Move context save/restore to runtime_pm callbacksPeter Ujfalusi2019-01-041-72/+64
| | * ASoC: Variable "val" in function rt274_i2c_probe() could be uninitializedYizhuo2019-01-041-1/+4
| * | ASoC: ti: davinci-mcasp: No need for IS_MODULE/BUILTIN check for pcm driverPeter Ujfalusi2019-01-041-16/+0
| * | ASoC: Intel: bytcr_rt5640: Add quirks for ASUS MeMO Pad 7 (ME176C)Stephan Gerhold2019-01-041-0/+12
| * | ASoC: Intel: sst: Fallback to BYT-CR if IRQ 5 is missingStephan Gerhold2019-01-041-2/+14
| * | ASoC: Intel: sst: Simplify is_byt_cr()Stephan Gerhold2019-01-041-19/+14
| * | ASoC: Intel: Add ACPI match table entry for ES8316 codec on BYTCR platformHans de Goede2019-01-041-0/+9
| * | ASoC: Intel: bytcht_es8316: Set card long_name based on quirksHans de Goede2019-01-041-4/+15
| * | ASoC: Intel: bytcht_es8316: Add input-map supportHans de Goede2019-01-041-17/+41
| * | ASoC: Intel: bytcht_es8316: Add external speaker mux supportHans de Goede2019-01-041-0/+98
| * | ASoC: Intel: bytcht_es8316: Add jack-detect supportHans de Goede2019-01-041-2/+65
| * | ASoC: Intel: bytcht_es8316: Add support for SSP0 (BYTCR)Hans de Goede2019-01-041-4/+72
| * | ASoC: Intel: bytcht_es8316: Minor refactoringHans de Goede2019-01-041-13/+13
| * | ASoC: Intel: bytcht_es8316: Sort includes alphabeticallyHans de Goede2019-01-041-2/+2
| * | ASoC: es8316: Add DAC mono mix switch mixer controlHans de Goede2019-01-041-0/+1
| * | ASoC: es8316: Add jack-detect supportHans de Goede2019-01-042-4/+198
| * | ASoC: rockchip: fix platform_no_drv_owner.cocci warningsYueHaibing2019-01-031-1/+0
| * | ASoC: xlnx: fix error handling in xlnx_formatter_pcm_probeGustavo A. R. Silva2019-01-031-2/+2
| * | ASoC: rockchip: add workaround for silence of rk3288 ACODECKatsuhiro Suzuki2019-01-031-1/+4
| * | ASoC: rockchip: support ACODEC for rk3328Katsuhiro Suzuki2019-01-034-0/+734
| * | ASoC: simple-card: reduce naming prefixKuninori Morimoto2019-01-031-78/+79
| * | ASoC: simple-card: cleanup DAI link loop method - step2Kuninori Morimoto2019-01-031-93/+81
| * | ASoC: simple-card: cleanup DAI link loop method - step1Kuninori Morimoto2019-01-031-73/+137
| * | ASoC: simple-card: add link_infoKuninori Morimoto2019-01-031-44/+50
| * | ASoC: simple-card: add 1 CPU : 1 Codec support againKuninori Morimoto2019-01-031-4/+28
| * | ASoC: simple-card: add asoc_simple_card_get_conversion()Kuninori Morimoto2019-01-031-3/+16
| * | ASoC: audio-graph-card: reduce naming prefixKuninori Morimoto2019-01-031-82/+82
| * | ASoC: audio-graph-card: cleanup DAI link loop method - step2Kuninori Morimoto2019-01-031-91/+77
| * | ASoC: audio-graph-card: cleanup DAI link loop method - step1Kuninori Morimoto2019-01-031-43/+91
| * | ASoC: audio-graph-card: add link_infoKuninori Morimoto2019-01-031-48/+51
| * | ASoC: audio-graph-card: add 1 CPU : 1 Codec support againKuninori Morimoto2019-01-031-12/+32
| * | ASoC: xlnx: enable audio formatter driver buildMaruthi Srinivas Bayyavarapu2019-01-032-0/+9
| * | ASoC: xlnx: add pcm formatter platform driverMaruthi Srinivas Bayyavarapu2019-01-031-0/+565
| * | ASoC: simple-scu-card: remove simple-scu-cardKuninori Morimoto2019-01-033-484/+0
| * | ASoC: audio-graph-scu-card: remove audio-graph-scu-cardKuninori Morimoto2019-01-033-512/+0
| * | ASoC: audio-graph-card: add asoc_graph_card_get_conversion()Kuninori Morimoto2019-01-031-5/+17
| * | ASoC: simple-card-utils: check "reg" property on asoc_simple_card_get_dai_id()Kuninori Morimoto2019-01-031-3/+11
| * | ASoC: Intel: boards: use snd_mask_set_format in all machine driversPierre-Louis Bossart2019-01-032-3/+3
| * | ASoC: Intel: Atom: simplify boolean testsPierre-Louis Bossart2019-01-035-5/+5
| * | ASoC: Intel: Baytrail: simplify boolean testPierre-Louis Bossart2019-01-031-1/+1