diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index c63a06703de3..ce418c805a1a 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -3412,7 +3412,7 @@ static unsigned int query_stream_param(struct hda_codec *codec, hda_nid_t nid) | |||
3412 | * | 3412 | * |
3413 | * Returns 0 if successful, otherwise a negative error code. | 3413 | * Returns 0 if successful, otherwise a negative error code. |
3414 | */ | 3414 | */ |
3415 | static int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid, | 3415 | int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid, |
3416 | u32 *ratesp, u64 *formatsp, unsigned int *bpsp) | 3416 | u32 *ratesp, u64 *formatsp, unsigned int *bpsp) |
3417 | { | 3417 | { |
3418 | unsigned int i, val, wcaps; | 3418 | unsigned int i, val, wcaps; |
@@ -3504,6 +3504,7 @@ static int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid, | |||
3504 | 3504 | ||
3505 | return 0; | 3505 | return 0; |
3506 | } | 3506 | } |
3507 | EXPORT_SYMBOL_HDA(snd_hda_query_supported_pcm); | ||
3507 | 3508 | ||
3508 | /** | 3509 | /** |
3509 | * snd_hda_is_supported_format - Check the validity of the format | 3510 | * snd_hda_is_supported_format - Check the validity of the format |