summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt700-sdw.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-23ASoC: codecs: rt700: Use guard() for mutex locksbui duc phuc1-7/+7
2026-07-06ASoC: cs35l3x: drain threaded IRQs before runtime suspendMark Brown1-1/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-29ASoC: rt700-sdw: always drain jack work on removeRunyu Xiao1-4/+2
2026-06-23ASoC: realtek: Add back local call to sdw_show_ping_status()Charles Keepax1-1/+3
2026-05-12ASoC: rt700: Use new SoundWire enumeration helperCharles Keepax1-14/+4
2025-12-23soundwire: Make remove function return no valueUwe Kleine-König1-3/+1
2025-03-17ASoC: rt700-sdw: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-6/+6
2024-03-28ASoC: rt700-sdw: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2023-08-07ASoC: rt700: enable pm_runtime in probe, keep status as 'suspended'Pierre-Louis Bossart1-2/+1
2023-08-07ASoC: SoundWire codecs: return error status in probePierre-Louis Bossart1-3/+1
2023-06-14ASoC: rt700: Use maple tree register cacheMark Brown1-1/+1
2023-05-18ASoC: codecs: rt700: do not store status in state containerKrzysztof Kozlowski1-4/+1
2022-08-17ASoC: codecs: show PING status on resume failuresPierre-Louis Bossart1-0/+2
2022-06-24ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on removePierre-Louis Bossart1-1/+5
2021-06-21ASoC: rt700-sdw: fix race condition on system suspendPierre-Louis Bossart1-2/+32
2021-06-08ASoC: rt700-sdw: use first_hw_init flag on resumePierre-Louis Bossart1-1/+1
2021-03-10ASoC: rt*: Constify static struct sdw_slave_opsRikard Falkeborn1-1/+1
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown1-2/+2
2021-02-05ASoC: rt700-sdw: use cancel_work_sync() in .remove as well as .suspendPierre-Louis Bossart1-2/+2
2021-01-15ASoC: codecs: soundwire: increase resume timeoutPierre-Louis Bossart1-1/+1
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+4
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+6
2020-09-21Merge branch 'asoc-5.9' into asoc-5.10Mark Brown1-0/+3
2020-09-21ASoC: rt700: wait for the delayed work to finish when the system suspendsShuming Fan1-0/+3
2020-09-17Merge branch 'asoc-5.9' into asoc-5.10Mark Brown1-2/+2
2020-09-10ASoC: codecs: realtek-soundwire: ignore initial PARITY errorsPierre-Louis Bossart1-0/+1
2020-09-10ASoC/soundwire: bus: use property to set interrupt masksPierre-Louis Bossart1-0/+4
2020-09-03ASoC: codecs: soundwire: remove port_ready[] usage from codecs.Pierre-Louis Bossart1-14/+1
2020-08-26ASoC: rt700: Fix return check for devm_regmap_init_sdw()Vinod Koul1-2/+2
2020-08-19ASoC: codecs: rt*-sdw: use SDW_SLAVE_ENTRY_EXTPierre-Louis Bossart1-1/+1
2020-05-18ASoC: codecs: rt*-sdw: don't assign slave_opsPierre-Louis Bossart1-3/+0
2020-01-29ASoC: rt700: Add __maybe_unused to PM callbacksTakashi Iwai1-2/+2
2020-01-17ASoC: rt700: fix return value check in rt700_sdw_probe()Wei Yongjun1-2/+2
2020-01-10ASoC: rt700: add rt700 codec driverShuming Fan1-0/+551