diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-30 18:07:04 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-30 23:21:49 +0300 |
commit | d21c249b26311dd193b100e65fc9e7ae96233d40 (patch) | |
tree | 1be6f43074c7b0337448979ccca82fec8efed08d /Documentation/media/audio.h.rst.exceptions | |
parent | b41e44b4cb230747d7ad56e38c9dc65369b1d381 (diff) | |
download | linux-d21c249b26311dd193b100e65fc9e7ae96233d40.tar.xz |
media: dvb/audio.h: get rid of unused APIs
There are a number of other ioctls that aren't used anywhere
inside the Kernel tree.
Get rid of them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/audio.h.rst.exceptions')
-rw-r--r-- | Documentation/media/audio.h.rst.exceptions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/media/audio.h.rst.exceptions b/Documentation/media/audio.h.rst.exceptions index f40f3cbfe4c9..940458774cf6 100644 --- a/Documentation/media/audio.h.rst.exceptions +++ b/Documentation/media/audio.h.rst.exceptions @@ -1,9 +1,6 @@ # Ignore header name ignore define _DVBAUDIO_H_ -# Typedef pointing to structs -replace typedef audio_karaoke_t :c:type:`audio_karaoke` - # Undocumented audio caps, as this is a deprecated API anyway ignore define AUDIO_CAP_DTS ignore define AUDIO_CAP_LPCM |