Home
last modified time | relevance | path

Searched refs:aad_pdata (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dda7219-aad.c673 aad_pdata = devm_kzalloc(dev, sizeof(*aad_pdata), GFP_KERNEL); in da7219_aad_fw_to_pdata()
674 if (!aad_pdata) { in da7219_aad_fw_to_pdata()
679 aad_pdata->irq = i2c->irq; in da7219_aad_fw_to_pdata()
698 aad_pdata->mic_det_thr = in da7219_aad_fw_to_pdata()
704 aad_pdata->jack_ins_deb = in da7219_aad_fw_to_pdata()
710 aad_pdata->jack_ins_det_pty = in da7219_aad_fw_to_pdata()
716 aad_pdata->jack_det_rate = in da7219_aad_fw_to_pdata()
722 aad_pdata->jack_rem_deb = in da7219_aad_fw_to_pdata()
753 aad_pdata->adc_1bit_rpt = in da7219_aad_fw_to_pdata()
760 return aad_pdata; in da7219_aad_fw_to_pdata()
[all …]
/openbmc/linux/include/sound/
H A Dda7219.h48 struct da7219_aad_pdata *aad_pdata; member