mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
topology: Drop SNDRV_CTL_ELEM_ACCESS_TIMESTAMP access
SNDRV_CTL_ELEM_ACCESS_TIMESTAMP is removed from 5.6 kernel ABI as the ctl timestamp field has been never used and deprecated. Drop the corresponding access from the topology code, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
43e137c064
commit
beb6b178e6
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ static const struct ctl_access_elem ctl_access[] = {
|
||||||
{"read", SNDRV_CTL_ELEM_ACCESS_READ},
|
{"read", SNDRV_CTL_ELEM_ACCESS_READ},
|
||||||
{"write", SNDRV_CTL_ELEM_ACCESS_WRITE},
|
{"write", SNDRV_CTL_ELEM_ACCESS_WRITE},
|
||||||
{"volatile", SNDRV_CTL_ELEM_ACCESS_VOLATILE},
|
{"volatile", SNDRV_CTL_ELEM_ACCESS_VOLATILE},
|
||||||
{"timestamp", SNDRV_CTL_ELEM_ACCESS_TIMESTAMP},
|
|
||||||
{"tlv_read", SNDRV_CTL_ELEM_ACCESS_TLV_READ},
|
{"tlv_read", SNDRV_CTL_ELEM_ACCESS_TLV_READ},
|
||||||
{"tlv_write", SNDRV_CTL_ELEM_ACCESS_TLV_WRITE},
|
{"tlv_write", SNDRV_CTL_ELEM_ACCESS_TLV_WRITE},
|
||||||
{"tlv_command", SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND},
|
{"tlv_command", SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue