summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-06-14 19:30:03 +0900
committerTakashi Iwai <tiwai@suse.de>2017-06-14 13:04:03 +0200
commite11f0f90a626f93899687b1cc909ee37dd6c5809 (patch)
tree12a289a0ebeabe094d1a55e72587c125f977c460 /tools
parentf8ff2f28ba49fa41a06215ac3187dede347bc9a7 (diff)
downloadlinux-stable-e11f0f90a626f93899687b1cc909ee37dd6c5809.tar.gz
linux-stable-e11f0f90a626f93899687b1cc909ee37dd6c5809.tar.bz2
linux-stable-e11f0f90a626f93899687b1cc909ee37dd6c5809.zip
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
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: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions