ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Takashi Sakamoto authored
commit e11f0f90

 upstream.

Drivers can implement 'struct snd_pcm_ops.ioctl' to handle some requests
from ALSA PCM core. These requests are internal purpose in kernel land.
Usually common set of operations are used for it.

SNDRV_PCM_IOCTL1_INFO is one of the requests. According to code comment,
it has been obsoleted in the old days.

We can see old releases in ftp.alsa-project.org. The command was firstly
introduced in v0.5.0 release as SND_PCM_IOCTL1_INFO, to allow drivers to
fill data of 'struct snd_pcm_channel_info' type. In v0.9.0 release,
this was obsoleted by the other commands for ioctl(2) such as
SNDRV_PCM_IOCTL_CHANNEL_INFO.

This commit removes the long-abandoned command, bye.
Signed-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
946023a4
Name Last commit Last update
..
aoa ALSA: snd-aoa: add of_node_put() in error path
arm ALSA: arm: Fix empty menuconfig SND_ARM
atmel ALSA: sound/atmel/ac97c.c: remove unused variable
core ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
drivers ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declaration
firewire ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liquid Saffire 56
hda sound: enable interrupt after dma buffer initialization
i2c ALSA: ak4114: remove redundant check on err being < 0
isa ALSA: sb8: add a check for request_region
mips ALSA: Remove deprecated AU1X00 AC97 driver
oss sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()
parisc ALSA: Include linux/io.h instead of asm/io.h
pci ALSA: echoaudio: add a check for ioremap_nocache
pcmcia ALSA: vxpocket: Fix invalid endian conversions
ppc Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
sh ALSA: sh: aica: Remove deprecated create_workqueue
soc ASoC: Intel: avoid Oops if DMA setup fails
sparc ALSA: sparc: Fix invalid snd_free_pages() at error path
spi ALSA: at73c213: manage SSC clock
synth ALSA: emux: Fix potential Spectre v1 vulnerabilities
usb ALSA: line6: use dynamic buffers
Kconfig ALSA: hda - Make snd_hda_bus_type public
Makefile sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()
ac97_bus.c Merge tag 'asoc-v4.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
last.c ALSA: Remove the last mention of SNDRV_MAIN_OBJECT_FILE
sound_core.c sound: fix check for error condition of register_chrdev()