mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fixed paths when __KERNEL__
This commit is contained in:
parent
445e2b0c07
commit
10a2d4267f
1 changed files with 3 additions and 3 deletions
|
|
@ -20,9 +20,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
#include "../include/driver.h"
|
#include <sound/driver.h>
|
||||||
#include "../include/pcm.h"
|
#include <sound/pcm.h>
|
||||||
#include "../include/pcm_plugin.h"
|
#include <sound/pcm_plugin.h>
|
||||||
#define bswap_16 swab16
|
#define bswap_16 swab16
|
||||||
#define bswap_32 swab32
|
#define bswap_32 swab32
|
||||||
#define bswap_64 swab64
|
#define bswap_64 swab64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue