-
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.
ALSA: usb-audio: parse more format descriptors with structs
Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
- Loading branch information
Daniel Mack
authored and
Takashi Iwai
committed
May 27, 2010
1 parent
1efddcc
commit 74754f9
Showing
3 changed files
with
21 additions
and
17 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,8 +1,9 @@ | ||
#ifndef __USBAUDIO_FORMAT_H | ||
#define __USBAUDIO_FORMAT_H | ||
|
||
int snd_usb_parse_audio_format(struct snd_usb_audio *chip, struct audioformat *fp, | ||
int format, unsigned char *fmt, int stream, | ||
struct usb_host_interface *iface); | ||
int snd_usb_parse_audio_format(struct snd_usb_audio *chip, | ||
struct audioformat *fp, int format, | ||
struct uac_format_type_i_continuous_descriptor *fmt, | ||
int stream, struct usb_host_interface *iface); | ||
|
||
#endif /* __USBAUDIO_FORMAT_H */ |