Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193223
b: refs/heads/master
c: f0b5e63
h: refs/heads/master
i:
  193221: 2f72062
  193219: e9115e6
  193215: 2cf718a
v: v3
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed Mar 12, 2010
1 parent 1d4b4a4 commit 8941c81
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 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: 7b1eda223debcba706ab989a09c4eecb327aebdf
refs/heads/master: f0b5e634ff25e02a64676022ee13284a9c810879
2 changes: 1 addition & 1 deletion trunk/sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

snd-usb-audio-objs := card.o \
usbmixer.o \
mixer.o \
mixer_quirks.o \
proc.o \
quirks.o \
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/usb/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "usbaudio.h"
#include "card.h"
#include "midi.h"
#include "usbmixer.h"
#include "mixer.h"
#include "proc.h"
#include "quirks.h"
#include "endpoint.h"
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/usb/usbmixer.c → trunk/sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <sound/tlv.h>

#include "usbaudio.h"
#include "usbmixer.h"
#include "mixer.h"
#include "helper.h"
#include "mixer_quirks.h"

Expand Down Expand Up @@ -132,7 +132,7 @@ enum {
* if the mixer topology is too complicated and the parsed names are
* ambiguous, add the entries in usbmixer_maps.c.
*/
#include "usbmixer_maps.c"
#include "mixer_maps.c"

static const struct usbmix_name_map *
find_map(struct mixer_build *state, int unitid, int control)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/sound/usb/mixer_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <sound/info.h>

#include "usbaudio.h"
#include "usbmixer.h"
#include "mixer.h"
#include "mixer_quirks.h"
#include "helper.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/usb/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "usbaudio.h"
#include "card.h"
#include "usbmixer.h"
#include "mixer.h"
#include "mixer_quirks.h"
#include "midi.h"
#include "quirks.h"
Expand Down

0 comments on commit 8941c81

Please sign in to comment.