ALSA: hda - Use get_wcaps_type()
Replace the open-code with get_wcaps_type() macro. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Родитель
06dec2282b
Коммит
1682c81746
|
@ -349,8 +349,7 @@ static hda_nid_t get_adc(struct hda_codec *codec, hda_nid_t pin,
|
||||||
hda_nid_t pins[2];
|
hda_nid_t pins[2];
|
||||||
unsigned int type;
|
unsigned int type;
|
||||||
int j, nums;
|
int j, nums;
|
||||||
type = (get_wcaps(codec, nid) & AC_WCAP_TYPE)
|
type = get_wcaps_type(get_wcaps(codec, nid));
|
||||||
>> AC_WCAP_TYPE_SHIFT;
|
|
||||||
if (type != AC_WID_AUD_IN)
|
if (type != AC_WID_AUD_IN)
|
||||||
continue;
|
continue;
|
||||||
nums = snd_hda_get_connections(codec, nid, pins,
|
nums = snd_hda_get_connections(codec, nid, pins,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче