aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/hda/patch_cs8409.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16ALSA: hda/cs8409: Setup Dolphin Headset Mic as Phantom JackStefan Binding1-0/+3
2021-08-27ALSA: hda/cs8409: Initialize Codec only in init fixup.Stefan Binding1-2/+0
2021-08-27ALSA: hda/cs8409: Ensure Type Detection is only run on startup when necessaryStefan Binding1-6/+28
2021-08-13ALSA: hda/cs8409: Prevent pops and clicks during suspendStefan Binding1-0/+6
2021-08-12ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stopsStefan Binding1-20/+103
2021-08-12ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspendStefan Binding1-1/+22
2021-08-12ALSA: hda/cs8409: Remove unnecessary delaysStefan Binding1-8/+4
2021-08-12ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waitsStefan Binding1-13/+3
2021-08-12ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42Stefan Binding1-0/+6
2021-08-12ALSA: hda/cs8409: Add support for dolphinLucas Tanure1-0/+196
2021-08-12ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42Stefan Binding1-31/+41
2021-08-12ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol eventsStefan Binding1-13/+28
2021-08-12ALSA: hda/cs8409: Move codec properties to its own structLucas Tanure1-157/+155
2021-08-12ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functionsLucas Tanure1-158/+175
2021-08-12ALSA: hda/cs8409: Support i2c bulk read/write functionsLucas Tanure1-78/+130
2021-08-12ALSA: hda/cs8409: Avoid re-setting the same page as the last accessLucas Tanure1-55/+69
2021-08-12ALSA: hda/cs8409: Avoid setting the same I2C address for every accessLucas Tanure1-2/+17
2021-08-12ALSA: hda/cs8409: Dont disable I2C clock between consecutive accessesLucas Tanure1-18/+70
2021-08-12ALSA: hda/cs8409: Generalize volume controlsLucas Tanure1-116/+49
2021-08-12ALSA: hda/cs8409: Prevent I2C access during suspend timeLucas Tanure1-0/+14
2021-08-12ALSA: hda/cs8409: Simplify CS42L42 jack detect.Stefan Binding1-7/+14
2021-08-12ALSA: hda/cs8409: Mask CS42L42 wake eventsStefan Binding1-2/+2
2021-08-12ALSA: hda/cs8409: Disable unsolicited response for the first bootLucas Tanure1-3/+2
2021-08-12ALSA: hda/cs8409: Disable unsolicited responses during suspendStefan Binding1-12/+14
2021-08-12ALSA: hda/cs8409: Reduce HS pops/clicks for CyborgStefan Binding1-2/+8
2021-08-12ALSA: hda/cs8409: Use enums for register names and coefficientsStefan Binding1-23/+26
2021-08-12ALSA: hda/cs8409: Move arrays of configuration to a new fileLucas Tanure1-217/+1
2021-08-12ALSA: hda/cirrus: Move CS8409 HDA bridge to separate moduleLucas Tanure1-0/+1060