summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/nau8824.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-19ASoC: nau8824: Fix semaphore is released unexpectedlySJLIN01-3/+14
2022-08-23ASoC: nau8824: Implement hw constraint for ratesTakashi Iwai1-29/+38
2022-08-23ASoC: nau8824: Fix semaphore unbalance at error pathsTakashi Iwai1-7/+10
2022-06-27ASoC: nau*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-11ASoC: nau8*: use simple i2c probe functionStephen Kitt1-3/+2
2021-10-18Merge branch 'asoc-5.15' into asoc-5.16Mark Brown1-2/+2
2021-10-04ASoC: nau8824: Add a nau8824_components() helperHans de Goede1-1/+31
2021-10-04ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detectHans de Goede1-0/+40
2021-09-30ASoC: nau8824: Fix headphone vs headset, button-press detection no longer wor...Hans de Goede1-2/+2
2021-07-30ASoC: nau8824: Fix open coded prefix handlingMark Brown1-36/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-11ASoC: nau8824: fix the issue of the widget with prefix nameJohn Hsu1-8/+38
2019-01-07ASoC: nau8824: fix boolean assignmentPierre-Louis Bossart1-1/+1
2018-07-05ASoC: nau8824: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-1/+1
2018-05-09ASoC: nau8824: fix spelling mistake: "semaphone" -> "semaphore"Colin Ian King1-2/+2
2018-04-17ASoC: nau8824: user configuration of key detectionJohn Hsu1-0/+9
2018-03-22ASoC: nau8824: recover system clock when device changesJohn Hsu1-1/+39
2018-02-12ASoC: nau8824: replace codec to componentKuninori Morimoto1-60/+53
2017-11-16ASoC: nau8824: change FVCO maximum thresholdJohn Hsu1-1/+1
2017-11-07ASoC: nau8824: condition for clock disableJohn Hsu1-2/+4
2017-11-07ASoC: nau8824: move key irq after jd doneJohn Hsu1-3/+7
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-05-14ASoC: nau8824: TDM supportJohn Hsu1-0/+52
2017-04-30ASoC: nau8824: leave Class D gain at chip defaultJohn Hsu1-6/+0
2017-04-30ASoC: nau8824: rename controls to match DAPM controlsJohn Hsu1-10/+10
2017-04-26ASoC: nau8824: new driverJohn Hsu1-0/+1837