summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5682.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-301-0/+1
|\
| * ASoC: rt5682: change SAR voltage thresholdShuming Fan2020-11-261-0/+1
* | ASoC: rt5682: Add a new property for the DMIC clock drivingOder Chiou2020-11-131-0/+3
|/
* ASoC: rt5682: Enable the power of "MICBIAS" and "Vref2" for the DMIC clockOder Chiou2020-09-281-2/+22
* Merge series "ASoC: rt5682: Use clk APIs better" from Stephen Boyd <swboyd@ch...Mark Brown2020-08-181-50/+23
|\
| * ASoC: rt5682: Use clk_hw based APIs for registrationStephen Boyd2020-08-171-36/+11
| * ASoC: rt5682: Drop usage of __clk_get_name()Stephen Boyd2020-08-171-13/+11
| * ASoC: rt5682: Use dev_dbg() in rt5682_clk_check()Stephen Boyd2020-08-171-1/+1
* | Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis ...Mark Brown2020-07-201-8/+19
|\ \ | |/ |/|
| * ASoC: rt5682: Report the button event in the headset type onlyOder Chiou2020-07-161-1/+2
| * ASoC: rt5682: Enable Vref2 under using PLL2derek.fang2020-07-141-7/+17
* | ASoC: rt5682: optimize the power consumptionShuming Fan2020-07-171-3/+9
* | ASoC: rt5682: disable MICBIAS and Vref2 widget in defaultShuming Fan2020-07-171-0/+4
* | Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown2020-07-081-9/+10
|\|
| * ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null even soundwir...Oder Chiou2020-07-011-9/+10
* | Merge branch 'for-5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-06-291-1/+8
|\|
| * ASoC: rt5682: fix the pop noise while OMTP type headset pluginShuming Fan2020-06-241-1/+8
* | ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-8/+8
* | ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_rea...Kuninori Morimoto2020-06-221-2/+1
* | ASoC: rt5682: DAI wclk supports 44100 Hz outputderek.fang2020-06-151-18/+31
* | ASoC: rt5682: Let PLL2 support the freq conversion for 44100Hz sample ratederek.fang2020-06-151-1/+8
|/
* ASoC: rt5682: Let dai clks be registered whether mclk exists or notderek.fang2020-06-151-5/+6
* ASoC: rt5682: split i2c driver into separate moduleArnd Bergmann2020-05-281-730/+43
* ASoC: codecs: rt*-sdw: fix memory leak in set_sdw_stream()Pierre-Louis Bossart2020-05-181-0/+3
* ASoC: rt5682: remove unwanted btn_type assignmentTzung-Bi Shih2020-04-301-1/+0
* ASoC: rt5682: remove duplicate rt5682_reset() callsTzung-Bi Shih2020-04-301-4/+0
* ASoC: rt5682: replace message printing from pr_() to dev_()Tzung-Bi Shih2020-04-301-6/+9
* ASoC: rt5682: remove empty default caseTzung-Bi Shih2020-04-301-17/+2
* ASoC: rt5682: fix space issuesTzung-Bi Shih2020-04-301-82/+70
* ASoC: rt5682: simplify assertionsTzung-Bi Shih2020-04-301-6/+5
* ASoC: rt5682: Fix build error without CONFIG_I2CYueHaibing2020-04-011-1/+4
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-271-0/+2
|\
| * ASoC: rt5682: fix the random recording noise of headsetShuming Fan2020-03-181-0/+2
* | ASoC: rt5682: move DAI clock registry to I2S modeShuming Fan2020-03-271-20/+19
* | ASoC: rt5682: Add a property for DMIC delayOder Chiou2020-03-231-1/+11
* | ASoC: rt5682: Add a property for DMIC clock rateOder Chiou2020-03-231-2/+7
* | ASoC: rt5682: remove noisy debug messagesShuming Fan2020-03-181-2/+2
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-131-1/+1
|\|
| * ASoC: rt5682: Revise the DAC1 volume settingOder Chiou2020-03-131-1/+1
| * Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-0/+2
| |\
* | | ASoC: rt5682: Fine tune the HP performance in soundwire modeOder Chiou2020-03-131-0/+2
* | | ASoC: rt5682: Revise the function nameOder Chiou2020-02-261-2/+2
* | | ASoC: rt5682: Add the soundwire supportOder Chiou2020-02-261-40/+486
* | | ASoC: rt5682: Add CCF usage for providing I2S clksDerek Fang2020-02-181-2/+405
* | | ASoC: rt5682: Enable PLL2 functionderek.fang2020-02-131-45/+166
* | | ASoC: rt5682: Add the field "is_sdw" of private dataOder Chiou2020-02-111-64/+84
* | | Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-12-171-0/+2
|\ \ \ | |/ / |/| / | |/
| * ASoC: rt5682: fix i2c arbitration lost issueShuming Fan2019-11-251-0/+2
* | Merge branch 'asoc-5.5' into asoc-nextMark Brown2019-11-221-0/+15
|\|
| * ASoC: rt5682: improve the sensitivity of push buttonShuming Fan2019-10-301-0/+15