Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8932878339f02f822ef613068c50127f7be87122
/
include
/
sound
/
soc.h
1d69c5c
ASoC: core: Add flag to ignore pmdown_time at pcm_close
by Peter Ujfalusi
· 13 years ago
a92f139
ASoC: fix codec breakage caused by the volsw/volsw_2r merger
by Peter Ujfalusi
· 13 years ago
1576a5f
ASoC: core: Remove snd_soc_put_volsw_2r definition
by Peter Ujfalusi
· 13 years ago
974815b
ASoC: core: Combine snd_soc_put_volsw/put_volsw_2r functions
by Peter Ujfalusi
· 13 years ago
f7915d9
ASoC: core: Combine snd_soc_get_volsw/get_volsw_2r functions
by Peter Ujfalusi
· 13 years ago
e8f5a10
ASoC: core: Combine snd_soc_info_volsw/info_volsw_2r functions
by Peter Ujfalusi
· 13 years ago
30d86ba
ASoC: core: Change SOC_SINGLE/DOUBLE_VALUE representation
by Peter Ujfalusi
· 13 years ago
db432b4
ASoC: Do DAPM power checks only for widgets changed since last run
by Mark Brown
· 13 years ago
cdffa77
ASoC: core: Introduce SOC_DOUBLE_R_VALUE macro
by Peter Ujfalusi
· 13 years ago
460acbe
ASoC: core: Introduce SOC_DOUBLE_VALUE macro
by Peter Ujfalusi
· 13 years ago
75d9ac4
ASoC: Allow DAI formats to be specified in the dai_link
by Mark Brown
· 13 years ago
1784102
ASoC: soc-core: symmetry checking for each DAIs separately
by Dong Aisheng
· 13 years ago
de02d07
ASoC: Trace and collect statistics for DAPM graph walking
by Mark Brown
· 13 years ago
da1c6ea
ASoC: Allow source specification for CODEC level sysclk
by Mark Brown
· 13 years ago
4a8923b
ASoC: Allow register defaults to be larger than unsigned short
by Mark Brown
· 13 years ago
33c5f96
ASoC: Allow idle_bias_off to be specified in CODEC drivers
by Mark Brown
· 13 years ago
bb3784a
Merge branch 'regmap-asoc' into for-3.2
by Mark Brown
· 13 years ago
0671da1
ASoC: Add regmap as a control type
by Mark Brown
· 13 years ago
be3ea3b
ASoC: Use new register map API for ASoC generic physical I/O
by Mark Brown
· 13 years ago
64a648c
ASoC: dapm - Add DAPM stream completion event.
by Liam Girdwood
· 13 years ago
cb2cf61
ASoC: core - Add convenience register for platform kcontrol and DAPM
by Liam Girdwood
· 13 years ago
b795064
ASoC: core - Add platform widget IO
by Liam Girdwood
· 13 years ago
a491a5c
ASoC: core - Add API call to register platform kcontrols.
by Liam Girdwood
· 13 years ago
f1442bc
ASoC: core - Add platform read and write.
by Liam Girdwood
· 13 years ago
65fdd5c
Merge branch 'for-3.0' into for-3.1
by Mark Brown
· 13 years ago
e9c0390
ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus
by Mark Brown
· 13 years ago
b8c0dab
ASoC: core - PCM mutex per rtd
by Liam Girdwood
· 13 years ago
0168bf0
ASoC: core - Allow components to probe/remove in sequence.
by Liam Girdwood
· 13 years ago
552d1ef
ASoC: core - Optimise and refactor pcm_new() to pass only rtd
by Liam Girdwood
· 13 years ago
d4c6005
ASoC: Add context parameter to card DAPM callbacks
by Mark Brown
· 13 years ago
56fba41
ASoC: Specify target bias state directly as a bias state
by Mark Brown
· 13 years ago
22de71b
ASoC: core - allow ASoC more flexible machine name
by Liam Girdwood
· 14 years ago
87023ff
ASoC: Declare const properly for enum texts
by Takashi Iwai
· 14 years ago
fb25789
ASoC: Work around allmodconfig failure
by Mark Brown
· 14 years ago
d06e48d
ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes const
by Lars-Peter Clausen
· 14 years ago
b7af1da
ASoC: Add data based control initialisation for CODECs and cards
by Mark Brown
· 14 years ago
239c970
ASoC: Add snd_soc_codec_{readable,writable}_register()
by Dimitris Papastamos
· 14 years ago
8020454
ASoC: Add default snd_soc_default_writable_register() callback
by Dimitris Papastamos
· 14 years ago
67850a8
ASoC: Add control_type in snd_soc_codec
by Dimitris Papastamos
· 14 years ago
5fb609d
ASoC: soc-cache: Introduce raw bulk write support
by Dimitris Papastamos
· 14 years ago
efb7ac3
ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()
by Mark Brown
· 14 years ago
ec4ee52
ASoC: Provide CODEC clocking operations and API calls
by Mark Brown
· 14 years ago
89b95ac0
ASoC: Add DAPM widget and path data to CODEC driver structure
by Mark Brown
· 14 years ago
28e9ad9
ASoC: Add a late_probe() callback to cards
by Mark Brown
· 14 years ago
b8ad29d
ASoC: Allow card DAPM widgets and routes to be set up at registration
by Mark Brown
· 14 years ago
e37a497
ASoC: Add a per-card DAPM context
by Mark Brown
· 14 years ago
fadddc8
ASoC: Add kerneldoc for jack_status_check callback
by Mark Brown
· 14 years ago
7887ab3
ASoC: Allow GPIO jack detection to be configured as a wake source
by Mark Brown
· 14 years ago
fa9879e
ASoC: add support for multiple jack types
by Vinod Koul
· 14 years ago
dddf3e4
ASoC: Add card driver data
by Mark Brown
· 14 years ago
f85a9e0
ASoC: Add subsequence information to seq_notify callbacks
by Mark Brown
· 14 years ago
aaee8ef
ASoC: Make cache status available via debugfs
by Mark Brown
· 14 years ago
6f8ab4a
ASoC: Export card PM callbacks for use in direct registered cards
by Mark Brown
· 14 years ago
e7361ec
ASoC: Replace pdev with card in machine driver probe and remove
by Mark Brown
· 14 years ago
70b2ac1
ASoC: Use card rather than soc-audio device to card PM functions
by Mark Brown
· 14 years ago
181e055
ASoC: Fix type for snd_soc_volatile_register()
by Mark Brown
· 14 years ago
dad8e7a
ASoC: soc-cache: Introduce the cache_bypass option
by Dimitris Papastamos
· 14 years ago
474b62d
ASoC: Provide per widget type callback when executing DAPM sequences
by Mark Brown
· 14 years ago
70a7ca3
ASoC: soc core allow machine driver to register the card
by Vinod Koul
· 14 years ago
4e10bda
ASoC: soc core add inline to handle card list initialzation
by Vinod Koul
· 14 years ago
1500b7b
ASoC: Automatically assign the default readable()/volatile() functions
by Dimitris Papastamos
· 14 years ago
d4754ec
ASoC: Update users of readable_register()/volatile_register()
by Dimitris Papastamos
· 14 years ago
066d16c
ASoC: soc-cache: Add support for default readable()/volatile() functions
by Dimitris Papastamos
· 14 years ago
aea170a
ASoC: soc-cache: Add reg_size as a member to snd_soc_codec
by Dimitris Papastamos
· 14 years ago
8a9dab1
ASoC: Update name of debugfs root symbol to snd_soc_
by Mark Brown
· 14 years ago
faff4bb
ASoC: Export debugfs root dentry
by Stephen Warren
· 14 years ago
7be31be8
ASoC: Extend DAPM to handle power changes on cross-device paths
by Jarkko Nikula
· 14 years ago
97c866d
ASoC: Move widgets from DAPM context to snd_soc_card
by Jarkko Nikula
· 14 years ago
8ddab3f
ASoC: Move DAPM paths from DAPM context to snd_soc_card
by Jarkko Nikula
· 14 years ago
05d209a
ASoC: Remove unnecessary structure definitions
by Seungwhan Youn
· 14 years ago
0d735ea
ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops
by Dimitris Papastamos
· 14 years ago
1badabd
ASoC: Add post-CODEC bias level callback for machine driver
by Mark Brown
· 14 years ago
001ae4c
ASoC: Constify struct snd_soc_codec_driver
by Mark Brown
· 14 years ago
fdf0f54
ASoC: soc-core: Allow machine drivers to override compress_type
by Dimitris Papastamos
· 14 years ago
3335ddc
ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default
by Dimitris Papastamos
· 14 years ago
ff819b8
ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_conf
by Dimitris Papastamos
· 14 years ago
119bd78
ASoC: Change the base value of compress_type
by Dimitris Papastamos
· 14 years ago
23bbce3
ASoC: Add compress_type as a member to snd_soc_codec
by Dimitris Papastamos
· 14 years ago
c3acec2
ASoC: Move active copy of CODEC read and write into runtime structure
by Mark Brown
· 14 years ago
2eea392
ASoC: Add support for optional auxiliary dailess codecs
by Jarkko Nikula
· 14 years ago
df0701b
ASoC: soc-cache: Ensure consistent cache naming
by Dimitris Papastamos
· 14 years ago
ead9b91
ASoC: Add optional name_prefix for codec kcontrol, widget and route names
by Jarkko Nikula
· 14 years ago
a7f387d
ASoC: soc-cache: Add support for rbtree based register caching
by Dimitris Papastamos
· 14 years ago
cc28fb8
ASoC: soc-cache: Add support for LZO register caching
by Dimitris Papastamos
· 14 years ago
7a30a3d
ASoC: soc-cache: Add support for flat register caching
by Dimitris Papastamos
· 14 years ago
3a45b86
ASoC: Move pop time from DAPM context to sound card
by Jarkko Nikula
· 14 years ago
a605215
ASoC: Add sound card directory under debugfs/asoc/
by Jarkko Nikula
· 14 years ago
ce6120c
ASoC: Decouple DAPM from CODECs
by Liam Girdwood
· 14 years ago
c375370
ASoC: Push snd_soc_write() and snd_soc_read() into the source file
by Mark Brown
· 14 years ago
0562f78
ASoC: don't register AC97 devices twice
by Mika Westerberg
· 14 years ago
4c14d78
ASoC: Use delayed work for debounce of GPIO based jacks
by Mark Brown
· 14 years ago
4e48541
ASoC: Swap bias level enumeration
by Jarkko Nikula
· 14 years ago
f0fba2a
ASoC: multi-component - ASoC Multi-Component Support
by Liam Girdwood
· 15 years ago
b6f4bb3
ASoC: Add SOC_DOUBLE_R_SX_TLV control
by apatard@mandriva.com
· 14 years ago
d11bb4a
ASoC: core: Fix for the volume limiting when invert is in use
by Peter Ujfalusi
· 15 years ago
3efab7d
ASoC: Allow DAI links to be kept active over suspend
by Mark Brown
· 15 years ago
637d384
ASoC: core: Support for limiting the volume
by Peter Ujfalusi
· 15 years ago
b2c812e
ASoC: Add indirection for CODEC private data
by Mark Brown
· 15 years ago
53a61d9
Merge branch 'for-2.6.34' into for-2.6.35
by Mark Brown
· 15 years ago
5f712b2
ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream
by Daniel Mack
· 15 years ago
Next »