summaryrefslogtreecommitdiff
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'sound-asoc/for-next'Stephen Rothwell2019-04-0261-1507/+6016
|\
| * Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-04-0161-1507/+6016
| |\
| | * ASoC: simple-card-utils: remove set but not used variable 'dai_name'YueHaibing2019-04-011-3/+1
| | * ASoC: es8316: Add support for inverted jack detectPaul Cercueil2019-04-011-0/+14
| | * ASoC: wm_adsp: Fix typo in commentCharles Keepax2019-04-011-1/+1
| | * ASoC: fsl: fix spelling mistake: "missign" -> "missing"Colin Ian King2019-04-011-1/+1
| | * ASoC: Mediatek: MT8183: Add machine driver with DA7219Shunli Wang2019-04-013-0/+486
| | * ASoC: Mediatek: MT8183: Add machine driver with TS3A227Shunli Wang2019-04-013-0/+396
| | * ASoC: rt5677-spi: Add ACPI IDOder Chiou2019-04-011-0/+8
| | * ASoC: cs42l51: add multi endpoint supportOlivier Moysan2019-04-011-0/+8
| | * ASoC: fsl_audmix: Fix kbuild failureViorel Suman2019-03-271-1/+1
| | * ASoC: fsl: Add Audio Mixer machine driverViorel Suman2019-03-263-0/+338
| | * ASoC: fsl: Add Audio Mixer CPU DAI driverViorel Suman2019-03-264-0/+688
| | * ASoC: tlv320aic32x4: Only enable with common clockMark Brown2019-03-261-2/+4
| | * ASoC: tlv320aic32x4: Allow 192000 Sample RateAnnaliese McDermond2019-03-251-1/+1
| | * ASoC: tlv320aic32x4: Remove mclk referencesAnnaliese McDermond2019-03-251-7/+0
| | * ASoC: tlv320aic32x4: Restructure set_dai_sysclkAnnaliese McDermond2019-03-251-11/+6
| | * ASoC: tlv320aic32x4: Dynamically Determine ClockingAnnaliese McDermond2019-03-252-104/+90
| | * ASoC: tlv320aic32x4: Move aosr and dosr setting to separate functionsAnnaliese McDermond2019-03-251-7/+17
| | * ASoC: tlv320aic32x4: Control clock gating with CCFAnnaliese McDermond2019-03-251-54/+13
| | * ASoC: tlv320aic32x4: Model BDIV divider in CCFAnnaliese McDermond2019-03-252-30/+62
| | * ASoC: tlv320aic32x4: Model DAC/ADC dividers in CCFAnnaliese McDermond2019-03-253-44/+151
| | * ASoC: tlv320aic32x4: Model CODEC_CLKIN in CCFAnnaliese McDermond2019-03-252-5/+47
| | * ASoC: tlv320aic32x4: Model PLL in CCFAnnaliese McDermond2019-03-255-95/+431
| | * ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya2019-03-251-1/+1
| | * ASoC: sirf-audio: Remove redundant of_match_node callAditya Pakki2019-03-251-3/+0
| | * ASoC: stm32: sai: add power managementOlivier Moysan2019-03-253-19/+108
| | * ASoC: AMD: Fix incorrect externAndi Kleen2019-03-251-1/+1
| | * ASoC: nau8810: fix the issue of 64 bits divisionJohn Hsu2019-03-251-1/+2
| | * ASoC: simple-card-utils: test memory allocationKuninori Morimoto2019-03-211-2/+7
| | * ASoC: lochnagar: Add driver to support Lochnagar 2 sound cardPiotr Stankiewicz2019-03-213-0/+276
| | * ASoC: tlv320aic32x4: Properly Set Processing BlocksAnnaliese McDermond2019-03-211-20/+36
| | * ASoC: mchp-i2s-mcc: add driver for I2SC Multi-Channel ControllerCodrin Ciubotariu2019-03-213-0/+990
| | * ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto2019-03-213-159/+159
| | * ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto2019-03-213-159/+156
| | * ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto2019-03-213-86/+64
| | * ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto2019-03-213-24/+14
| | * ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto2019-03-213-46/+27
| | * ASoC: simple-card-utils: share asoc_simple_hw_param()Kuninori Morimoto2019-03-213-89/+59
| | * ASoC: simple-card-utils: share asoc_simple_shutdown()Kuninori Morimoto2019-03-213-27/+16
| | * ASoC: simple-card-utils: share asoc_simple_startup()Kuninori Morimoto2019-03-213-41/+22
| | * ASoC: simple_card_utils: share common priv for simple-card/audio-graphKuninori Morimoto2019-03-212-100/+53
| | * ASoC: simple-card-utils: add asoc_simple_debug_info()Kuninori Morimoto2019-03-213-12/+4
| | * ASoC: AMD: Update DA7219 DAI clock name to align with codec updatesAdam Thomson2019-03-211-1/+1
| | * ASoC: da7219: Expose BCLK and WCLK control through CCFAdam Thomson2019-03-212-129/+400
| | * ASoC: stm32: dfsdm: add mmap supportOlivier Moysan2019-03-201-1/+1
| | * ASoC: wm_adsp: Correct some minor issuesCharles Keepax2019-03-201-8/+8
| | * ASoC: samsung: i2s: Don't use register read to determine slave/master modeSylwester Nawrocki2019-03-201-16/+11
| | * ASoC: tlv320aic32x4: Break out clock setting into separate functionAnnaliese McDermond2019-03-201-8/+18
| | * ASoC: jz4740: Depend on MIPS instead of MACH_JZ4740Paul Cercueil2019-03-201-1/+1