aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sn95031.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-10ASoC: sn95031: remove this codeVinod Koul1-936/+0
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on sn95031Kuninori Morimoto1-6/+8
2015-05-15ASoC: sn95031: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-3/+8
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-03-23Merge branch 'for-next' into topic/hda-coreTakashi Iwai1-6/+8
2015-03-05ASoC: sn95031: Fix control-less DAPM routesLars-Peter Clausen1-2/+2
2015-03-04ASoC: sn95031: Pass CODEC to sn95031_jack_detection()Lars-Peter Clausen1-6/+8
2015-01-14ASoC: sn95031: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-13/+20
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-27ASoC: sn95031: Cleanup bias level transitionsLars-Peter Clausen1-9/+0
2014-11-05ASoC: sn95031: Use table based control setupLars-Peter Clausen1-3/+3
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-31ASoC: sn95031: Convert to params_width()Mark Brown1-3/+3
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-2/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-2/+0
2014-02-23ASoC: sn95031: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-22/+22
2013-09-26ASoC: sn95031: Convert to regmapMark Brown1-15/+20
2013-05-15ASoC: sn95031: Staticize non exported structLars-Peter Clausen1-1/+1
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-27ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin1-2/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-13/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-4/+4
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-03ASoC: Remove needless codec->dapm.bias_level assignment to SND_SOC_BIAS_OFFAxel Lin1-1/+0
2011-09-30ASoC: sn95031: Do not use static variable for channel_indexAxel Lin1-1/+1
2011-09-26ASoC: Drop exporting sn95031_get_mic_biasAxel Lin1-1/+0
2011-09-23ASoC: Staticize sn95031_daisAxel Lin1-1/+1
2011-09-19ASoC: sn95031: Staticize sn95031_pcm_hw_paramsAxel Lin1-1/+1
2011-09-04ASoC: sn95031: Fix the logic to find free channelAxel Lin1-5/+3
2011-04-18ASoC: Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-0/+2
2011-04-18Merge commit 'v2.6.39-rc3' into for-2.6.39Mark Brown1-0/+2
2011-04-11Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-1/+1
2011-04-11ASoC: sn95031: decorate function with __devexit_p()Lu Guanqun1-1/+1
2011-03-31sound: Add delay.h to sound/soc/codecs/sn95031.cIngo Molnar1-0/+2
2011-03-31ASoC: Use data based init for sn95031 DAPMLu Guanqun1-12/+5
2011-02-15ASoC: sn95031: fix the amic tlv scaleVinod Koul1-1/+1
2011-02-15ASoC: sn95031: fix the DMIC path routingVinod Koul1-24/+24
2011-02-15ASoC: sn95031: make playback rails depend on actual pins they controlVinod Koul1-4/+4
2011-02-11ASoC: mid-x86: Use the soc-jack apis for jack type detectionVinod Koul1-3/+1
2011-02-09ASoC: sn95031: Add support for reading mic biasVinod Koul1-4/+123
2011-02-09ASoC: sn95031: Add jack support in the codecVinod Koul1-0/+56
2011-01-31ASoC: sn95031: add capture supportHarsha Priya1-0/+281
2011-01-10ASoC: sn95031 fix the code style and format inconsistenciesVinod Koul1-15/+15
2011-01-06ASoC: sst v2: Add sn95031 codec driverVinod Koul1-0/+495