Searched refs:sndcard (Results 1 – 16 of 16) sorted by relevance
/linux/Documentation/devicetree/bindings/sound/ |
A D | qcom,sdm845.txt | 9 "qcom,sdm845-sndcard" 10 "qcom,db845c-sndcard" 11 "lenovo,yoga-c630-sndcard" 36 Each subnode of sndcard represents either a dailink, and subnodes of each 68 compatible = "qcom,sdm845-sndcard";
|
A D | qcom,apq8096.txt | 8 Definition: must be "qcom,apq8096-sndcard" 67 Each subnode of sndcard represents either a dailink, and subnodes of each 104 compatible = "qcom,apq8096-sndcard";
|
A D | qcom,sm8250.yaml | 19 - qcom,sm8250-sndcard 20 - qcom,qrb5165-rb5-sndcard 84 compatible = "qcom,qrb5165-rb5-sndcard";
|
A D | qcom,apq8016-sbc.txt | 7 - compatible : "qcom,apq8016-sbc-sndcard" 59 compatible = "qcom,apq8016-sbc-sndcard";
|
/linux/drivers/media/usb/em28xx/ |
A D | em28xx-audio.c | 845 adev->sndcard = card; in em28xx_audio_init() 896 adev->sndcard = NULL; in em28xx_audio_init() 917 if (dev->adev.sndcard) { in em28xx_audio_fini() 918 snd_card_disconnect(dev->adev.sndcard); in em28xx_audio_fini() 923 snd_card_free(dev->adev.sndcard); in em28xx_audio_fini() 924 dev->adev.sndcard = NULL; in em28xx_audio_fini()
|
A D | em28xx.h | 619 struct snd_card *sndcard; member
|
/linux/drivers/media/usb/cx231xx/ |
A D | cx231xx-audio.c | 605 adev->sndcard = card; in cx231xx_audio_init() 672 if (dev->adev.sndcard) { in cx231xx_audio_fini() 673 snd_card_free_when_closed(dev->adev.sndcard); in cx231xx_audio_fini() 675 dev->adev.sndcard = NULL; in cx231xx_audio_fini()
|
A D | cx231xx.h | 415 struct snd_card *sndcard; member
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | msm8996-xiaomi-gemini.dts | 148 compatible = "qcom,apq8096-sndcard";
|
A D | msm8996-xiaomi-scorpio.dts | 115 compatible = "qcom,apq8096-sndcard";
|
A D | sdm845-xiaomi-beryllium.dts | 355 compatible = "qcom,db845c-sndcard";
|
A D | sdm850-lenovo-yoga-c630.dts | 529 compatible = "qcom,db845c-sndcard";
|
A D | apq8096-db820c.dts | 944 compatible = "qcom,apq8096-sndcard";
|
A D | qrb5165-rb5.dts | 873 compatible = "qcom,qrb5165-rb5-sndcard";
|
A D | sdm845-db845c.dts | 648 compatible = "qcom,db845c-sndcard";
|
A D | msm8916.dtsi | 1382 compatible = "qcom,apq8016-sbc-sndcard";
|
Completed in 31 milliseconds