Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | | | | | ASoC: rsnd: rsnd_ssi_run_mods() needs to care ssi_parent_mod | Kuninori Morimoto | 2017-11-01 | 1 | -3/+8 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: Don't check SSISR::DIRQ when Capture | Kuninori Morimoto | 2017-10-31 | 1 | -6/+9 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working() | Kuninori Morimoto | 2017-10-31 | 1 | -1/+4 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: NULL check is not needed for clk_unprepare() | Kuninori Morimoto | 2017-10-31 | 1 | -2/+1 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: tidyup rsnd_mod_next() for loop method | Kuninori Morimoto | 2017-10-31 | 1 | -4/+2 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: don't use io->mod[] directly | Kuninori Morimoto | 2017-10-31 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: more clear ADG clock debug info | Kuninori Morimoto | 2017-10-13 | 1 | -18/+41 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: add rsnd_kctrl_xxx() macro | Kuninori Morimoto | 2017-10-11 | 4 | -54/+59 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: add MIX Volume Ramp support | Kuninori Morimoto | 2017-10-04 | 3 | -7/+154 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: makes volume ramp rate list generic | Kuninori Morimoto | 2017-10-04 | 3 | -31/+36 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: CTU kctrl sets once | Kuninori Morimoto | 2017-10-04 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: DVC kctrl sets once | Kuninori Morimoto | 2017-10-04 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADG | Kuninori Morimoto | 2017-10-04 | 1 | -7/+6 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: add generic rsnd_flags_xxx() macro | Kuninori Morimoto | 2017-10-04 | 2 | -15/+16 | |
| | | * | | | | | | | | | | | | | | ASoC: rsnd: add rsnd_dma_alloc() | Kuninori Morimoto | 2017-09-21 | 1 | -27/+33 | |
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'asoc/topic/qcom' into asoc-next | Mark Brown | 2017-11-10 | 1 | -2/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | ASoC: qcom: remove duplicate initializations of dma_ch and v | Colin Ian King | 2017-09-19 | 1 | -2/+0 | |
| | | | |_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next | Mark Brown | 2017-11-10 | 4 | -6/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | ASoC: pcm512x: Scrub my work address from the driver | Mark Brown | 2017-11-08 | 4 | -6/+6 | |
| | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'asoc/topic/intel' into asoc-next | Mark Brown | 2017-11-10 | 38 | -1138/+1617 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | ASoC: hdac_hdmi: Fix possible memory leak on parse and map nid failure | Subhransu S. Prusty | 2017-11-08 | 1 | -6/+30 | |
| | | * | | | | | | | | | | | | | | | ASoC: hdac_hdmi: Fix possible NULL pointer dereference | Subhransu S. Prusty | 2017-11-08 | 1 | -0/+12 | |
| | | * | | | | | | | | | | | | | | | ASoC: hdac_hdmi: Fix static checker warning for sprintf usage | Subhransu S. Prusty | 2017-11-08 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: Skylake: Add dynamic module id support | Sriram Periyasamy | 2017-11-08 | 1 | -2/+21 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: Skylake: Optimize UUID handling to fill pin info | Sriram Periyasamy | 2017-11-08 | 1 | -23/+23 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: improve SND_SOC_INTEL_MACH dependencies | Arnd Bergmann | 2017-11-08 | 1 | -21/+5 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: improve DMADEVICES dependency | Arnd Bergmann | 2017-11-08 | 2 | -6/+2 | |
| | | * | | | | | | | | | | | | | | | ASoC: intel: include linux/module.h as needed | Arnd Bergmann | 2017-11-02 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: fix Kconfig dependencies | Arnd Bergmann | 2017-11-02 | 1 | -4/+5 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: Fix setting of SSP parameters in Kabylake machine driver | Harsha Priya N | 2017-10-31 | 1 | -6/+21 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: Enable tdm slots for max98927 | Harsha Priya N | 2017-10-31 | 1 | -1/+39 | |
| | | * | | | | | | | | | | | | | | | ASoC: intel: byt: Enable IN2 map quirk for a KIANO laptop | Carlo Caione | 2017-10-26 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | | | | | ASoC: intel: byt: Add headset jack | Carlo Caione | 2017-10-26 | 1 | -0/+23 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: Skylake: Decrease loglevel for topology loading | Chintan Patel | 2017-10-25 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: Add depends on X86 | Pierre-Louis Bossart | 2017-10-23 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: clarify Kconfig dependencies | Pierre-Louis Bossart | 2017-10-21 | 2 | -39/+63 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: reorder boards Kconfig by chronological order | Pierre-Louis Bossart | 2017-10-21 | 1 | -83/+83 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: move machine drivers to dedicated KConfig | Pierre-Louis Bossart | 2017-10-21 | 2 | -269/+271 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: add SOF firmare/topology file information | Pierre-Louis Bossart | 2017-10-21 | 3 | -1/+81 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: move all ACPI match tables to common module | Pierre-Louis Bossart | 2017-10-21 | 8 | -343/+414 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: common: use c99 syntax for ACPI/machine tables | Pierre-Louis Bossart | 2017-10-21 | 1 | -5/+25 | |
| | | * | | | | | | | | | | | | | | | ASoC: move ACPI common code out of Intel/sst tree | Pierre-Louis Bossart | 2017-10-21 | 15 | -172/+103 | |
| | | * | | | | | | | | | | | | | | | SoC: intel: byt: Introduce new custom IN2 map | Carlo Caione | 2017-10-21 | 1 | -1/+15 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: sst: remove redundant variable dma_dev_name | Colin Ian King | 2017-10-21 | 1 | -2/+0 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: boards: remove hard-coded compressed dailinks | Pierre-Louis Bossart | 2017-10-18 | 8 | -70/+2 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: boards: fix off-by-one dailink id | Pierre-Louis Bossart | 2017-10-18 | 8 | -8/+8 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: boards: use helper to get codec_dai | Pierre-Louis Bossart | 2017-10-18 | 8 | -117/+14 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: bytcht_es8316: remove useless code | Pierre-Louis Bossart | 2017-10-18 | 1 | -14/+0 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: bytcht_da7213: cosmetic fixes | Pierre-Louis Bossart | 2017-10-18 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | ASoC: Intel: cht_bsw_rt5645: cosmetic fixes | Pierre-Louis Bossart | 2017-10-18 | 1 | -38/+35 |