forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: gadget: Rename audio function to uac1
The extant USB-Audio function driver complies to UAC_1 spec. So name the files accordingly, paving way for inclusion of a new UAC_2 specified driver. Signed-off-by: Yadi Brar <[email protected]> Signed-off-by: Jassi Brar <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Copyright (C) 2008 Analog Devices, Inc | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Copyright (C) 2008 Analog Devices, Inc | ||
|