Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289582
b: refs/heads/master
c: 18b5b3b
h: refs/heads/master
v: v3
  • Loading branch information
Jassi Brar authored and Felipe Balbi committed Feb 15, 2012
1 parent 05eb261 commit aaf1173
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e4b74e4690dd03b5664fa4895c3db0607d64742
refs/heads/master: 18b5b3b55f44c28a0380f3559d1db3c467f94b4a
6 changes: 3 additions & 3 deletions trunk/drivers/usb/gadget/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/kernel.h>
#include <linux/utsname.h>

#include "u_audio.h"
#include "u_uac1.h"

#define DRIVER_DESC "Linux USB Audio Gadget"
#define DRIVER_VERSION "Dec 18, 2008"
Expand All @@ -33,8 +33,8 @@
#include "config.c"
#include "epautoconf.c"

#include "u_audio.c"
#include "f_audio.c"
#include "u_uac1.c"
#include "f_uac1.c"

/*-------------------------------------------------------------------------*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/device.h>
#include <linux/atomic.h>

#include "u_audio.h"
#include "u_uac1.h"

#define OUT_EP_MAX_PACKET_SIZE 200
static int req_buf_size = OUT_EP_MAX_PACKET_SIZE;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* u_audio.c -- ALSA audio utilities for Gadget stack
* u_uac1.c -- ALSA audio utilities for Gadget stack
*
* Copyright (C) 2008 Bryan Wu <cooloney@kernel.org>
* Copyright (C) 2008 Analog Devices, Inc
Expand All @@ -17,7 +17,7 @@
#include <linux/random.h>
#include <linux/syscalls.h>

#include "u_audio.h"
#include "u_uac1.h"

/*
* This component encapsulates the ALSA devices for USB audio gadget
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* u_audio.h -- interface to USB gadget "ALSA AUDIO" utilities
* u_uac1.h -- interface to USB gadget "ALSA AUDIO" utilities
*
* Copyright (C) 2008 Bryan Wu <cooloney@kernel.org>
* Copyright (C) 2008 Analog Devices, Inc
Expand Down

0 comments on commit aaf1173

Please sign in to comment.