Vitaly Rodionov ([email protected])

Number of posts: 339 (0.3 per day)
First post: 2021-03-04 19:15:27
Last post: 2024-04-05 21:25:06

Date List Subject
2021-07-28 13:51:13 linux-kernel [PATCH v2 03/27] ALSA: hda/cs8409: Use enums for register names and coefficients
2021-07-28 13:51:00 linux-kernel [PATCH v2 26/27] ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
2021-07-28 13:49:42 linux-kernel [PATCH v2 23/27] ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
2021-07-28 13:49:29 linux-kernel [PATCH v2 25/27] ALSA: hda/cs8409: Remove unnecessary delays
2021-07-28 13:48:45 linux-kernel [PATCH v2 06/27] ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye
2021-07-28 13:48:43 linux-kernel [PATCH v2 24/27] ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
2021-07-28 13:48:35 linux-kernel [PATCH v2 17/27] ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
2021-07-28 13:48:30 linux-kernel [PATCH v2 07/27] ALSA: hda/cs8409: Disable unsolicited responses during suspend
2021-07-28 13:48:30 linux-kernel [PATCH v2 21/27] ALSA: hda/cs8409: Add support for dolphin
2021-07-28 13:48:28 linux-kernel [PATCH v2 20/27] ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
2021-07-28 13:48:20 linux-kernel [PATCH v2 04/27] ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
2021-07-28 13:48:19 linux-kernel [PATCH v2 05/27] ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
2021-07-28 13:48:18 linux-kernel [PATCH v2 12/27] ALSA: hda/cs8409: Generalize volume controls
2021-07-28 13:48:17 linux-kernel [PATCH v2 08/27] ALSA: hda/cs8409: Disable unsolicited response for the first boot
2021-07-28 13:48:12 linux-kernel [PATCH v2 19/27] ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol events
2021-07-28 13:48:01 linux-kernel [PATCH v2 18/27] ALSA: hda/cs8409: Move codec properties to its own struct
2021-07-28 13:47:17 linux-kernel [PATCH v2 00/27] ALSA: hda/cirrus: Split generic cirrus HDA codecs and CS8490 bridge into separate modules.
2021-07-28 13:47:16 linux-kernel [PATCH v2 14/27] ALSA: hda/cs8409: Avoid setting the same I2C address for every access
2021-07-28 13:46:46 linux-kernel [PATCH v2 15/27] ALSA: hda/cs8409: Avoid re-setting the same page as the last access
2021-07-28 13:46:34 linux-kernel [PATCH v2 13/27] ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
2021-07-28 13:46:00 linux-kernel [PATCH v2 02/27] ALSA: hda/cs8409: Move arrays of configuration to a new file
2021-07-28 13:45:54 linux-kernel [PATCH v2 11/27] ALSA: hda/cs8409: Prevent I2C access during suspend time
2021-07-28 13:45:46 linux-kernel [PATCH v2 10/27] ALSA: hda/cs8409: Simplify CS42L42 jack detect.
2021-07-28 13:45:41 linux-kernel [PATCH v2 09/27] ALSA: hda/cs8409: Mask CS42L42 wake events
2021-07-26 18:21:42 linux-kernel [PATCH 27/27] ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
2021-07-26 18:21:30 linux-kernel [PATCH 18/27] ALSA: hda/cs8409: Move codec properties to its own struct
2021-07-26 18:21:19 linux-kernel [PATCH 19/27] ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol events
2021-07-26 18:20:16 linux-kernel [PATCH 26/27] ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
2021-07-26 18:20:07 linux-kernel [PATCH 21/27] ALSA: hda/cs8409: Add support for dolphin
2021-07-26 18:20:00 linux-kernel [PATCH 24/27] ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
2021-07-26 18:19:54 linux-kernel [PATCH 23/27] ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
2021-07-26 18:19:54 linux-kernel [PATCH 20/27] ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
2021-07-26 18:06:56 linux-kernel [PATCH 15/27] ALSA: hda/cs8409: Avoid re-setting the same page as the last access
2021-07-26 18:06:50 linux-kernel [PATCH 22/27] ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin
2021-07-26 18:06:33 linux-kernel [PATCH 14/27] ALSA: hda/cs8409: Avoid setting the same I2C address for every access
2021-07-26 18:06:27 linux-kernel [PATCH 09/27] ALSA: hda/cs8409: Mask CS42L42 wake events
2021-07-26 18:06:13 linux-kernel [PATCH 11/27] ALSA: hda/cs8409: Prevent I2C access during suspend time
2021-07-26 18:06:10 linux-kernel [PATCH 13/27] ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
2021-07-26 18:06:00 linux-kernel [PATCH 10/27] ALSA: hda/cs8409: Simplify CS42L42 jack detect.
2021-07-26 18:05:34 linux-kernel [PATCH 12/27] ALSA: hda/cs8409: Generalize volume controls
2021-07-26 18:05:10 linux-kernel [PATCH 01/27] ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module
2021-07-26 18:04:54 linux-kernel [PATCH 08/27] ALSA: hda/cs8409: Disable unsolicited response for the first boot
2021-07-26 18:04:44 linux-kernel [PATCH 17/27] ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
2021-07-26 18:04:43 linux-kernel [PATCH 07/27] ALSA: hda/cs8409: Disable unsolicited responses during suspend
2021-07-26 18:04:32 linux-kernel [PATCH 16/27] ALSA: hda/cs8409: Support i2c bulk read/write functions
2021-07-26 18:04:30 linux-kernel [PATCH 25/27] ALSA: hda/cs8409: Remove unnecessary delays
2021-07-26 18:04:17 linux-kernel [PATCH 02/27] ALSA: hda/cs8409: Move arrays of configuration to a new file
2021-07-26 18:04:10 linux-kernel [PATCH 04/27] ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
2021-07-26 18:04:06 linux-kernel [PATCH 03/27] ALSA: hda/cs8409: Use enums for register names and coefficients
2021-07-26 18:03:36 linux-kernel [PATCH 05/27] ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
2021-07-26 18:03:21 linux-kernel [PATCH 00/27] ALSA: hda/cirrus: Split generic cirrus HDA codecs and CS8490 bridge into separate modules.