mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-28 05:40:23 -04:00
Replaced <sound/*> to <alsa/sound/*>
This commit is contained in:
parent
05fbfbba18
commit
45ca68c3cb
4 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <endian.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <sound/hdsp.h>
|
||||
#include <alsa/sound/hdsp.h>
|
||||
|
||||
static u_int32_t code[24413];
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <linux/ioctl.h>
|
||||
#include <sound/sb16_csp.h>
|
||||
#include <alsa/sound/sb16_csp.h>
|
||||
|
||||
/* --- commands --- */
|
||||
enum {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <sound/ainstr_fm.h>
|
||||
#include <alsa/sound/ainstr_fm.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include <getopt.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <sound/sscape_ioctl.h>
|
||||
#include <alsa/sound/sscape_ioctl.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue