diff options
| author | Mark Brown <broonie@kernel.org> | 2021-06-25 16:08:01 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-06-25 16:08:01 +0300 |
| commit | c073a58a7ec59145f8a0b87403d559645bfd9edb (patch) | |
| tree | 769095ab7e460656d6d9169c113893efb7e557b6 /include/linux | |
| parent | 13311e74253fe64329390df80bed3f07314ddd61 (diff) | |
| parent | a7a0a2feb957e446b2bcf732f245ba04fc8b6314 (diff) | |
| download | linux-c073a58a7ec59145f8a0b87403d559645bfd9edb.tar.xz | |
Merge remote-tracking branch 'asoc/for-5.13' into asoc-linus
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soundwire/sdw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw.h b/include/linux/soundwire/sdw.h index ced07f8fde87..de9802a24e7e 100644 --- a/include/linux/soundwire/sdw.h +++ b/include/linux/soundwire/sdw.h @@ -1041,6 +1041,9 @@ int sdw_write_no_pm(struct sdw_slave *slave, u32 addr, u8 value); int sdw_read_no_pm(struct sdw_slave *slave, u32 addr); int sdw_nread(struct sdw_slave *slave, u32 addr, size_t count, u8 *val); int sdw_nwrite(struct sdw_slave *slave, u32 addr, size_t count, u8 *val); +int sdw_update(struct sdw_slave *slave, u32 addr, u8 mask, u8 val); +int sdw_update_no_pm(struct sdw_slave *slave, u32 addr, u8 mask, u8 val); + int sdw_compare_devid(struct sdw_slave *slave, struct sdw_slave_id id); void sdw_extract_slave_id(struct sdw_bus *bus, u64 addr, struct sdw_slave_id *id); |
