summaryrefslogtreecommitdiffstats
path: root/include/sound
AgeCommit message (Expand)AuthorLines
2017-09-01ASoC: make clock direction configurable in asoc-simpleVitaly Wool-0/+1
2017-08-30ASoC: add Component level set_jackKuninori Morimoto-0/+4
2017-08-30ASoC: add Component level set_pllKuninori Morimoto-0/+7
2017-08-30ASoC: add Component level set_sysclkKuninori Morimoto-0/+11
2017-08-30Merge tag 'v4.13-rc7' into asoc-componentMark Brown-6/+0
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai-13/+0
2017-08-25ASoC: remove duplicate definition of dapm_routes/num_dapm_routesKuninori Morimoto-2/+0
2017-08-25ASoC: remove duplicate definition of dapm_widgets/num_dapm_widgetsKuninori Morimoto-2/+0
2017-08-25ASoC: remove duplicate definition of controls/num_controlsKuninori Morimoto-2/+0
2017-08-25Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Mark Brown-6/+0
2017-08-16drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart-1/+1
2017-08-10Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown-1/+0
2017-08-10Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown-2/+2
2017-08-10ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto-1/+1
2017-08-10ASoC: soc-core: add snd_soc_rtdcom_xxx()Kuninori Morimoto-0/+13
2017-08-07ASoC: soc-core: rename "cmpnt" to "component"Kuninori Morimoto-2/+2
2017-08-07ASoC: soc-core: Remove unneeded dentry member from snd_soc_codecFabio Estevam-4/+0
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto-2/+0
2017-08-02ASoC: rt5663: Seprate the DC offset between headphone and headsetoder_chiou@realtek.com-0/+2
2017-07-31ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entryFabio Estevam-1/+0
2017-07-26ASoC: remove cache_bypass from snd_soc_codecKuninori Morimoto-1/+0
2017-07-19ASoC: rt5677: Hide platform data in the module sourcesAndy Shevchenko-45/+0
2017-07-17ASoC: tlv320aic32x4: Add gpio configuration to the codecDan Murphy-0/+23
2017-07-17ASoC: fix pcm-creation regressionJohan Hovold-6/+0
2017-07-17ASoC: rt5663: Add the manual offset field to compensate the DC offsetoder_chiou@realtek.com-0/+20
2017-07-03Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai-5/+71
2017-07-03Merge remote-tracking branches 'asoc/topic/stm32', 'asoc/topic/sunxi', 'asoc/...Mark Brown-0/+5
2017-07-03Merge remote-tracking branches 'asoc/topic/rt5614', 'asoc/topic/rt5645', 'aso...Mark Brown-2/+4
2017-07-03Merge remote-tracking branches 'asoc/topic/msm8916', 'asoc/topic/mtk', 'asoc/...Mark Brown-0/+24
2017-07-03Merge remote-tracking branches 'asoc/topic/fsl', 'asoc/topic/hdmi', 'asoc/top...Mark Brown-0/+9
2017-07-03Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/drm', 'asoc/...Mark Brown-0/+1
2017-07-03Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/ak4642', 'aso...Mark Brown-0/+2
2017-07-03Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown-3/+19
2017-06-30ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs.Liam Girdwood-0/+7
2017-06-28ASoC: dwc: Added a quirk DW_I2S_QUIRK_16BIT_IDX_OVERRIDE to dwc driverVijendar Mukunda-0/+1
2017-06-28ASoC: rt5645: add inv_jd1_1 flagBard Liao-0/+2
2017-06-28ASoC: rt5645: rename jd_invert flag in platform dataBard Liao-2/+2
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai-0/+1
2017-06-16ASoC: simple-card-utils: add asoc_simple_card_of_parse_widgets()Kuninori Morimoto-0/+2
2017-06-15ASoC: simple-card-utils: add asoc_simple_card_of_parse_routing()Kuninori Morimoto-0/+4
2017-06-15ASoC: simple-card-utils: add asoc_simple_card_convert_fixup()Kuninori Morimoto-0/+10
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_GSTATE internal commandTakashi Sakamoto-1/+1
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto-1/+1
2017-06-14ASoC: simple-card-utils: add asoc_simple_card_of_parse_tdm()Kuninori Morimoto-0/+6
2017-06-13ASoC: simple_card_utils: add asoc_simple_card_clk_xxx()Kuninori Morimoto-0/+2
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai-8/+4
2017-06-09ASoC: topology: Allow bespoke configuration post widget creationLiam Girdwood-0/+3
2017-06-07ASoC: topology: Fix potential build issues with undeclared structsLiam Girdwood-0/+2
2017-06-06ASoC: simple-card-utils: share same dev_dbg() for sysclkKuninori Morimoto-3/+6
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai-5/+33