summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: dapm: Use snd_soc_dapm_add_path() in connect_dai_link_widgets()Lars-Peter Clausen2014-05-121-14/+13
* ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition"Lars-Peter Clausen2014-05-121-6/+5
* ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()Lars-Peter Clausen2014-05-051-13/+10
* Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2014-04-2963-722/+2395
|\
| * ASoC: Move standard kcontrol helpers to the component levelLars-Peter Clausen2014-04-221-83/+138
| * Merge branch 'topic/multicodec' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2014-04-221-92/+154
| |\
| | * ASoC: core: Add function for ac97 codec registrationMisael Lopez Cruz2014-04-141-9/+20
| | * ASoC: core: Add helper for DAI widgets linkingMisael Lopez Cruz2014-04-141-24/+40
| | * ASoC: core: Add helpers for codec DAI probe & removeMisael Lopez Cruz2014-04-141-27/+47
| | * ASoC: core: Add helpers for codec and codec_dai searchMisael Lopez Cruz2014-04-141-32/+47
| * | ASoC: Remove ASoC level IO tracingLars-Peter Clausen2014-04-221-11/+0
| * | ASoC: dapm: Rename soc_widget_update_bits_locked() to soc_widget_update_bits()Lars-Peter Clausen2014-04-221-5/+4
| * | ASoC: Remove snd_soc_update_bits_locked()Lars-Peter Clausen2014-04-221-20/+0
| * | ASoC: Move IO abstraction to the component levelLars-Peter Clausen2014-04-223-210/+292
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...Mark Brown2014-04-2217-70/+1626
| |\ \ \ \ \
| | | | | * | ASoC: codec: fix the sparse check warnings.Xiubo Li2014-04-1410-10/+10
| | | | | * | ASoC: wm8997: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-5/+8
| | | | | * | ASoC: wm8994: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: wm8400: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: wm8350: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: wm5110: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
| | | | | * | ASoC: wm5102: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
| | | | | * | ASoC: si476x: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-8/+6
| | | | | * | ASoC: mc13783: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-8/+6
| | | | | * | ASoC: cq93vc: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: 88pm860x: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
| | | | | * | ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li2014-04-142-16/+21
| | | | | |/
| | | * | | ASoC: Change return type of snd_soc_write() to intLars-Peter Clausen2014-04-211-2/+2
| | | * | | ASoC: core: use PTR_ERR instead of PTR_RETChristoph Jaeger2014-04-181-4/+4
| | | * | | Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2014-04-1452-365/+315
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | ASoC: core: Allow snd_soc_update_bits use 32 bits registerBard Liao2014-04-141-4/+4
| | | * | | ASoC: core: Fail codec probe if we fail to add controlsNariman Poushin2014-04-141-3/+11
| | | * | | ASoC: core: Fail probe if we fail to add dai widgetsNariman Poushin2014-04-141-2/+9
| | | | |/ | | | |/|
| | * | | ASoC: sta350: Use snd_soc_kcontrol_codec()Lars-Peter Clausen2014-04-211-2/+2
| | * | | ASoC: sta350: Add codec driverSven Brandau2014-04-144-0/+1501
| | |/ /
| * | | ASoC: Let snd_soc_platform subclass snd_soc_componentLars-Peter Clausen2014-04-141-0/+14
| * | | ASoC: Track which components have been registered with snd_soc_register_compo...Lars-Peter Clausen2014-04-141-1/+2
| * | | ASoC: Remove IO register modifier callbacksLars-Peter Clausen2014-04-142-74/+8
| * | | ASoC: Move IO functions to soc-io.cLars-Peter Clausen2014-04-142-144/+144
| * | | ASoC: Prepare SOC_SINGLE_XR_SX controls for regmapLars-Peter Clausen2014-04-141-2/+3
| * | | ASoC: Add snd_soc_kcontrol_platform() helper functionLars-Peter Clausen2014-04-141-4/+4
| * | | ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-1448-140/+140
| |/ /
* | | ASoC: dapm: Factor out duplicated code in soc_dapm_stream_event()Lars-Peter Clausen2014-04-291-35/+16
| |/ |/|
* | ASoC: dapm: Allow update_bits use 32 bits regBard Liao2014-04-181-1/+1
|/
* Merge tag 'sound-fix-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-1039-174/+310
|\
| * ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb()Tim Gardner2014-04-091-1/+2
| * Merge tag 'asoc-v3.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2014-04-0919-39/+163
| |\
| | *-----. Merge remote-tracking branches 'asoc/fix/rt5640', 'asoc/fix/samsung', 'asoc/f...Mark Brown2014-04-0810-18/+35
| | |\ \ \ \
| | | | | | * ASoC: alc56(23|32): fix undefined return value of probing codeChristoph Jaeger2014-04-042-4/+2
| | | | | * | ASoC: tlv320aic23: add an of_match tableStephen Warren2014-04-011-0/+7
OpenPOWER on IntegriCloud