diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2021-11-30 15:00:11 +0800 |
---|---|---|
committer | Dong Aisheng <aisheng.dong@nxp.com> | 2021-11-30 15:00:11 +0800 |
commit | 0815c79bdd566f7cf60bd567caf91b5481da9782 (patch) | |
tree | 5cf221012c5850848c447cb334bdb0e97d5cfb8d /include/linux/mfd | |
parent | e2b1a7e343a768aef696ad39655de0e86d58816e (diff) | |
parent | ff739647ad75209098d7df98f4df5e9b7e39ba9f (diff) |
Merge branch 'audio/next' into next
* audio/next: (159 commits)
LF-4822-1 ASoC: SOF: make DSP stall in suspend
LF-4972: ASoC: fsl_rpmsg: allocate a smaller buffer size for capture
LF-4738 ASoC: soc-core: filter use of 'ignore_machine' field
MLK-25695 ASoC: SOF: compress: Implement get_caps and get_codec_caps
ASoC: fsl_ssi: add sdma_audio_config support
...
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/si476x-core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/si476x-core.h b/include/linux/mfd/si476x-core.h index dd95c37ca134..2e7c5cf29756 100644 --- a/include/linux/mfd/si476x-core.h +++ b/include/linux/mfd/si476x-core.h @@ -484,6 +484,8 @@ enum si476x_common_receiver_properties { SI476X_PROP_DIGITAL_IO_OUTPUT_SAMPLE_RATE = 0x0202, SI476X_PROP_DIGITAL_IO_OUTPUT_FORMAT = 0x0203, + SI476X_PROP_AUDIO_MUTE = 0x0301, + SI476X_PROP_SEEK_BAND_BOTTOM = 0x1100, SI476X_PROP_SEEK_BAND_TOP = 0x1101, SI476X_PROP_SEEK_FREQUENCY_SPACING = 0x1102, |