aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/nau8825.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown1-0/+4
2019-06-13ASoC: nau8825: fix fake interruption when bootingJohn Hsu1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-01-07ASoC: codecs: fix kernel doc descriptionsPierre-Louis Bossart1-0/+1
2018-11-05ASoC: nau8825: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-07-04ASoC: nau8825: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-02-12ASoC: hdac_hdmi/nau8825/rt286/rt298/rt5663/da7219: replace codec to componentKuninori Morimoto1-54/+53
2018-01-05Merge remote-tracking branches 'asoc/topic/nau8824', 'asoc/topic/nau8825' and 'asoc/topic/nuc900' into asoc-nextMark Brown1-37/+64
2017-12-19ASoC: nau8825: fix issue that pop noise when start captureAbhijeet Kumar1-0/+1
2017-12-04ASoC: nau8825: improve crosstalk measurement protectionJohn Hsu1-14/+31
2017-12-04ASoC: nau8825: improve semaphore controlJohn Hsu1-15/+23
2017-11-30ASoC: nau8825: set clear_irq when imm IRQ happenedJohn Hsu1-3/+2
2017-11-29ASoC: nau8825: disable crosstalk by defaultJohn Hsu1-10/+13
2017-09-01Merge remote-tracking branches 'asoc/topic/mtk', 'asoc/topic/mxs', 'asoc/topic/nau8825', 'asoc/topic/nuc900' and 'asoc/topic/of-graph' into asoc-nextMark Brown1-13/+13
2017-08-25ASoC: nau8825: correct typo of semaphore commentJohn Hsu1-13/+13
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-06-30ASoC: nau8825: change crosstalk-bypass property to bool typeJohn Hsu1-4/+2
2017-06-28ASoC: nau8825: debug message of crosstalk bypassJohn Hsu1-0/+2
2017-06-23ASoC: nau8825: make crosstalk function optionalJohn Hsu1-1/+5
2017-06-23ASoC: nau8825: fix jack type detection issue after resumeJohn Hsu1-1/+16
2017-06-23ASoC: nau8825: default value for propertyJohn Hsu1-12/+41
2017-02-17ASoC: nau8825: automatic BCLK and LRC divde in master modeJohn Hsu1-1/+19
2016-12-31ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLLJohn Hsu1-1/+2
2016-12-31ASoC: nau8825: correct the function name of registerJohn Hsu1-3/+3
2016-12-06ASoC: nau8825: disable sinc filter for high THD of ADCJohn Hsu1-1/+2
2016-11-30ASoC: nau8825: lock longer to avoid playback pop upon resumeJohn Hsu1-6/+6
2016-11-11ASoC: nau8825: FLL parameters finetuneJohn Hsu1-8/+40
2016-11-11ASoC: nau8825: AD/DA over sampling rate configurationJohn Hsu1-3/+75
2016-11-11ASoC: nau8825: Disable short Frame Sync detection logicJohn Hsu1-0/+3
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/topic/arizona', 'asoc/topic/atmel' and 'asoc/topic/codec-component' into asoc-nextMark Brown1-6/+8
2016-09-29Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/da7219', 'asoc/fix/nau8825', 'asoc/fix/rt5514' and 'asoc/fix/shift' into asoc-linusMark Brown1-1/+1
2016-09-14ASoC: nau8825: fix bug in FLL parameterJohn Hsu1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on nau8825Kuninori Morimoto1-6/+8
2016-08-04ASoC: nau8825: fix static check error about semaphone controlJohn Hsu1-8/+21
2016-08-04ASoC: nau8825: fix bug in playback when suspendJohn Hsu1-39/+12
2016-07-15ASoC: nau8825: drop redundant idiom when converting integer to booleanJohn Hsu1-2/+2
2016-07-14ASoC: nau8825: jack connection decision with different insertion logicJohn Hsu1-2/+9
2016-06-14ASoC: nau8825: mark pm functions __maybe_unusedArnd Bergmann1-7/+2
2016-06-13ASoC: nau8825: cross talk suppression measurement functionJohn Hsu1-1/+784
2016-06-03ASoC: nau8825: correct typo in biquad filter coefficientsJohn Hsu1-1/+1
2016-05-31ASoC: nau8825: non-clock jack detection for power saving at standbyJohn Hsu1-69/+180
2016-05-31ASoC: nau8825: add programmable biquad filter controlJohn Hsu1-0/+53
2016-05-30ASoC: nau8825: Export I2C module alias informationJavier Martinez Canillas1-0/+1
2016-05-30ASoC: nau8825: assign DAC Ch to match headset L/RJohn Hsu1-0/+5
2016-05-30ASoC: nau8825: change output power for interruptJohn Hsu1-12/+28
2016-05-30ASoC: nau8825: reduce standby power consumptionJohn Hsu1-0/+10
2016-05-30ASoC: nau8825: improve FLL function for better performanceJohn Hsu1-13/+34
2016-05-30ASoC: nau8825: support different clock source for FLL functionJohn Hsu1-23/+59
2016-03-28ASoC: nau8825: Fix jack detection across suspendBen Zhang1-55/+71
2016-03-12ASoC: nau8825: fix issue that pop noise when start playbackJohn Hsu1-43/+126