Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257651
b: refs/heads/master
c: 384a48d
h: refs/heads/master
i:
  257649: abc91a3
  257647: 3ef4453
v: v3
  • Loading branch information
Stephen Warren authored and Takashi Iwai committed Jun 6, 2011
1 parent 65a62bc commit c25b64d
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 267 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: 2def8172c6611f2577260287ebf5dd3b63f7ef55
refs/heads/master: 384a48d71520ca569a63f1e61e51a538bedb16df
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@ static unsigned int query_stream_param(struct hda_codec *codec, hda_nid_t nid)
*
* Returns 0 if successful, otherwise a negative error code.
*/
static int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,
int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,
u32 *ratesp, u64 *formatsp, unsigned int *bpsp)
{
unsigned int i, val, wcaps;
Expand Down Expand Up @@ -3504,6 +3504,7 @@ static int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,

return 0;
}
EXPORT_SYMBOL_HDA(snd_hda_query_supported_pcm);

/**
* snd_hda_is_supported_format - Check the validity of the format
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid,
hda_nid_t *start_id);
int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
hda_nid_t *conn_list, int max_conns);
int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,
u32 *ratesp, u64 *formatsp, unsigned int *bpsp);

struct hda_verb {
hda_nid_t nid;
Expand Down
Loading

0 comments on commit c25b64d

Please sign in to comment.